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

Unified Diff: chrome/chrome_browser.gypi

Issue 8461017: More surgery to remove views desktop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address reviewer comments (move listener to ui/views/aura) Created 9 years, 1 month 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/virtual_keyboard/virtual_keyboard_manager.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 2f01db7335f8687b0b245a78bf7d0acc92346979..aa142977aa9575769de99e4b38577a044ad3260c 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -361,8 +361,6 @@
'browser/chrome_browser_main_extra_parts_aura.h',
'browser/chrome_browser_main_extra_parts_gtk.cc',
'browser/chrome_browser_main_extra_parts_gtk.h',
- 'browser/chrome_browser_main_extra_parts_touch.cc',
- 'browser/chrome_browser_main_extra_parts_touch.h',
'browser/chrome_browser_main_extra_parts_views.cc',
'browser/chrome_browser_main_extra_parts_views.h',
'browser/chrome_content_browser_client.cc',
@@ -3250,8 +3248,6 @@
'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc',
'browser/ui/touch/frame/touch_browser_frame_view.cc',
'browser/ui/touch/frame/touch_browser_frame_view.h',
- 'browser/ui/touch/sensors/screen_orientation_listener.cc',
- 'browser/ui/touch/sensors/screen_orientation_listener.h',
'browser/ui/touch/status_bubble_touch.cc',
'browser/ui/touch/status_bubble_touch.h',
'browser/ui/touch/tabs/tab_strip_factory.cc',
@@ -3280,6 +3276,8 @@
'browser/ui/views/aura/chrome_shell_delegate.h',
'browser/ui/views/aura/launcher_icon_updater.cc',
'browser/ui/views/aura/launcher_icon_updater.h',
+ 'browser/ui/views/aura/screen_orientation_listener.cc',
+ 'browser/ui/views/aura/screen_orientation_listener.h',
'browser/ui/views/aura/status_area_host_aura.cc',
'browser/ui/views/aura/status_area_host_aura.h',
'browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc',
@@ -4183,7 +4181,7 @@
['exclude', '^browser/aeropeek_manager.cc'],
['exclude', '^browser/automation/automation_provider_win.cc'],
['exclude', '^browser/automation/chrome_frame_automation_provider.cc'],
- ['exclude', '^browser/automation/chrome_frame_automation_provider.h'],
+ ['exclude', '^browser/automation/chrome_frame_automation_provider.h'],
['exclude', '^browser/automation/testing_automation_provider_win.cc'],
['exclude', '^browser/chrome_plugin_message_filter.cc'],
['exclude', '^browser/chrome_plugin_message_filter.h'],
@@ -4201,7 +4199,7 @@
['exclude', '^browser/plugin_download_helper.cc'],
['exclude', '^browser/plugin_download_helper.h'],
['exclude', '^browser/plugin_installer_infobar_delegate.cc'],
- ['exclude', '^browser/plugin_installer_infobar_delegate.h'],
+ ['exclude', '^browser/plugin_installer_infobar_delegate.h'],
['exclude', '^browser/renderer_host/render_widget_host_view_views*'],
['exclude', '^browser/tab_contents/web_drag_source_win.cc'],
['exclude', '^browser/tab_contents/web_drag_source_win.h'],
« no previous file with comments | « chrome/browser/ui/virtual_keyboard/virtual_keyboard_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698