OLD | NEW |
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 1004 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1015 'wm/workspace/workspace_event_handler_test_helper.cc', | 1015 'wm/workspace/workspace_event_handler_test_helper.cc', |
1016 'wm/workspace/workspace_event_handler_test_helper.h', | 1016 'wm/workspace/workspace_event_handler_test_helper.h', |
1017 'wm/workspace/workspace_event_handler_unittest.cc', | 1017 'wm/workspace/workspace_event_handler_unittest.cc', |
1018 'wm/workspace/workspace_layout_manager_unittest.cc', | 1018 'wm/workspace/workspace_layout_manager_unittest.cc', |
1019 'wm/workspace/workspace_window_resizer_unittest.cc', | 1019 'wm/workspace/workspace_window_resizer_unittest.cc', |
1020 'wm/workspace_controller_test_helper.cc', | 1020 'wm/workspace_controller_test_helper.cc', |
1021 'wm/workspace_controller_test_helper.h', | 1021 'wm/workspace_controller_test_helper.h', |
1022 'wm/workspace_controller_unittest.cc', | 1022 'wm/workspace_controller_unittest.cc', |
1023 ], | 1023 ], |
1024 'conditions': [ | 1024 'conditions': [ |
1025 ['OS=="win"', { | 1025 ['chromeos==0', { |
1026 'sources/': [ | 1026 'sources/': [ |
1027 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26
906 | 1027 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26
906 |
1028 ['exclude', 'focus_cycler_unittest.cc'], | 1028 ['exclude', 'focus_cycler_unittest.cc'], |
1029 # All tests for multiple displays: not supported on Windows Ash. | 1029 # All tests for multiple displays: not supported on Windows Ash. |
1030 ['exclude', 'accelerators/nested_dispatcher_controller_unittest.cc']
, | 1030 ['exclude', 'accelerators/nested_dispatcher_controller_unittest.cc']
, |
1031 ['exclude', 'wm/drag_window_resizer_unittest.cc'], | 1031 ['exclude', 'wm/drag_window_resizer_unittest.cc'], |
1032 # Can't resize on Windows Ash. http://crbug.com/165962 | 1032 # Can't resize on Windows Ash. http://crbug.com/165962 |
1033 ['exclude', 'ash_root_window_transformer_unittest.cc'], | 1033 ['exclude', 'ash_root_window_transformer_unittest.cc'], |
1034 ['exclude', 'magnifier/magnification_controller_unittest.cc'], | 1034 ['exclude', 'magnifier/magnification_controller_unittest.cc'], |
1035 ['exclude', 'wm/workspace/workspace_window_resizer_unittest.cc'], | 1035 ['exclude', 'wm/workspace/workspace_window_resizer_unittest.cc'], |
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1194 'ash_shell_lib', | 1194 'ash_shell_lib', |
1195 'ash_test_support', | 1195 'ash_test_support', |
1196 ], | 1196 ], |
1197 'sources': [ | 1197 'sources': [ |
1198 'shell/window_watcher_unittest.cc', | 1198 'shell/window_watcher_unittest.cc', |
1199 'test/ash_unittests.cc', | 1199 'test/ash_unittests.cc', |
1200 ], | 1200 ], |
1201 }, | 1201 }, |
1202 ], | 1202 ], |
1203 } | 1203 } |
OLD | NEW |