| 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',
|
| ],
|
|
|