Index: ui/wm/wm.gyp |
diff --git a/ui/wm/wm.gyp b/ui/wm/wm.gyp |
index 50635510113ca01fc6baa803b197421a37bc3023..725d9ea8e4a3274e86354f4ab1cd4e78e10cfeac 100644 |
--- a/ui/wm/wm.gyp |
+++ b/ui/wm/wm.gyp |
@@ -10,7 +10,14 @@ |
{ |
'target_name': 'wm_public', |
'type': 'static_library', |
+ 'dependencies': [ |
+ '../../skia/skia.gyp:skia', |
+ '../aura/aura.gyp:aura', |
+ '../gfx/gfx.gyp:gfx_geometry', |
+ ], |
'sources': [ |
+ 'core/easy_resize_window_targeter.cc', |
+ 'public/easy_resize_window_targeter.h', |
'public/window_types.h', |
], |
}, |
@@ -20,7 +27,6 @@ |
'dependencies': [ |
'../../skia/skia.gyp:skia', |
'../aura/aura.gyp:aura', |
- '../views/views.gyp:views', |
], |
'sources': [ |
'test/wm_test_helper.cc', |