| 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/*"]
|
|
|