| 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 fcd6e83a09e5380b03f26aeabda3052bc624a39b..c4e385c0ad4d1e48b526ac9988e0f8edfe544428 100644
|
| --- a/tools/json_schema_compiler/test/json_schema_compiler_tests.gyp
|
| +++ b/tools/json_schema_compiler/test/json_schema_compiler_tests.gyp
|
| @@ -50,9 +50,9 @@
|
| 'type': 'static_library',
|
| 'variables': {
|
| 'feature_class': 'APIFeature',
|
| - 'provider_class': 'TestAPIFeatureProvider',
|
| + 'provider_class': 'CompilerTestFeatureProvider',
|
| 'out_dir': 'tools/json_schema_compiler/test',
|
| - 'out_base_filename': 'features_test',
|
| + 'out_base_filename': 'features_compiler_test',
|
| 'in_files': [
|
| 'tools/json_schema_compiler/test/features_test.json',
|
| 'tools/json_schema_compiler/test/features_test2.json',
|
|
|