summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-26 21:13:21 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-26 21:13:21 +0000
commit7c40973a0c946c25df634f4bf774afefcbbc39b2 (patch)
tree096745ff1dbb01c949a16dfedd189c2824f95e41 /chrome/chrome.gyp
parentc64d852ef2388c6bc93eefcdcd140d104f2f6a1a (diff)
downloadchromium_src-7c40973a0c946c25df634f4bf774afefcbbc39b2.zip
chromium_src-7c40973a0c946c25df634f4bf774afefcbbc39b2.tar.gz
chromium_src-7c40973a0c946c25df634f4bf774afefcbbc39b2.tar.bz2
o Cleans up canonical extension_install_ui.cc to avoid #ifdefs when feasible.
o Adds Cocoa implementation of the extension installation prompt. o Added new cross-platform implementations of the extension install error prompt. o Got rid of unused extension install strings from early implementations. o Added a string to display as the header of the error dialog, since it was inline English. Patch by Andrew Bonventre <andybons@gmail.com> BUG=19654 TEST=Install an extension on any platform, observe consistent visual behavior and messaging. Review URL: http://codereview.chromium.org/333015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30091 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rwxr-xr-xchrome/chrome.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 37a14a6..aea45c3 100755
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1105,6 +1105,7 @@
'browser/cocoa/encoding_menu_controller_delegate_mac.mm',
'browser/cocoa/event_utils.h',
'browser/cocoa/event_utils.mm',
+ 'browser/cocoa/extension_install_prompt.mm',
'browser/cocoa/extension_shelf_controller.h',
'browser/cocoa/extension_shelf_controller.mm',
'browser/cocoa/extension_view_mac.h',
@@ -2732,6 +2733,7 @@
['include', '^browser/views/dragged_tab_controller.h'],
['include', '^browser/views/event_utils.cc'],
['include', '^browser/views/event_utils.h'],
+ ['include', '^browser/views/extensions/extension_install_prompt.cc'],
['include', '^browser/views/extensions/extension_popup.cc'],
['include', '^browser/views/extensions/extension_popup.h'],
['include', '^browser/views/extensions/extension_shelf.cc'],