Index: chrome/common/extensions/api/api.gyp |
diff --git a/chrome/common/extensions/api/api.gyp b/chrome/common/extensions/api/api.gyp |
index ef1a2c5f5515b187ea4e931821829f966e268615..65a8e1773e8d9bd79d78169ead1550847148c713 100644 |
--- a/chrome/common/extensions/api/api.gyp |
+++ b/chrome/common/extensions/api/api.gyp |
@@ -121,6 +121,9 @@ |
'web_view_internal.json', |
'windows.json', |
], |
+ 'main_schema_includes': [ |
not at google - send to devlin
2014/08/25 22:22:46
-include-dirs?
lfg
2014/08/26 16:15:21
Changed to include_rules, to use the same standard
|
+ '<(DEPTH)/extensions/common/api:extensions::core_api::%(namespace)s', |
+ ], |
'main_non_compiled_schema_files': [ |
'browsing_data.json', |
'chromeos_info_private.json', |
@@ -183,6 +186,9 @@ |
'schema_files': [ |
'<@(main_schema_files)', |
], |
+ 'schema_includes': [ |
+ '<@(main_schema_includes)', |
+ ], |
}, { # enable_extensions==0 |
'non_compiled_schema_files': [ |
], |