Chromium Code Reviews| Index: ash/ash.gyp |
| diff --git a/ash/ash.gyp b/ash/ash.gyp |
| index 6f3d16b98676ca572b1057cae0dda8afbc553c7b..0ee95bffdc14112205e87087d59b418e373c8ca1 100644 |
| --- a/ash/ash.gyp |
| +++ b/ash/ash.gyp |
| @@ -610,6 +610,9 @@ |
| ['exclude', 'drag_drop/drag_drop_controller_unittest.cc'], |
| # TODO(zork): fix this test to build on Windows. See: crosbug.com/26906 |
| ['exclude', 'focus_cycler_unittest.cc'], |
| + # Workspace can't be resized on Win Ash. |
|
Ben Goodger (Google)
2012/12/13 21:44:29
why not? this will break metro-ash?
|
| + ['exclude', 'wm/workspace/workspace_window_resizer_unittest.cc'], |
| + ['exclude', 'wm/drag_window_resizer_unittest.cc'], |
| ], |
| }], |
| ['OS=="mac"', { |