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

Unified Diff: ui/views/views.gyp

Issue 11574041: Move WindowResizer to CoreWM. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years 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/views/corewm/window_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views.gyp
===================================================================
--- ui/views/views.gyp (revision 173169)
+++ ui/views/views.gyp (working copy)
@@ -250,6 +250,8 @@
'corewm/image_grid.h',
'corewm/input_method_event_filter.cc',
'corewm/input_method_event_filter.h',
+ 'corewm/screen_util.cc',
+ 'corewm/screen_util.h',
'corewm/shadow.cc',
'corewm/shadow.h',
'corewm/shadow_controller.cc',
@@ -262,6 +264,8 @@
'corewm/window_animations.h',
'corewm/window_modality_controller.cc',
'corewm/window_modality_controller.h',
+ 'corewm/window_resizer.cc',
+ 'corewm/window_resizer.h',
'corewm/window_util.cc',
'corewm/window_util.h',
'debug_utils.cc',
« no previous file with comments | « ui/views/corewm/window_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698