Chromium Code Reviews| 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 d22d83f3903f1d83d0abce935d358f54be86d687..8f32acb14e9606fbce75a553da501b25805b7087 100644 |
| --- a/tools/json_schema_compiler/test/json_schema_compiler_tests.gyp |
| +++ b/tools/json_schema_compiler/test/json_schema_compiler_tests.gyp |
| @@ -10,10 +10,11 @@ |
| 'variables': { |
| 'chromium_code': 1, |
| 'json_schema_files': [ |
| - 'array.json', |
| + 'arrays.json', |
| 'choices.json', |
| 'crossref.json', |
| 'enums.json', |
| + 'objects.json', |
| 'simple_api.json', |
| ], |
| 'cc_dir': 'tools/json_schema_compiler/test', |