summaryrefslogtreecommitdiffstats
path: root/build/json_schema_bundle_compile.gypi
diff options
context:
space:
mode:
authorsashab@chromium.org <sashab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-06 01:29:31 +0000
committersashab@chromium.org <sashab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-06 01:29:31 +0000
commit32096af1d31370bc81358a3ea90498d38ef7ceb3 (patch)
treec4f695ae70ab018a7a5b926c49329cf21c84d635 /build/json_schema_bundle_compile.gypi
parent6d65ef66a053c717dcb0dad338fd886c986679b6 (diff)
downloadchromium_src-32096af1d31370bc81358a3ea90498d38ef7ceb3.zip
chromium_src-32096af1d31370bc81358a3ea90498d38ef7ceb3.tar.gz
chromium_src-32096af1d31370bc81358a3ea90498d38ef7ceb3.tar.bz2
Initial commit of the Dart Chrome Extension APIs generators
Modified json_schema_compiler to allow a -l option to specify the language. Also allowed for a -H option to specify a hooks file, which is currently only supported for Dart. Review URL: https://chromiumcodereview.appspot.com/12041098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180845 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/json_schema_bundle_compile.gypi')
-rw-r--r--build/json_schema_bundle_compile.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/json_schema_bundle_compile.gypi b/build/json_schema_bundle_compile.gypi
index 11a6a28..e91f9d2 100644
--- a/build/json_schema_bundle_compile.gypi
+++ b/build/json_schema_bundle_compile.gypi
@@ -19,13 +19,13 @@
'<(api_gen_dir)/cc_generator.py',
'<(api_gen_dir)/code.py',
'<(api_gen_dir)/compiler.py',
+ '<(api_gen_dir)/cpp_bundle_generator.py',
'<(api_gen_dir)/cpp_type_generator.py',
'<(api_gen_dir)/cpp_util.py',
'<(api_gen_dir)/h_generator.py',
'<(api_gen_dir)/idl_schema.py',
'<(api_gen_dir)/json_schema.py',
'<(api_gen_dir)/model.py',
- '<(api_gen_dir)/schema_bundle_generator.py',
'<(api_gen_dir)/util_cc_helper.py',
'<@(schema_files)',
],
@@ -40,7 +40,7 @@
'--root=<(DEPTH)',
'--destdir=<(SHARED_INTERMEDIATE_DIR)',
'--namespace=<(root_namespace)',
- '--bundle',
+ '--generator=cpp-bundle',
'<@(schema_files)',
],
'message': 'Generating C++ API bundle code',