summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler/test/json_schema_compiler_tests.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/json_schema_compiler/test/json_schema_compiler_tests.gyp')
-rw-r--r--tools/json_schema_compiler/test/json_schema_compiler_tests.gyp4
1 files changed, 2 insertions, 2 deletions
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 ecfd81a..f48809c 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',
],