diff options
author | jstritar@chromium.org <jstritar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-05 20:59:32 +0000 |
---|---|---|
committer | jstritar@chromium.org <jstritar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-05 20:59:32 +0000 |
commit | cb14c4a15fe8563ed3140aa8a4b3981b93da3104 (patch) | |
tree | 40bae87861d0fe46b712a07b3ee138ceca8c7b8f /chrome/chrome_dll.gypi | |
parent | 43f9722f66d6661f1822b8f4b9e5c20087bc2e9d (diff) | |
download | chromium_src-cb14c4a15fe8563ed3140aa8a4b3981b93da3104.zip chromium_src-cb14c4a15fe8563ed3140aa8a4b3981b93da3104.tar.gz chromium_src-cb14c4a15fe8563ed3140aa8a4b3981b93da3104.tar.bz2 |
Add Mac interface for installing bundles of extensions.
BUG=112096
TEST=chrome --apps-gallery-url="http://www.corp.google.com"
Then verify the UI when installing the bundle at http://www.corp.google.com/~jstritar/bundle.html.
Review URL: http://codereview.chromium.org/9460045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124994 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_dll.gypi')
-rw-r--r-- | chrome/chrome_dll.gypi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi index 14d89de..5ea0203 100644 --- a/chrome/chrome_dll.gypi +++ b/chrome/chrome_dll.gypi @@ -253,10 +253,12 @@ 'app/nibs/DownloadItem.xib', 'app/nibs/DownloadShelf.xib', 'app/nibs/EditSearchEngine.xib', - 'app/nibs/ExtensionInstalledBubble.xib', 'app/nibs/ExtensionInstallPrompt.xib', + 'app/nibs/ExtensionInstallPromptBundle.xib', 'app/nibs/ExtensionInstallPromptInline.xib', 'app/nibs/ExtensionInstallPromptNoWarnings.xib', + 'app/nibs/ExtensionInstalledBubble.xib', + 'app/nibs/ExtensionInstalledBubbleBundle.xib', 'app/nibs/FindBar.xib', 'app/nibs/FirstRunBubble.xib', 'app/nibs/FirstRunDialog.xib', |