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

Unified Diff: tools/json_schema_compiler/test/features_test.json

Issue 2202733003: [Extensions] Remove JSONFeatureProvider, SimpleFeature::Parse (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Lei's Created 4 years, 4 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_generation_unittest.cc ('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/features_test.json
diff --git a/tools/json_schema_compiler/test/features_test.json b/tools/json_schema_compiler/test/features_test.json
index 7c8893ec2be9f953e1f1166430757fa2c247f6b1..a26901fffce558220bfea71889e644207f7bc9c2 100644
--- a/tools/json_schema_compiler/test/features_test.json
+++ b/tools/json_schema_compiler/test/features_test.json
@@ -5,12 +5,14 @@
"alpha": {
"channel": "stable",
"contexts": ["blessed_extension"],
- "dependencies": ["permission:alpha"]
+ "dependencies": ["permission:alpha"],
+ "max_manifest_version": 1
},
"beta": {
"channel": "dev",
"contexts": ["blessed_extension"],
"extension_types": ["extension", "platform_app"],
+ "location": "component",
"whitelist": ["aaa", "bbb"],
"blacklist": ["zzz", "yyy"],
"component_extensions_auto_granted": false
@@ -46,7 +48,8 @@
"delta": {
"channel": "dev",
"contexts": ["blessed_extension", "webui"],
- "matches": ["*://example.com/*"]
+ "matches": ["*://example.com/*"],
+ "min_manifest_version": 2
},
"complex": [{
"channel": "beta",
@@ -63,6 +66,11 @@
"platforms": ["win"],
"dependencies": ["permission:complex.child"]
},
+ "allEnum": {
+ "channel": "beta",
+ "extension_types": "all",
+ "contexts": "all"
+ },
"uncompiled": {
"contexts": ["blessed_extension"],
"nocompile": true
« no previous file with comments | « tools/json_schema_compiler/test/features_generation_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698