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

Unified Diff: ui/aura/aura.gyp

Issue 11368010: Move aura shared and desktop classes to the views target. Note that the files don't actually move, … (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 | « content/shell/shell_stacking_client_ash.cc ('k') | ui/aura/bench/bench_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/aura.gyp
===================================================================
--- ui/aura/aura.gyp (revision 165738)
+++ ui/aura/aura.gyp (working copy)
@@ -25,6 +25,8 @@
'sources': [
'aura_switches.cc',
'aura_switches.h',
+ 'client/activation_change_observer.h',
+ 'client/activation_change_observer.cc',
'client/activation_client.cc',
'client/activation_client.h',
'client/activation_delegate.cc',
@@ -36,6 +38,8 @@
'client/capture_delegate.h',
'client/cursor_client.cc',
'client/cursor_client.h',
+ 'client/default_capture_client.cc',
+ 'client/default_capture_client.h',
'client/dispatcher_client.cc',
'client/dispatcher_client.h',
'client/drag_drop_client.cc',
@@ -57,18 +61,6 @@
'client/window_move_client.cc',
'client/window_move_client.h',
'client/window_types.h',
- 'desktop/desktop_activation_client.cc',
- 'desktop/desktop_activation_client.h',
- 'desktop/desktop_cursor_client.cc',
- 'desktop/desktop_cursor_client.h',
- 'desktop/desktop_dispatcher_client.cc',
- 'desktop/desktop_dispatcher_client.h',
- 'desktop/desktop_screen.h',
- 'desktop/desktop_screen_win.cc',
- 'desktop/desktop_screen_win.h',
- 'desktop/desktop_screen_x11.cc',
- 'desktop/desktop_stacking_client.cc',
- 'desktop/desktop_stacking_client.h',
'device_list_updater_aurax11.cc',
'device_list_updater_aurax11.h',
'dispatcher_win.cc',
@@ -104,12 +96,6 @@
'root_window_view_mac.mm',
'root_window.cc',
'root_window.h',
- 'shared/compound_event_filter.cc',
- 'shared/compound_event_filter.h',
- 'shared/input_method_event_filter.cc',
- 'shared/input_method_event_filter.h',
- 'shared/root_window_capture_client.cc',
- 'shared/root_window_capture_client.h',
'single_display_manager.cc',
'single_display_manager.h',
'ui_controls_win.cc',
@@ -279,8 +265,6 @@
'test/test_suite.cc',
'test/test_suite.h',
'root_window_unittest.cc',
- 'shared/compound_event_filter_unittest.cc',
- 'shared/input_method_event_filter_unittest.cc',
'event_filter_unittest.cc',
'window_unittest.cc',
],
« no previous file with comments | « content/shell/shell_stacking_client_ash.cc ('k') | ui/aura/bench/bench_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698