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

Unified Diff: chrome/chrome_browser.gypi

Issue 8598024: Now that we are doing a hard-cut-over to Aura, remove a bunch of *Views based classes that are ob... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' 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/views/tab_contents/native_tab_contents_view_win.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
===================================================================
--- chrome/chrome_browser.gypi (revision 110826)
+++ chrome/chrome_browser.gypi (working copy)
@@ -1985,10 +1985,6 @@
'browser/renderer_host/offline_resource_handler.h',
'browser/renderer_host/plugin_info_message_filter.cc',
'browser/renderer_host/plugin_info_message_filter.h',
- 'browser/renderer_host/render_widget_host_view_views.cc',
- 'browser/renderer_host/render_widget_host_view_views.h',
- 'browser/renderer_host/render_widget_host_view_views_touch.cc',
- 'browser/renderer_host/render_widget_host_view_views_win.cc',
'browser/renderer_host/safe_browsing_resource_handler.cc',
'browser/renderer_host/safe_browsing_resource_handler.h',
'browser/renderer_host/web_cache_manager.cc',
@@ -3395,8 +3391,6 @@
'browser/ui/views/frame/browser_frame_aura.h',
'browser/ui/views/frame/browser_frame_gtk.cc',
'browser/ui/views/frame/browser_frame_gtk.h',
- 'browser/ui/views/frame/browser_frame_views.cc',
- 'browser/ui/views/frame/browser_frame_views.h',
'browser/ui/views/frame/browser_frame_win.cc',
'browser/ui/views/frame/browser_frame_win.h',
'browser/ui/views/frame/browser_non_client_frame_view.cc',
@@ -3501,7 +3495,6 @@
'browser/ui/views/login_view.cc',
'browser/ui/views/login_view.h',
'browser/ui/views/native_constrained_window_aura.cc',
- 'browser/ui/views/native_constrained_window_views.cc',
'browser/ui/views/native_constrained_window_win.cc',
'browser/ui/views/notifications/balloon_view.cc',
'browser/ui/views/notifications/balloon_view.h',
@@ -3547,8 +3540,6 @@
'browser/ui/views/tab_contents/native_tab_contents_container_aura.h',
'browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc',
'browser/ui/views/tab_contents/native_tab_contents_container_gtk.h',
- 'browser/ui/views/tab_contents/native_tab_contents_container_views.cc',
- 'browser/ui/views/tab_contents/native_tab_contents_container_views.h',
'browser/ui/views/tab_contents/native_tab_contents_container_win.cc',
'browser/ui/views/tab_contents/native_tab_contents_container_win.h',
'browser/ui/views/tab_contents/native_tab_contents_view.h',
@@ -3557,8 +3548,6 @@
'browser/ui/views/tab_contents/native_tab_contents_view_aura.h',
'browser/ui/views/tab_contents/native_tab_contents_view_gtk.cc',
'browser/ui/views/tab_contents/native_tab_contents_view_gtk.h',
- 'browser/ui/views/tab_contents/native_tab_contents_view_views.cc',
- 'browser/ui/views/tab_contents/native_tab_contents_view_views.h',
'browser/ui/views/tab_contents/native_tab_contents_view_win.cc',
'browser/ui/views/tab_contents/native_tab_contents_view_win.h',
'browser/ui/views/tab_contents/render_view_context_menu_views.cc',
@@ -4224,10 +4213,8 @@
['exclude', '^browser/ui/views/select_file_dialog_win.cc'],
['exclude', '^browser/ui/views/simple_message_box_win.cc'],
['exclude', '^browser/ui/views/ssl_client_certificate_selector.cc'],
- ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_container_views*'],
['exclude', '^browser/ui/views/tab_contents/native_tab_contents_container_win.cc'],
['exclude', '^browser/ui/views/tab_contents/native_tab_contents_container_win.h'],
- ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view_views*'],
['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view_win.cc'],
['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view_win.h'],
['exclude', '^browser/ui/views/tab_contents/tab_contents_drag_win.cc'],
@@ -4544,12 +4531,10 @@
'../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
'../third_party/isimpledom/isimpledom.gyp:isimpledom',
'../views/views.gyp:views',
- '../views/views.gyp:views_desktop_lib',
'../rlz/rlz.gyp:rlz_lib',
],
'export_dependent_settings': [
'../views/views.gyp:views',
- '../views/views.gyp:views_desktop_lib',
],
'sources': [
'browser/first_run/upgrade_util.cc',
@@ -4571,7 +4556,6 @@
'browser/ui/panels/panel_mouse_watcher_timer.cc',
'browser/ui/views/keyboard_overlay_delegate.cc',
'browser/ui/views/keyboard_overlay_dialog_view.cc',
- 'browser/ui/views/native_constrained_window_views.cc',
'browser/ui/views/simple_message_box_views.cc',
'browser/ui/views/simple_message_box_views.h',
'browser/ui/webui/collected_cookies_ui_delegate.cc',
@@ -4621,7 +4605,6 @@
['OS=="linux" and toolkit_views==1',{
'dependencies': [
'../views/views.gyp:views',
- '../views/views.gyp:views_desktop_lib',
],
'include_dirs': [
'<(INTERMEDIATE_DIR)',
@@ -4786,8 +4769,6 @@
['include', '^browser/ui/views/frame/browser_frame.h'],
['include', '^browser/ui/views/frame/browser_frame_gtk.cc'],
['include', '^browser/ui/views/frame/browser_frame_gtk.h'],
- ['include', '^browser/ui/views/frame/browser_frame_views.cc'],
- ['include', '^browser/ui/views/frame/browser_frame_views.h'],
['include', '^browser/ui/views/frame/browser_non_client_frame_view.cc'],
['include', '^browser/ui/views/frame/browser_non_client_frame_view.h'],
['include', '^browser/ui/views/frame/browser_root_view.cc'],
@@ -4869,14 +4850,10 @@
['include', '^browser/ui/views/tab_contents/native_tab_contents_container_aura.h'],
['include', '^browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc'],
['include', '^browser/ui/views/tab_contents/native_tab_contents_container_gtk.h'],
- ['include', '^browser/ui/views/tab_contents/native_tab_contents_container_views.cc'],
- ['include', '^browser/ui/views/tab_contents/native_tab_contents_container_views.h'],
['include', '^browser/ui/views/tab_contents/native_tab_contents_view_aura.cc'],
['include', '^browser/ui/views/tab_contents/native_tab_contents_view_aura.h'],
['include', '^browser/ui/views/tab_contents/native_tab_contents_view_gtk.cc'],
['include', '^browser/ui/views/tab_contents/native_tab_contents_view_gtk.h'],
- ['include', '^browser/ui/views/tab_contents/native_tab_contents_view_views.cc'],
- ['include', '^browser/ui/views/tab_contents/native_tab_contents_view_views.h'],
['include', '^browser/ui/views/tab_contents/native_tab_contents_view.h'],
['include', '^browser/ui/views/tab_contents/native_tab_contents_view_delegate.h'],
['include', '^browser/ui/views/tab_contents/render_view_context_menu_views.cc'],
@@ -5053,7 +5030,6 @@
['include', '^browser/ui/views/constrained_html_delegate_views.cc'],
['include', '^browser/ui/views/constrained_window_views.cc'],
['include', '^browser/ui/views/constrained_window_views.h'],
- ['include', '^browser/ui/views/native_constrained_window_views.cc'],
['include', '^browser/ui/views/tab_contents/tab_contents_container_views.cc'],
['include', '^browser/ui/views/tab_contents/tab_contents_container_views.h'],
['exclude', '^browser/ui/gtk/collected_cookies_gtk.cc'],
« no previous file with comments | « chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698