| Index: tools/json_schema_compiler/test/BUILD.gn
|
| diff --git a/tools/json_schema_compiler/test/BUILD.gn b/tools/json_schema_compiler/test/BUILD.gn
|
| index e6d9cc0da812453cdc257982f70012c18cae8579..fe124f0e8c5435e4dde833a6cbd1098b241d6140 100644
|
| --- a/tools/json_schema_compiler/test/BUILD.gn
|
| +++ b/tools/json_schema_compiler/test/BUILD.gn
|
| @@ -35,9 +35,9 @@ json_schema_api("api") {
|
| }
|
|
|
| if (enable_extensions) {
|
| - json_features("features_test") {
|
| + json_features("features_compiler_test") {
|
| feature_class = "APIFeature"
|
| - provider_class = "TestAPIFeatureProvider"
|
| + provider_class = "CompilerTestFeatureProvider"
|
| sources = [
|
| "features_test.json",
|
| "features_test2.json",
|
| @@ -65,7 +65,7 @@ if (enable_extensions) {
|
| source_set("features_generation_test") {
|
| testonly = true
|
| public_deps = [
|
| - ":features_test",
|
| + ":features_compiler_test",
|
| ]
|
| }
|
| }
|
|
|