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

Unified Diff: ash/ash.gyp

Issue 11574008: Disable ash tests on Windows that rely on multiple displays or display resizing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove other workspace resizers 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 | « no previous file | ash/display/display_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"', {
« no previous file with comments | « no previous file | ash/display/display_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698