summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_nibs.gyp
diff options
context:
space:
mode:
authorsriramsr <sriramsr@chromium.org>2014-12-12 18:53:42 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-13 02:54:27 +0000
commit49dd49512c7ee768231b5cca8a5ad475273a012b (patch)
tree7ad5ce6262a648f9e29895a733c058d0897f7640 /chrome/chrome_nibs.gyp
parent3863a6181578b609db991e62fa7d4d11079fd1e4 (diff)
downloadchromium_src-49dd49512c7ee768231b5cca8a5ad475273a012b.zip
chromium_src-49dd49512c7ee768231b5cca8a5ad475273a012b.tar.gz
chromium_src-49dd49512c7ee768231b5cca8a5ad475273a012b.tar.bz2
Fullscreen exit bubble is actually used to control both mouse lock and fullscreen. Addition of keyboard lock would make it the third behavior requiring some clean-up. This is part 1 of the refactor and contains just renames.
Also the difference from the original CL is that I have reverted rename of fullscreen_controller in lieu of doing it when I actually move the functionality and using exclusive_access_* instead of lock_exit. BUG=166928 Review URL: https://codereview.chromium.org/789403002 Cr-Commit-Position: refs/heads/master@{#308231}
Diffstat (limited to 'chrome/chrome_nibs.gyp')
-rw-r--r--chrome/chrome_nibs.gyp8
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/chrome_nibs.gyp b/chrome/chrome_nibs.gyp
index 4f1d1fb..9c62303 100644
--- a/chrome/chrome_nibs.gyp
+++ b/chrome/chrome_nibs.gyp
@@ -125,6 +125,10 @@
'browser/ui/cocoa/constrained_window/constrained_window_button.mm',
'browser/ui/cocoa/constrained_window/constrained_window_custom_window.h',
'browser/ui/cocoa/constrained_window/constrained_window_custom_window.mm',
+ 'browser/ui/cocoa/exclusive_access_bubble_window_controller.h',
+ 'browser/ui/cocoa/exclusive_access_bubble_window_controller.mm',
+ 'browser/ui/cocoa/exclusive_access_bubble_view.h',
+ 'browser/ui/cocoa/exclusive_access_bubble_view.mm',
'browser/ui/cocoa/extensions/browser_actions_container_view.h',
'browser/ui/cocoa/extensions/browser_actions_container_view.mm',
'browser/ui/cocoa/extensions/device_permissions_view_controller.h',
@@ -151,10 +155,6 @@
'browser/ui/cocoa/first_run_dialog.mm',
'browser/ui/cocoa/framed_browser_window.h',
'browser/ui/cocoa/framed_browser_window.mm',
- 'browser/ui/cocoa/fullscreen_exit_bubble_controller.h',
- 'browser/ui/cocoa/fullscreen_exit_bubble_controller.mm',
- 'browser/ui/cocoa/fullscreen_exit_bubble_view.h',
- 'browser/ui/cocoa/fullscreen_exit_bubble_view.mm',
'browser/ui/cocoa/global_error_bubble_controller.h',
'browser/ui/cocoa/global_error_bubble_controller.mm',
'browser/ui/cocoa/gradient_button_cell.h',