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

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

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/features_test.json
diff --git a/tools/json_schema_compiler/test/features_test.json b/tools/json_schema_compiler/test/features_test.json
index e727ec14d3f3067376f483355ecfb0b56d4d3709..eeff28f3aa74700664034b1179409dce866c5194 100644
--- a/tools/json_schema_compiler/test/features_test.json
+++ b/tools/json_schema_compiler/test/features_test.json
@@ -17,12 +17,13 @@
"channel": "beta",
"platforms": ["win", "mac"],
"contexts": ["blessed_extension"],
+ "dependencies": ["permission:gamma"],
"extension_types": ["extension"],
"internal": true
},
"gamma.child": {
"whitelist": ["ccc"],
- "dependencies": ["permission:gamma.child"],
+ "dependencies": [],
"platforms": ["linux"]
},
"gamma.unparented": {
@@ -30,6 +31,15 @@
"contexts": ["unblessed_extension"],
"noparent": true
},
+ "gamma.complex_unparented": [{
+ "channel": "stable",
+ "contexts": ["unblessed_extension"],
+ "noparent": true
+ }, {
+ "channel": "stable",
+ "contexts": ["unblessed_extension"],
+ "noparent": true
+ }],
"delta": {
"contexts": ["blessed_extension", "webui"],
"matches": ["*://example.com/*"]

Powered by Google App Engine
This is Rietveld 408576698