Index: components/permission.gypi |
diff --git a/components/permission.gypi b/components/permission.gypi |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8153fd75c41176cac1c36f24ea22722b2956462e |
--- /dev/null |
+++ b/components/permission.gypi |
@@ -0,0 +1,23 @@ |
+# Copyright 2016 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. |
+ |
+{ |
+ 'variables': { |
+ 'chromium_code': 1, |
+ }, |
+ 'targets': [ |
+ { |
+ # GN version: //components/permission:mojo_bindings |
+ 'target_name': 'permission_mojo_bindings', |
+ 'type': 'static_library', |
+ 'includes': [ |
+ '../mojo/mojom_bindings_generator.gypi', |
+ ], |
+ 'sources': [ |
+ 'permission/permission.mojom', |
+ 'permission/permission_status.mojom', |
+ ], |
+ }, |
+ ], |
+} |