Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(590)

Unified Diff: tools/json_schema_compiler/test/json_schema_compiler_tests.gyp

Issue 11747025: Run the JSON Schema Compiler's bundle compilation on JSON files. Previously it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix ms release build Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/json_schema_compiler/schema_bundle_generator.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/json_schema_compiler/test/json_schema_compiler_tests.gyp
diff --git a/tools/json_schema_compiler/test/json_schema_compiler_tests.gyp b/tools/json_schema_compiler/test/json_schema_compiler_tests.gyp
index f8e5dc3471c9e48de31eed9af90782cf27d01233..43ec9095c7b25d51418d245a6d4117167573bd71 100644
--- a/tools/json_schema_compiler/test/json_schema_compiler_tests.gyp
+++ b/tools/json_schema_compiler/test/json_schema_compiler_tests.gyp
@@ -9,9 +9,9 @@
'type': 'static_library',
'variables': {
'chromium_code': 1,
- 'json_schema_files': [
- 'any.json',
+ 'schema_files': [
'additional_properties.json',
+ 'any.json',
'arrays.json',
'callbacks.json',
'choices.json',
@@ -19,22 +19,19 @@
'enums.json',
'functions_as_parameters.json',
'functions_on_types.json',
+ 'idl_basics.idl',
+ 'idl_object_types.idl',
'objects.json',
'simple_api.json',
],
- 'idl_schema_files': [
- 'idl_basics.idl',
- 'idl_object_types.idl'
- ],
'cc_dir': 'tools/json_schema_compiler/test',
'root_namespace': 'test::api',
},
'inputs': [
- '<@(idl_schema_files)',
+ '<@(schema_files)',
],
'sources': [
- '<@(json_schema_files)',
- '<@(idl_schema_files)',
+ '<@(schema_files)',
],
'includes': ['../../../build/json_schema_compile.gypi'],
},
« no previous file with comments | « tools/json_schema_compiler/schema_bundle_generator.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698