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

Unified Diff: chrome/common/extensions/api/_manifest_features.json

Issue 13971005: Basic multi-module support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix copyright for presubmit Created 7 years, 8 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 | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/extensions/extension_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/_manifest_features.json
diff --git a/chrome/common/extensions/api/_manifest_features.json b/chrome/common/extensions/api/_manifest_features.json
index 48e580d8e493a78c1aca4760cbb53136d11907e2..11fb708e4af2483a87355ef92e5b387a4b21e32a 100644
--- a/chrome/common/extensions/api/_manifest_features.json
+++ b/chrome/common/extensions/api/_manifest_features.json
@@ -29,16 +29,16 @@
"extension_types": ["platform_app"],
"min_manifest_version": 2
},
- "app.launch": {
- "channel": "stable",
- "extension_types": ["packaged_app", "hosted_app"]
- },
"app.isolation": {
"channel": "stable",
// Platform apps always have isolated storage, thus they cannot specify it
// via the manifest.
"extension_types": ["packaged_app", "hosted_app"]
},
+ "app.launch": {
+ "channel": "stable",
+ "extension_types": ["packaged_app", "hosted_app"]
+ },
"author": {
"channel": "stable",
"extension_types": "all"
@@ -143,6 +143,14 @@
]
}
],
+ "export": {
+ "channel": "dev",
+ "extension_types": ["shared_module"],
+ "whitelist": [
+ "gpcckkmippodnppallflahfabmeilgjg", // browser and unit tests
+ "6EAED1924DB611B6EEF2A664BD077BE7EAD33B8F"
+ ]
+ },
"externally_connectable": {
"channel": "stable",
"extension_types": [
@@ -153,10 +161,6 @@
"channel": "stable",
"extension_types": ["extension", "packaged_app"]
},
- "media_galleries_handlers": {
- "channel": "stable",
- "extension_types": ["packaged_app", "platform_app"]
- },
"file_handlers": {
"channel": "stable",
"extension_types": ["platform_app"]
@@ -169,6 +173,10 @@
"channel": "stable",
"extension_types": "all"
},
+ "import": {
+ "channel": "dev",
+ "extension_types": "all"
+ },
"incognito": {
"channel": "stable",
"extension_types": ["extension", "packaged_app"]
@@ -187,10 +195,20 @@
"channel": "stable",
"extension_types": "all"
},
+ "kiosk_enabled": {
+ "channel": "stable",
+ "extension_types": [
+ "platform_app"
+ ]
+ },
"manifest_version": {
"channel": "stable",
"extension_types": "all"
},
+ "media_galleries_handlers": {
+ "channel": "stable",
+ "extension_types": ["packaged_app", "platform_app"]
+ },
"mime_types": {
"channel": "stable",
"extension_types": [ "extension", "packaged_app", "platform_app" ],
@@ -218,10 +236,10 @@
"channel": "stable",
"extension_types": "all"
},
- "kiosk_enabled": {
+ "oauth2": {
"channel": "stable",
"extension_types": [
- "platform_app"
+ "extension", "packaged_app", "platform_app"
]
},
"offline_enabled": {
@@ -246,12 +264,6 @@
"extension", "packaged_app", "hosted_app"
]
},
- "oauth2": {
- "channel": "stable",
- "extension_types": [
- "extension", "packaged_app", "platform_app"
- ]
- },
"page_action": {
"channel": "stable",
"extension_types": ["extension"]
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/extensions/extension_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698