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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 690213003: Android: Remove a few more unneeded files from the build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index c4240ca34dcc3203db6d23e8eff25978fe6ef204..657987b510c1190af5c6920129c9adea2aa8c40d 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -136,8 +136,6 @@
'browser/ui/browser_ui_prefs.h',
'browser/ui/browser_win.cc',
'browser/ui/browser_window.h',
- 'browser/ui/browser_window_state.cc',
- 'browser/ui/browser_window_state.h',
'browser/ui/browser_window_testing_views.h',
'browser/ui/chrome_select_file_policy.cc',
'browser/ui/chrome_select_file_policy.h',
@@ -817,8 +815,6 @@
'browser/ui/profile_error_dialog.cc',
'browser/ui/profile_error_dialog.h',
'browser/ui/protocol_dialog_delegate.h',
- 'browser/ui/scoped_tabbed_browser_displayer.cc',
- 'browser/ui/scoped_tabbed_browser_displayer.h',
'browser/ui/screen_capture_notification_ui.h',
'browser/ui/search/instant_controller.cc',
'browser/ui/search/instant_controller.h',
@@ -1797,6 +1793,9 @@
'browser/ui/zoom/zoom_controller.h',
],
'chrome_browser_ui_non_mobile_sources': [
+ 'browser/ui/browser_tab_restorer.cc',
+ 'browser/ui/scoped_tabbed_browser_displayer.cc',
+ 'browser/ui/scoped_tabbed_browser_displayer.h',
'browser/ui/sync/sync_promo_ui.cc',
'browser/ui/sync/sync_promo_ui.h',
'browser/ui/webui/devtools_ui.cc',
@@ -2231,6 +2230,8 @@
'browser/ui/app_list/app_list_service_views.h',
'browser/ui/app_list/app_list_shower_views.cc',
'browser/ui/app_list/app_list_shower_views.h',
+ 'browser/ui/browser_window_state.cc',
Lei Zhang 2014/10/31 09:30:49 Please help me figure out if this belongs here or
Andre 2014/10/31 17:11:45 Neither I think. These 2 are for browser/ui/views
Lei Zhang 2014/10/31 19:46:00 In chrome_browser_ui_non_mobile_sources it goes.
+ 'browser/ui/browser_window_state.h',
'browser/ui/views/accessibility/accessibility_event_router_views.cc',
'browser/ui/views/accessibility/accessibility_event_router_views.h',
'browser/ui/views/chrome_browser_main_extra_parts_views.cc',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698