diff options
author | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-02 07:43:52 +0000 |
---|---|---|
committer | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-02 07:43:52 +0000 |
commit | 83eef80d5ea32f96f2842a41ad03f35445ec68f1 (patch) | |
tree | d1253e4a2d6fb2c695b606650fad43109125126a /ash/ash.gyp | |
parent | c6bf815d7ba2216d3d7d2453d510fd236d0daf30 (diff) | |
download | chromium_src-83eef80d5ea32f96f2842a41ad03f35445ec68f1.zip chromium_src-83eef80d5ea32f96f2842a41ad03f35445ec68f1.tar.gz chromium_src-83eef80d5ea32f96f2842a41ad03f35445ec68f1.tar.bz2 |
Implement workspace scrubbing
BUG=160903
Test=Manual
Review URL: https://chromiumcodereview.appspot.com/11417150
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170688 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r-- | ash/ash.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp index 3e48455..7bf12b8 100644 --- a/ash/ash.gyp +++ b/ash/ash.gyp @@ -403,6 +403,8 @@ 'wm/workspace/workspace.h', 'wm/workspace/workspace_animations.cc', 'wm/workspace/workspace_animations.h', + 'wm/workspace/workspace_cycler.cc', + 'wm/workspace/workspace_cycler.h', 'wm/workspace/workspace_event_handler.cc', 'wm/workspace/workspace_event_handler.h', 'wm/workspace/workspace_layout_manager.cc', |