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

Unified Diff: ui/views/views.gyp

Issue 11369220: Move the desktop aura classes into a desktop subdir to make the gyp simpler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | « ui/views/test/test_views_delegate.cc ('k') | ui/views/widget/desktop_aura/desktop_layout_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views.gyp
===================================================================
--- ui/views/views.gyp (revision 167419)
+++ ui/views/views.gyp (working copy)
@@ -320,30 +320,35 @@
'widget/child_window_message_processor.h',
'widget/default_theme_provider.cc',
'widget/default_theme_provider.h',
- # TODO(beng): rename to 'widget/desktop_aura/' hence this sort order:
'widget/desktop_aura/desktop_activation_client.cc',
'widget/desktop_aura/desktop_activation_client.h',
'widget/desktop_aura/desktop_cursor_client.cc',
'widget/desktop_aura/desktop_cursor_client.h',
'widget/desktop_aura/desktop_dispatcher_client.cc',
'widget/desktop_aura/desktop_dispatcher_client.h',
+ 'widget/desktop_aura/desktop_layout_manager.cc',
+ 'widget/desktop_aura/desktop_layout_manager.h',
+ 'widget/desktop_aura/desktop_native_widget_aura.cc',
+ 'widget/desktop_aura/desktop_native_widget_aura.h',
+ 'widget/desktop_aura/desktop_root_window_host.h',
+ 'widget/desktop_aura/desktop_root_window_host_linux.cc',
+ 'widget/desktop_aura/desktop_root_window_host_linux.h',
+ 'widget/desktop_aura/desktop_root_window_host_win.cc',
+ 'widget/desktop_aura/desktop_root_window_host_win.h',
'widget/desktop_aura/desktop_screen.h',
+ 'widget/desktop_aura/desktop_screen_position_client.cc',
+ 'widget/desktop_aura/desktop_screen_position_client.h',
'widget/desktop_aura/desktop_screen_win.cc',
'widget/desktop_aura/desktop_screen_win.h',
'widget/desktop_aura/desktop_screen_x11.cc',
'widget/desktop_aura/desktop_stacking_client.cc',
'widget/desktop_aura/desktop_stacking_client.h',
- 'widget/desktop_layout_manager.cc',
- 'widget/desktop_layout_manager.h',
- 'widget/desktop_native_widget_aura.cc',
- 'widget/desktop_native_widget_aura.h',
- 'widget/desktop_root_window_host.h',
- 'widget/desktop_root_window_host_linux.cc',
- 'widget/desktop_root_window_host_linux.h',
- 'widget/desktop_root_window_host_win.cc',
- 'widget/desktop_root_window_host_win.h',
- 'widget/desktop_screen_position_client.cc',
- 'widget/desktop_screen_position_client.h',
+ 'widget/desktop_aura/x11_desktop_handler.cc',
+ 'widget/desktop_aura/x11_desktop_handler.h',
+ 'widget/desktop_aura/x11_desktop_window_move_client.cc',
+ 'widget/desktop_aura/x11_desktop_window_move_client.h',
+ 'widget/desktop_aura/x11_window_event_filter.cc',
+ 'widget/desktop_aura/x11_window_event_filter.h',
'widget/drop_helper.cc',
'widget/drop_helper.h',
'widget/drop_target_win.cc',
@@ -378,12 +383,6 @@
'widget/widget_message_filter.cc',
'widget/widget_message_filter.h',
'widget/widget_observer.h',
- 'widget/x11_desktop_handler.cc',
- 'widget/x11_desktop_handler.h',
- 'widget/x11_desktop_window_move_client.cc',
- 'widget/x11_desktop_window_move_client.h',
- 'widget/x11_window_event_filter.cc',
- 'widget/x11_window_event_filter.h',
'win/fullscreen_handler.cc',
'win/fullscreen_handler.h',
'win/hwnd_message_handler.cc',
@@ -446,8 +445,8 @@
['include', 'ime/input_method_win.h'],
['include', 'widget/desktop_aura/desktop_screen_win.cc'],
['include', 'widget/desktop_aura/desktop_screen_win.h'],
- ['include', 'widget/desktop_root_window_host_win.cc'],
- ['include', 'widget/desktop_root_window_host_win.h'],
+ ['include', 'widget/desktop_aura/desktop_root_window_host_win.cc'],
+ ['include', 'widget/desktop_aura/desktop_root_window_host_win.h'],
],
}],
],
@@ -455,9 +454,7 @@
['use_aura==0', {
'sources/': [
['exclude', 'corewm'],
- ['exclude', '/desktop_[^/]*\\.cc$'],
- ['exclude', '/x11_[^/]*\\.cc$'],
- ['exclude', 'widget/desktop_aura/'],
+ ['exclude', 'widget/desktop_aura'],
['exclude', 'widget/native_widget_aura_window_observer.cc'],
['exclude', 'widget/native_widget_aura_window_observer.h'],
['exclude', 'widget/widget_aura_utils.cc'],
@@ -466,8 +463,6 @@
}],
['chromeos==1', {
'sources/': [
- ['exclude', '/desktop_[^/]*\\.cc$'],
- ['exclude', 'widget/x11_*'],
['exclude', 'widget/desktop_aura'],
],
}],
« no previous file with comments | « ui/views/test/test_views_delegate.cc ('k') | ui/views/widget/desktop_aura/desktop_layout_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698