diff options
author | alekseys@chromium.org <alekseys@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-20 20:30:06 +0000 |
---|---|---|
committer | alekseys@chromium.org <alekseys@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-20 20:30:06 +0000 |
commit | e2dffe003add45048a608aef0de27784efc72e34 (patch) | |
tree | 80129fa801b1e792283c971bf33f0c941a14ca0d /chrome/chrome_common.gypi | |
parent | 90dba0763114f7f07d24e751cfd1c6bba0480dad (diff) | |
download | chromium_src-e2dffe003add45048a608aef0de27784efc72e34.zip chromium_src-e2dffe003add45048a608aef0de27784efc72e34.tar.gz chromium_src-e2dffe003add45048a608aef0de27784efc72e34.tar.bz2 |
Add "sidebar" section to extension manifest:
"sidebar": {
"default_url": "",
"default_title": "",
"default_icon": ""
}
Allow extension to access experimental.sidebar API only in presence of this section.
BUG=51084
TEST=unit_tests, ExtensionManifestTest.Sidebar
Review URL: http://codereview.chromium.org/6321006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71993 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 7d8d62d..5563d98 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -277,6 +277,9 @@ 'common/extensions/extension_message_bundle.h', 'common/extensions/extension_resource.cc', 'common/extensions/extension_resource.h', + 'common/extensions/extension_sidebar_defaults.h', + 'common/extensions/extension_sidebar_utils.cc', + 'common/extensions/extension_sidebar_utils.h', 'common/extensions/extension_unpacker.cc', 'common/extensions/extension_unpacker.h', 'common/extensions/update_manifest.cc', |