summaryrefslogtreecommitdiffstats
path: root/build/json_schema_bundle_compile.gypi
diff options
context:
space:
mode:
authorHokein.Wu@gmail.com <Hokein.Wu@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-23 18:40:12 +0000
committerHokein.Wu@gmail.com <Hokein.Wu@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-23 18:40:12 +0000
commitad0e98df1dc28c1c8fe4b151acfc49ac0f0ded4a (patch)
treea78add699e7e18af9abe2647616738939faec171 /build/json_schema_bundle_compile.gypi
parentc5f1f3bc09f73f4e83d9371482505ee9392a4f7c (diff)
downloadchromium_src-ad0e98df1dc28c1c8fe4b151acfc49ac0f0ded4a.zip
chromium_src-ad0e98df1dc28c1c8fe4b151acfc49ac0f0ded4a.tar.gz
chromium_src-ad0e98df1dc28c1c8fe4b151acfc49ac0f0ded4a.tar.bz2
Allow to disable API schema(JSON and IDL) to generate model code.
BUG=294203 TEST=compiled Review URL: https://codereview.chromium.org/24449006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230478 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/json_schema_bundle_compile.gypi')
-rw-r--r--build/json_schema_bundle_compile.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/json_schema_bundle_compile.gypi b/build/json_schema_bundle_compile.gypi
index b6107cf..3f6021a 100644
--- a/build/json_schema_bundle_compile.gypi
+++ b/build/json_schema_bundle_compile.gypi
@@ -43,6 +43,7 @@
'--namespace=<(root_namespace)',
'--generator=cpp-bundle',
'<@(schema_files)',
+ '<@(non_compiled_schema_files)',
],
'message': 'Generating C++ API bundle code',
'process_outputs_as_sources': 1,