Index: mojo/public/interfaces/shell/BUILD.gn |
diff --git a/mojo/public/interfaces/shell/BUILD.gn b/mojo/public/interfaces/shell/BUILD.gn |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c11ae70a311389cec1c7e00da4de5ddc7e4de2df |
--- /dev/null |
+++ b/mojo/public/interfaces/shell/BUILD.gn |
@@ -0,0 +1,11 @@ |
+# Copyright 2014 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("shell") { |
yzshen1
2014/05/26 06:56:07
Maybe we could call it 'shell_bindings' to be a li
Sam McNally
2014/05/26 07:02:39
Done.
|
+ sources = [ |
+ "shell.mojom", |
+ ] |
+} |