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 27ec4385be869f042e1a6258747d4ec153e286dc..0b428c3964b961f6caadd16d769ba74c63ac8420 100644 |
--- a/tools/json_schema_compiler/test/json_schema_compiler_tests.gyp |
+++ b/tools/json_schema_compiler/test/json_schema_compiler_tests.gyp |
@@ -40,5 +40,24 @@ |
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
'msvs_disabled_warnings': [4267, ], |
}, |
+ { |
+ 'target_name': "features_generator_tests", |
+ 'type': 'static_library', |
+ 'variables': { |
+ 'chromium_code': 1, |
+ 'schema_files': [ |
+ 'test_permission_features.json' |
+ ], |
+ 'cc_dir': 'tools/json_schema_compiler/test', |
+ 'root_namespace': 'test::features', |
+ }, |
+ 'inputs': [ |
+ '<@(schema_files)', |
+ ], |
+ 'sources': [ |
+ '<@(schema_files)', |
+ ], |
+ 'includes': ['../../../build/features_compile.gypi'] |
+ }, |
], |
} |