Index: extensions/shell/common/api/schemas.gypi |
diff --git a/extensions/shell/common/api/schemas.gypi b/extensions/shell/common/api/schemas.gypi |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0524e13e3db4fbc2f14f1cfa1489e4da97c0a5f9 |
--- /dev/null |
+++ b/extensions/shell/common/api/schemas.gypi |
@@ -0,0 +1,20 @@ |
+# 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. |
+ |
+{ |
+ 'sources': [ |
+ '<@(schema_files)', |
+ ], |
+ 'variables': { |
+ 'chromium_code': 1, |
+ 'non_compiled_schema_files': [ |
+ ], |
+ 'schema_files': [ |
+ 'shell.idl', |
+ ], |
+ 'cc_dir': 'extensions/shell/common/api', |
+ 'root_namespace': 'extensions::shell_api::%(namespace)s', |
+ 'impl_dir_': 'extensions/shell/browser/api', |
+ }, |
+} |