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 8f32acb14e9606fbce75a553da501b25805b7087..58e50b76c1be0a2db7f99ab9ea8001103b2c0d49 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,13 @@ |
'variables': { |
'chromium_code': 1, |
'json_schema_files': [ |
+ 'any.json', |
+ 'additionalProperties.json', |
'arrays.json', |
'choices.json', |
'crossref.json', |
'enums.json', |
+ 'functionsOnTypes.json', |
'objects.json', |
'simple_api.json', |
], |