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

Unified Diff: ui/views/views.gyp

Issue 11316245: Move VisibilityController to corewm. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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/visibility_controller_unittest.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 170313)
+++ ui/views/views.gyp (working copy)
@@ -261,6 +261,8 @@
'corewm/shadow_controller.h',
'corewm/shadow_types.cc',
'corewm/shadow_types.h',
+ 'corewm/visibility_controller.cc',
+ 'corewm/visibility_controller.h',
'corewm/window_animations.cc',
'corewm/window_animations.h',
'corewm/window_util.cc',
@@ -655,6 +657,7 @@
'corewm/image_grid_unittest.cc',
'corewm/input_method_event_filter_unittest.cc',
'corewm/shadow_controller_unittest.cc',
+ 'corewm/visibility_controller_unittest.cc',
'focus/focus_manager_test.h',
'focus/focus_manager_test.cc',
'focus/focus_manager_unittest.cc',
« no previous file with comments | « ui/views/corewm/visibility_controller_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698