| 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
|
|
|