diff options
author | ricow@chromium.org <ricow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-10 10:36:38 +0000 |
---|---|---|
committer | ricow@chromium.org <ricow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-10 10:36:38 +0000 |
commit | 85db26ae55f5b20a32884e38ce39b8ba449238b1 (patch) | |
tree | a02f9b02c8069f59db7a422074679055238f3faf /build/json_schema_compile.gypi | |
parent | 9f741afba36e3e7a4a9e046ee84e99b1d1dffbe2 (diff) | |
download | chromium_src-85db26ae55f5b20a32884e38ce39b8ba449238b1.zip chromium_src-85db26ae55f5b20a32884e38ce39b8ba449238b1.tar.gz chromium_src-85db26ae55f5b20a32884e38ce39b8ba449238b1.tar.bz2 |
Revert 176015
> Run the JSON Schema Compiler's bundle compilation on JSON files. Previously it
> was only run on IDL files. Clean up all the code which that simplifies.
>
> TBR=isherman@chromium.org,battre@chromium.org,akalin@chromium.org
> BUG=141318
>
> Review URL: https://chromiumcodereview.appspot.com/11747025
This seems to be causing complation failures on release win builders:
http://chromegw/i/chromium.chrome/builders/Google%20Chrome%20Win/builds/15702
TBR=kalman@chromium.org
Review URL: https://codereview.chromium.org/11826048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176047 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/json_schema_compile.gypi')
-rw-r--r-- | build/json_schema_compile.gypi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/json_schema_compile.gypi b/build/json_schema_compile.gypi index 6da8961..6c8f69c 100644 --- a/build/json_schema_compile.gypi +++ b/build/json_schema_compile.gypi @@ -5,7 +5,8 @@ { 'variables': { # When including this gypi, the following variables must be set: - # schema_files: a list of json or IDL files that comprise the api model. + # json_schema_files: a list of json files that comprise the api model. + # idl_schema_files: a list of IDL files that comprise the api model. # cc_dir: path to generated files # root_namespace: the C++ namespace that all generated files go under # Functions and namespaces can be excluded by setting "nocompile" to true. |