Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1858)

Unified Diff: chrome/chrome_browser.gypi

Issue 7549005: Abstract fullscreen exit bubble logic to bring Linux's behaviour in line with (Closed) Base URL: /usr/local/google/chromium2/src@trunk
Patch Set: Rebase attempt #3. Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/views/fullscreen_exit_bubble_views.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index d250761b809e2267f1be21aa8d2b1a0d9b054c5a..00f033367e75d604911c436929ef1ab369d7a38f 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2727,6 +2727,8 @@
'browser/ui/find_bar/find_notification_details.h',
'browser/ui/find_bar/find_tab_helper.cc',
'browser/ui/find_bar/find_tab_helper.h',
+ 'browser/ui/fullscreen_exit_bubble.cc',
+ 'browser/ui/fullscreen_exit_bubble.h',
'browser/ui/gtk/about_chrome_dialog.cc',
'browser/ui/gtk/about_chrome_dialog.h',
'browser/ui/gtk/accelerators_gtk.cc',
@@ -3206,8 +3208,8 @@
'browser/ui/views/frame/opaque_browser_frame_view.h',
'browser/ui/views/frame/popup_non_client_frame_view.cc',
'browser/ui/views/frame/popup_non_client_frame_view.h',
- 'browser/ui/views/fullscreen_exit_bubble.cc',
- 'browser/ui/views/fullscreen_exit_bubble.h',
+ 'browser/ui/views/fullscreen_exit_bubble_views.cc',
+ 'browser/ui/views/fullscreen_exit_bubble_views.h',
'browser/ui/views/generic_info_view.cc',
'browser/ui/views/generic_info_view.h',
'browser/ui/views/handle_web_keyboard_event_gtk.cc',
@@ -4410,8 +4412,8 @@
['include', '^browser/ui/views/frame/opaque_browser_frame_view.h'],
['include', '^browser/ui/views/frame/popup_non_client_frame_view.cc'],
['include', '^browser/ui/views/frame/popup_non_client_frame_view.h'],
- ['include', '^browser/ui/views/fullscreen_exit_bubble.cc'],
- ['include', '^browser/ui/views/fullscreen_exit_bubble.h'],
+ ['include', '^browser/ui/views/fullscreen_exit_bubble_views.cc'],
+ ['include', '^browser/ui/views/fullscreen_exit_bubble_views.h'],
['include', '^browser/ui/views/handle_web_keyboard_event_gtk.cc'],
['include', '^browser/ui/views/handle_web_keyboard_event_gtk.h'],
['include', '^browser/ui/views/html_dialog_view.cc'],
« no previous file with comments | « chrome/browser/ui/views/fullscreen_exit_bubble_views.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698