Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Unified Diff: tools/json_schema_compiler/test/BUILD.gn

Issue 2165023003: [Extensions] Use compiled feature files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
]
}
}
« no previous file with comments | « tools/json_schema_compiler/feature_compiler.py ('k') | tools/json_schema_compiler/test/features_generation_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698