summaryrefslogtreecommitdiffstats
path: root/build/json_schema_compile.gypi
diff options
context:
space:
mode:
authorricow@chromium.org <ricow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-10 12:19:33 +0000
committerricow@chromium.org <ricow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-10 12:19:33 +0000
commit758b0b7056fc7b518147fd0546b3f615d9b6851a (patch)
treeda66cd6c0403a3e23051d87cc5ab509c3d149b57 /build/json_schema_compile.gypi
parentf5ec20caaf9afe15af718dbf7e2116572000de24 (diff)
downloadchromium_src-758b0b7056fc7b518147fd0546b3f615d9b6851a.zip
chromium_src-758b0b7056fc7b518147fd0546b3f615d9b6851a.tar.gz
chromium_src-758b0b7056fc7b518147fd0546b3f615d9b6851a.tar.bz2
Revert revision 176015
This is a manual revert, drover did not like the deleted files > 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 TBR=isherman@chromium.org,battre@chromium.org,akalin@chromium.org Review URL: https://codereview.chromium.org/11778097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176054 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/json_schema_compile.gypi')
-rw-r--r--build/json_schema_compile.gypi3
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.