diff options
author | Hokein.Wu@gmail.com <Hokein.Wu@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-23 18:40:12 +0000 |
---|---|---|
committer | Hokein.Wu@gmail.com <Hokein.Wu@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-23 18:40:12 +0000 |
commit | ad0e98df1dc28c1c8fe4b151acfc49ac0f0ded4a (patch) | |
tree | a78add699e7e18af9abe2647616738939faec171 /build | |
parent | c5f1f3bc09f73f4e83d9371482505ee9392a4f7c (diff) | |
download | chromium_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')
-rw-r--r-- | build/json_schema_bundle_compile.gypi | 1 |
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, |