diff options
author | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-04 20:31:29 +0000 |
---|---|---|
committer | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-04 20:31:29 +0000 |
commit | 4ac4635d34c4dfa1494f9944f45a9919a9d8fc1b (patch) | |
tree | 643693b19b1929928dec2e407a9e18a064a9b9ce /build | |
parent | 0a7f93515765e4970e069cd8b2555f141b6cd459 (diff) | |
download | chromium_src-4ac4635d34c4dfa1494f9944f45a9919a9d8fc1b.zip chromium_src-4ac4635d34c4dfa1494f9944f45a9919a9d8fc1b.tar.gz chromium_src-4ac4635d34c4dfa1494f9944f45a9919a9d8fc1b.tar.bz2 |
non_compiled_schema_files should trigger genapi_bundle.
Changes in non_compiled_schema_files should trigger genapi_bundle action
as well.
BUG=
R=kalman@chromium.org, miket@chromium.org
Review URL: https://codereview.chromium.org/57503002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232781 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 3f6021a..630e9c6 100644 --- a/build/json_schema_bundle_compile.gypi +++ b/build/json_schema_bundle_compile.gypi @@ -28,6 +28,7 @@ '<(api_gen_dir)/model.py', '<(api_gen_dir)/util_cc_helper.py', '<@(schema_files)', + '<@(non_compiled_schema_files)', ], 'outputs': [ '<(SHARED_INTERMEDIATE_DIR)/<(cc_dir)/generated_api.h', |