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

Unified Diff: ui/wm/wm.gyp

Issue 118553004: aura: Add an EasyResizeWindowTargeter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge-r243131 Created 6 years, 11 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/public/easy_resize_window_targeter.h ('k') | no next file » | 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 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',
« no previous file with comments | « ui/wm/public/easy_resize_window_targeter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698