summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_common.gypi
diff options
context:
space:
mode:
authoralekseys@chromium.org <alekseys@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-20 20:30:06 +0000
committeralekseys@chromium.org <alekseys@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-20 20:30:06 +0000
commite2dffe003add45048a608aef0de27784efc72e34 (patch)
tree80129fa801b1e792283c971bf33f0c941a14ca0d /chrome/chrome_common.gypi
parent90dba0763114f7f07d24e751cfd1c6bba0480dad (diff)
downloadchromium_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.gypi3
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',