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

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, 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 | ui/aura/client/activation_change_observer.h » ('j') | ui/views/views.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/aura.gyp
===================================================================
--- ui/aura/aura.gyp (revision 165176)
+++ 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',
@@ -57,18 +59,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 +94,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 +263,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 | « no previous file | ui/aura/client/activation_change_observer.h » ('j') | ui/views/views.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698