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

Unified Diff: chrome/common/extensions/api/schemas.gypi

Issue 487533005: Add support for references in different paths in apis (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « chrome/common/extensions/api/schemas.gni ('k') | chrome/common/extensions/api/tabs.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/schemas.gypi
diff --git a/chrome/common/extensions/api/schemas.gypi b/chrome/common/extensions/api/schemas.gypi
index b7b9d17d9d330ed7d56e2eae27da574013cfbe45..4e7b23470bf46989087cd4960aa7fe78be12cb68 100644
--- a/chrome/common/extensions/api/schemas.gypi
+++ b/chrome/common/extensions/api/schemas.gypi
@@ -116,6 +116,9 @@
'web_view_internal.json',
'windows.json',
],
+ 'main_schema_include_rules': [
+ 'extensions/common/api:extensions::core_api::%(namespace)s',
+ ],
'main_non_compiled_schema_files': [
'browsing_data.json',
'chromeos_info_private.json',
@@ -157,12 +160,20 @@
'non_compiled_schema_files': [
'<@(main_non_compiled_schema_files)',
],
+ 'schema_dependencies': [
+ '<(DEPTH)/extensions/common/api/api.gyp:extensions_api',
+ ],
'schema_files': [
'<@(main_schema_files)',
],
+ 'schema_include_rules': [
+ '<@(main_schema_include_rules)',
+ ],
}, { # enable_extensions==0
'non_compiled_schema_files': [
],
+ 'schema_dependencies': [
+ ],
'schema_files': [
# These should be eliminated. See crbug.com/305852.
'<@(android_schema_files)',
« no previous file with comments | « chrome/common/extensions/api/schemas.gni ('k') | chrome/common/extensions/api/tabs.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698