summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_nibs.gyp
diff options
context:
space:
mode:
authorsail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-11 06:34:15 +0000
committersail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-11 06:34:15 +0000
commit89e7d4a46584521ac7fec27dce3a6ec4c83516e1 (patch)
tree333de4f3dc42b3723b427b472e20b2314fe34121 /chrome/chrome_nibs.gyp
parent7a899fee8bd1001ae6d3878fbe8707dad819137c (diff)
downloadchromium_src-89e7d4a46584521ac7fec27dce3a6ec4c83516e1.zip
chromium_src-89e7d4a46584521ac7fec27dce3a6ec4c83516e1.tar.gz
chromium_src-89e7d4a46584521ac7fec27dce3a6ec4c83516e1.tar.bz2
Mac Web Intents Part 14: Migrate extension install prompt
This CL makes the following changes to the extension install prompt: - the dialog is now displayed in a constrained window - the UI has been updated to use the new constrained window UI - the main UI is now a view that can be embedded in any window. This will be used by the web intents picker to embed the extension install prompt in the picker UI. XIB changes: - change all the xibs to use a view controller instead of a window controller - change the buttons to use the new constrained window look Screenshot: http://i.imgur.com/V0kKF.png BUG=152010, 95455 TBR=thakis@chromium.org Review URL: https://chromiumcodereview.appspot.com/11014012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161306 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_nibs.gyp')
-rw-r--r--chrome/chrome_nibs.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/chrome_nibs.gyp b/chrome/chrome_nibs.gyp
index 223aae6..91df7c1 100644
--- a/chrome/chrome_nibs.gyp
+++ b/chrome/chrome_nibs.gyp
@@ -117,10 +117,14 @@
'browser/ui/cocoa/draggable_button.mm',
'browser/ui/cocoa/browser/edit_search_engine_cocoa_controller.h',
'browser/ui/cocoa/browser/edit_search_engine_cocoa_controller.mm',
+ 'browser/ui/cocoa/constrained_window/constrained_window_button.h',
+ 'browser/ui/cocoa/constrained_window/constrained_window_button.mm',
'browser/ui/cocoa/extensions/browser_actions_container_view.h',
'browser/ui/cocoa/extensions/browser_actions_container_view.mm',
'browser/ui/cocoa/extensions/extension_install_dialog_controller.h',
'browser/ui/cocoa/extensions/extension_install_dialog_controller.mm',
+ 'browser/ui/cocoa/extensions/extension_install_prompt_controller.h',
+ 'browser/ui/cocoa/extensions/extension_install_prompt_controller.mm',
'browser/ui/cocoa/extensions/extension_installed_bubble_controller.h',
'browser/ui/cocoa/extensions/extension_installed_bubble_controller.mm',
'browser/ui/cocoa/fast_resize_view.h',