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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | ash/display/display_controller_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 'dependencies': [ 603 'dependencies': [
604 '../build/linux/system.gyp:ibus', 604 '../build/linux/system.gyp:ibus',
605 ], 605 ],
606 }], 606 }],
607 ['OS=="win"', { 607 ['OS=="win"', {
608 'sources/': [ 608 'sources/': [
609 # TODO(win_ash): implement DragDropController::StartDragAndDrop 609 # TODO(win_ash): implement DragDropController::StartDragAndDrop
610 ['exclude', 'drag_drop/drag_drop_controller_unittest.cc'], 610 ['exclude', 'drag_drop/drag_drop_controller_unittest.cc'],
611 # TODO(zork): fix this test to build on Windows. See: crosbug.com/2690 6 611 # TODO(zork): fix this test to build on Windows. See: crosbug.com/2690 6
612 ['exclude', 'focus_cycler_unittest.cc'], 612 ['exclude', 'focus_cycler_unittest.cc'],
613 # Workspace can't be resized on Win Ash.
Ben Goodger (Google) 2012/12/13 21:44:29 why not? this will break metro-ash?
614 ['exclude', 'wm/workspace/workspace_window_resizer_unittest.cc'],
615 ['exclude', 'wm/drag_window_resizer_unittest.cc'],
613 ], 616 ],
614 }], 617 }],
615 ['OS=="mac"', { 618 ['OS=="mac"', {
616 'sources/': [ 619 'sources/': [
617 ['exclude', 'accelerators/accelerator_controller_unittest.cc'], 620 ['exclude', 'accelerators/accelerator_controller_unittest.cc'],
618 ['exclude', 'accelerators/accelerator_filter_unittest.cc'], 621 ['exclude', 'accelerators/accelerator_filter_unittest.cc'],
619 ['exclude', 'accelerators/nested_dispatcher_controller_unittest.cc'] , 622 ['exclude', 'accelerators/nested_dispatcher_controller_unittest.cc'] ,
620 ['exclude', 'drag_drop/drag_drop_controller_unittest.cc'], 623 ['exclude', 'drag_drop/drag_drop_controller_unittest.cc'],
621 ['exclude', 'tooltips/tooltip_controller_unittest.cc'], 624 ['exclude', 'tooltips/tooltip_controller_unittest.cc'],
622 ], 625 ],
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 'shell/cocoa/app-Info.plist', 723 'shell/cocoa/app-Info.plist',
721 ], 724 ],
722 'xcode_settings': { 725 'xcode_settings': {
723 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 726 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
724 }, 727 },
725 }], 728 }],
726 ], 729 ],
727 }, 730 },
728 ], 731 ],
729 } 732 }
OLDNEW
« 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