| Index: trunk/src/tools/json_schema_compiler/test/json_schema_compiler_tests.gyp
|
| ===================================================================
|
| --- trunk/src/tools/json_schema_compiler/test/json_schema_compiler_tests.gyp (revision 226848)
|
| +++ trunk/src/tools/json_schema_compiler/test/json_schema_compiler_tests.gyp (working copy)
|
| @@ -40,24 +40,5 @@
|
| # 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_features.json'
|
| - ],
|
| - 'cc_dir': 'tools/json_schema_compiler/test',
|
| - 'root_namespace': 'test::features',
|
| - },
|
| - 'inputs': [
|
| - '<@(schema_files)',
|
| - ],
|
| - 'sources': [
|
| - '<@(schema_files)',
|
| - ],
|
| - 'includes': ['../../../build/features_compile.gypi']
|
| - },
|
| ],
|
| }
|
|
|