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

Unified Diff: ui/aura/aura.gyp

Issue 209383003: Move wm/public into wm target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 9 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 | « ui/app_list/app_list.gyp ('k') | ui/aura/client/default_activation_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/aura.gyp
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp
index 6bf7b2efdc9bbda2e312ab1d9d5b37b22a8519ab..a74ae236bbece2df0d7336dba0f796c301030980 100644
--- a/ui/aura/aura.gyp
+++ b/ui/aura/aura.gyp
@@ -36,8 +36,6 @@
'client/cursor_client.h',
'client/cursor_client_observer.h',
'client/cursor_client_observer.cc',
- 'client/default_activation_client.cc',
- 'client/default_activation_client.h',
'client/default_capture_client.cc',
'client/default_capture_client.h',
'client/event_client.cc',
@@ -92,28 +90,6 @@
'window_tree_host_win.h',
'window_tree_host_x11.cc',
'window_tree_host_x11.h',
- '../wm/public/activation_change_observer.h',
- '../wm/public/activation_change_observer.cc',
- '../wm/public/activation_client.cc',
- '../wm/public/activation_client.h',
- '../wm/public/activation_delegate.cc',
- '../wm/public/activation_delegate.h',
- '../wm/public/animation_host.cc',
- '../wm/public/animation_host.h',
- '../wm/public/dispatcher_client.cc',
- '../wm/public/dispatcher_client.h',
- '../wm/public/drag_drop_client.cc',
- '../wm/public/drag_drop_client.h',
- '../wm/public/drag_drop_delegate.cc',
- '../wm/public/drag_drop_delegate.h',
- '../wm/public/scoped_tooltip_disabler.cc',
- '../wm/public/scoped_tooltip_disabler.h',
- '../wm/public/tooltip_client.cc',
- '../wm/public/tooltip_client.h',
- '../wm/public/transient_window_client.cc',
- '../wm/public/transient_window_client.h',
- '../wm/public/window_move_client.cc',
- '../wm/public/window_move_client.h',
],
'conditions': [
['use_x11==1', {
@@ -173,12 +149,12 @@
'test/test_focus_client.h',
'test/test_screen.cc',
'test/test_screen.h',
- 'test/test_window_tree_client.cc',
- 'test/test_window_tree_client.h',
'test/test_windows.cc',
'test/test_windows.h',
'test/test_window_delegate.cc',
'test/test_window_delegate.h',
+ 'test/test_window_tree_client.cc',
+ 'test/test_window_tree_client.h',
'test/ui_controls_factory_aura.h',
'test/ui_controls_factory_aurawin.cc',
'test/ui_controls_factory_aurax11.cc',
« no previous file with comments | « ui/app_list/app_list.gyp ('k') | ui/aura/client/default_activation_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698