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

Unified Diff: tools/json_schema_compiler/test/json_schema_compiler_tests.gyp

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
« no previous file with comments | « tools/json_schema_compiler/test/features_test.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « tools/json_schema_compiler/test/features_test.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698