diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-30 01:32:02 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-30 01:32:02 +0000 |
commit | b5756e205e33a1c982d5a97bc3b352f1850c8519 (patch) | |
tree | 523c101267d84a6598ff940d63f0592db15744a5 /ash/ash.gyp | |
parent | fa73836b5058c72ce7d0d052e2d133da8f43629d (diff) | |
download | chromium_src-b5756e205e33a1c982d5a97bc3b352f1850c8519.zip chromium_src-b5756e205e33a1c982d5a97bc3b352f1850c8519.tar.gz chromium_src-b5756e205e33a1c982d5a97bc3b352f1850c8519.tar.bz2 |
Move VisibilityController to corewm.
I had to add a subclass to Ash for the time being to allow Ash to call its method for animating windows, which handles a few animation types corewm doesn't know about. I'd like to clean this up a bit in a future CL, see my TODO.
http://crbug.com/158115
R=sky@chromium.org
Review URL: https://codereview.chromium.org/11316245
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170328 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r-- | ash/ash.gyp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp index ec0473f..cf32644 100644 --- a/ash/ash.gyp +++ b/ash/ash.gyp @@ -365,8 +365,6 @@ 'wm/user_activity_observer.h', 'wm/video_detector.cc', 'wm/video_detector.h', - 'wm/visibility_controller.cc', - 'wm/visibility_controller.h', 'wm/window_animations.cc', 'wm/window_animations.h', 'wm/window_cycle_controller.cc', @@ -571,7 +569,6 @@ 'wm/toplevel_window_event_handler_unittest.cc', 'wm/user_activity_detector_unittest.cc', 'wm/video_detector_unittest.cc', - 'wm/visibility_controller_unittest.cc', 'wm/window_animations_unittest.cc', 'wm/window_cycle_controller_unittest.cc', 'wm/window_manager_unittest.cc', |