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

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

Issue 10272021: Files generated by the JSON schema compiler are named incorrectly (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Check bundle schema filenames Created 8 years, 7 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
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 ecfd81a605278f0410e51d7c8fa5f1092d8653c7..f48809c1646306c4784abc7cd461648e13e2de77 100644
--- a/tools/json_schema_compiler/test/json_schema_compiler_tests.gyp
+++ b/tools/json_schema_compiler/test/json_schema_compiler_tests.gyp
@@ -11,12 +11,12 @@
'chromium_code': 1,
'json_schema_files': [
'any.json',
- 'additionalProperties.json',
+ 'additional_properties.json',
'arrays.json',
'choices.json',
'crossref.json',
'enums.json',
- 'functionsOnTypes.json',
+ 'functions_on_types.json',
'objects.json',
'simple_api.json',
],

Powered by Google App Engine
This is Rietveld 408576698