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

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

Issue 9600050: Add IDL capability to json_schema_compiler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch Set 1 Created 8 years, 9 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 896b31c1f0129e660bccea60452cf95b33c6bd25..9c9d36c0c2d0db503f7470294f951348e96708a0 100644
--- a/chrome/common/extensions/api/api.gyp
+++ b/chrome/common/extensions/api/api.gyp
@@ -9,6 +9,7 @@
'type': 'static_library',
'sources': [
'<@(json_schema_files)',
+ '<@(idl_schema_files)',
],
'includes': ['../../../../build/json_schema_compile.gypi'],
'variables': {
@@ -19,6 +20,9 @@
'tabs.json',
'windows.json',
],
+ 'idl_schema_files': [
+ 'experimental.dns.idl',
+ ],
'cc_dir': 'chrome/common/extensions/api',
'root_namespace': 'extensions::api',
},

Powered by Google App Engine
This is Rietveld 408576698