Index: chrome/chrome_browser_ui.gypi |
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi |
index 51e98da636e82222eb96c73949443b3bad6eb421..e21d65c51775952b2e81af101a60330e6734f0d3 100644 |
--- a/chrome/chrome_browser_ui.gypi |
+++ b/chrome/chrome_browser_ui.gypi |
@@ -792,10 +792,6 @@ |
'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/fullscreen_exit_bubble.cc', |
- 'browser/ui/fullscreen/fullscreen_exit_bubble.h', |
- 'browser/ui/fullscreen/fullscreen_within_tab_helper.cc', |
- 'browser/ui/fullscreen/fullscreen_within_tab_helper.h', |
'browser/ui/global_error/global_error.cc', |
'browser/ui/global_error/global_error.h', |
'browser/ui/global_error/global_error_bubble_view_base.h', |
@@ -1439,8 +1435,12 @@ |
'browser/ui/find_bar/find_bar_controller.h', |
'browser/ui/fullscreen/fullscreen_controller.cc', |
'browser/ui/fullscreen/fullscreen_controller.h', |
+ 'browser/ui/fullscreen/fullscreen_exit_bubble.cc', |
scheib
2014/09/04 17:38:14
This is not extensions related, I've updated the c
|
+ 'browser/ui/fullscreen/fullscreen_exit_bubble.h', |
'browser/ui/fullscreen/fullscreen_exit_bubble_type.cc', |
'browser/ui/fullscreen/fullscreen_exit_bubble_type.h', |
+ 'browser/ui/fullscreen/fullscreen_within_tab_helper.cc', |
+ 'browser/ui/fullscreen/fullscreen_within_tab_helper.h', |
'browser/ui/location_bar/location_bar.cc', |
'browser/ui/location_bar/location_bar.h', |
'browser/ui/location_bar/location_bar_util.cc', |