summaryrefslogtreecommitdiff
path: root/chromium/chromeos/lacros/mojom/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chromeos/lacros/mojom/BUILD.gn')
-rw-r--r--chromium/chromeos/lacros/mojom/BUILD.gn9
1 files changed, 9 insertions, 0 deletions
diff --git a/chromium/chromeos/lacros/mojom/BUILD.gn b/chromium/chromeos/lacros/mojom/BUILD.gn
new file mode 100644
index 00000000000..567f9a9dd03
--- /dev/null
+++ b/chromium/chromeos/lacros/mojom/BUILD.gn
@@ -0,0 +1,9 @@
+# Copyright 2020 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("mojom") {
+ sources = [ "lacros.mojom" ]
+}