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

Unified Diff: trunk/src/ui/wm/wm.gyp

Issue 213033002: Revert 259580 "Move wm/public into wm target" (Closed) Base URL: svn://svn.chromium.org/chrome/
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 | « trunk/src/ui/wm/test/wm_test_helper.cc ('k') | trunk/src/ui/wm/wm_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ui/wm/wm.gyp
===================================================================
--- trunk/src/ui/wm/wm.gyp (revision 259588)
+++ trunk/src/ui/wm/wm.gyp (working copy)
@@ -8,7 +8,19 @@
},
'targets': [
{
- 'target_name': 'wm',
+ 'target_name': 'wm_public',
+ 'type': 'static_library',
+ 'dependencies': [
+ '../../skia/skia.gyp:skia',
+ '../aura/aura.gyp:aura',
+ '../gfx/gfx.gyp:gfx_geometry',
+ ],
+ 'sources': [
+ 'public/window_types.h',
+ ],
+ },
+ {
+ 'target_name': 'wm_core',
'type': '<(component)',
'dependencies': [
'../../base/base.gyp:base',
@@ -23,7 +35,7 @@
'../base/ui_base.gyp:ui_base',
],
'defines': [
- 'WM_IMPLEMENTATION',
+ 'WM_CORE_IMPLEMENTATION',
],
'sources': [
'core/base_focus_rules.cc',
@@ -34,8 +46,6 @@
'core/compound_event_filter.h',
'core/cursor_manager.cc',
'core/cursor_manager.h',
- 'core/default_activation_client.cc',
- 'core/default_activation_client.h',
'core/easy_resize_window_targeter.cc',
'core/easy_resize_window_targeter.h',
'core/focus_controller.cc',
@@ -70,34 +80,11 @@
'core/window_modality_controller.h',
'core/window_util.cc',
'core/window_util.h',
+ 'core/wm_core_export.h',
'core/wm_core_switches.cc',
'core/wm_core_switches.h',
'core/wm_state.cc',
'core/wm_state.h',
- 'public/activation_change_observer.h',
- 'public/activation_change_observer.cc',
- 'public/activation_client.cc',
- 'public/activation_client.h',
- 'public/activation_delegate.cc',
- 'public/activation_delegate.h',
- 'public/animation_host.cc',
- 'public/animation_host.h',
- 'public/dispatcher_client.cc',
- 'public/dispatcher_client.h',
- 'public/drag_drop_client.cc',
- 'public/drag_drop_client.h',
- 'public/drag_drop_delegate.cc',
- 'public/drag_drop_delegate.h',
- 'public/scoped_tooltip_disabler.cc',
- 'public/scoped_tooltip_disabler.h',
- 'public/tooltip_client.cc',
- 'public/tooltip_client.h',
- 'public/transient_window_client.cc',
- 'public/transient_window_client.h',
- 'public/window_move_client.cc',
- 'public/window_move_client.h',
- 'public/window_types.h',
- 'wm_export.h',
],
},
{
@@ -106,7 +93,6 @@
'dependencies': [
'../../skia/skia.gyp:skia',
'../aura/aura.gyp:aura',
- 'wm',
],
'sources': [
'test/wm_test_helper.cc',
@@ -129,7 +115,7 @@
'../gfx/gfx.gyp:gfx_geometry',
'../gfx/gfx.gyp:gfx',
'../base/ui_base.gyp:ui_base',
- 'wm',
+ 'wm_core',
'wm_test_support',
],
'sources': [
« no previous file with comments | « trunk/src/ui/wm/test/wm_test_helper.cc ('k') | trunk/src/ui/wm/wm_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698