From ad0e98df1dc28c1c8fe4b151acfc49ac0f0ded4a Mon Sep 17 00:00:00 2001 From: "Hokein.Wu@gmail.com" Date: Wed, 23 Oct 2013 18:40:12 +0000 Subject: 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 --- build/json_schema_bundle_compile.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'build/json_schema_bundle_compile.gypi') 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, -- cgit v1.1