Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4014)

Unified Diff: chrome/common/extensions/api/api.gyp

Issue 487533005: Add support for references in different paths in apis (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renaming core_api::types->core_api::extension_types. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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': [
],

Powered by Google App Engine
This is Rietveld 408576698