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

Unified Diff: ui/wm/wm.gyp

Issue 239023002: Revert of Rename wm_core_export.h to wm_export.h and the wm_core target to just wm (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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/wm/core/wm_state.h ('k') | ui/wm/wm_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/wm/wm.gyp
diff --git a/ui/wm/wm.gyp b/ui/wm/wm.gyp
index 17ceaa361af26444c918ad7b21d470fd03fc600e..5d124b1cef6c3f36c7b49d579dcd468972eff28a 100644
--- a/ui/wm/wm.gyp
+++ b/ui/wm/wm.gyp
@@ -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',
@@ -71,12 +83,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/window_types.h',
- 'wm_export.h',
],
},
{
@@ -94,7 +105,7 @@
],
},
{
- 'target_name': 'wm_unittests',
+ 'target_name': 'wm_core_unittests',
'type': 'executable',
'dependencies': [
'../../base/base.gyp:base',
@@ -109,7 +120,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 | « ui/wm/core/wm_state.h ('k') | ui/wm/wm_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698