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 58e50b76c1be0a2db7f99ab9ea8001103b2c0d49..0310014f4e725dbd4d07580d0fa3dd3a564d7613 100644 |
--- a/tools/json_schema_compiler/test/json_schema_compiler_tests.gyp |
+++ b/tools/json_schema_compiler/test/json_schema_compiler_tests.gyp |
@@ -20,11 +20,14 @@ |
'objects.json', |
'simple_api.json', |
], |
+ 'idl_schema_files': [ |
+ ], |
'cc_dir': 'tools/json_schema_compiler/test', |
'root_namespace': 'test::api', |
}, |
'sources': [ |
'<@(json_schema_files)', |
+ '<@(idl_schema_files)', |
], |
'includes': ['../../../build/json_schema_compile.gypi'], |
}, |