summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/ui/webui/chromeos/crostini_installer/BUILD.gn
blob: 998e86183acd3f966b9f4c883039bd4b733b28fe (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2019 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//mojo/public/tools/bindings/mojom.gni")

mojom("mojo_bindings") {
  sources = [
    "crostini_installer.mojom",
  ]
}