| 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 1016 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1027 'wm/workspace/workspace_event_handler_test_helper.cc', | 1027 'wm/workspace/workspace_event_handler_test_helper.cc', |
| 1028 'wm/workspace/workspace_event_handler_test_helper.h', | 1028 'wm/workspace/workspace_event_handler_test_helper.h', |
| 1029 'wm/workspace/workspace_event_handler_unittest.cc', | 1029 'wm/workspace/workspace_event_handler_unittest.cc', |
| 1030 'wm/workspace/workspace_layout_manager_unittest.cc', | 1030 'wm/workspace/workspace_layout_manager_unittest.cc', |
| 1031 'wm/workspace/workspace_window_resizer_unittest.cc', | 1031 'wm/workspace/workspace_window_resizer_unittest.cc', |
| 1032 'wm/workspace_controller_test_helper.cc', | 1032 'wm/workspace_controller_test_helper.cc', |
| 1033 'wm/workspace_controller_test_helper.h', | 1033 'wm/workspace_controller_test_helper.h', |
| 1034 'wm/workspace_controller_unittest.cc', | 1034 'wm/workspace_controller_unittest.cc', |
| 1035 ], | 1035 ], |
| 1036 'conditions': [ | 1036 'conditions': [ |
| 1037 ['OS=="win"', { | 1037 ['chromeos==0', { |
| 1038 'sources/': [ | 1038 'sources/': [ |
| 1039 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26
906 | 1039 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26
906 |
| 1040 ['exclude', 'focus_cycler_unittest.cc'], | 1040 ['exclude', 'focus_cycler_unittest.cc'], |
| 1041 # All tests for multiple displays: not supported on Windows Ash. | 1041 # All tests for multiple displays: not supported on Windows Ash. |
| 1042 ['exclude', 'accelerators/nested_dispatcher_controller_unittest.cc']
, | 1042 ['exclude', 'accelerators/nested_dispatcher_controller_unittest.cc']
, |
| 1043 ['exclude', 'wm/drag_window_resizer_unittest.cc'], | 1043 ['exclude', 'wm/drag_window_resizer_unittest.cc'], |
| 1044 # Can't resize on Windows Ash. http://crbug.com/165962 | 1044 # Can't resize on Windows Ash. http://crbug.com/165962 |
| 1045 ['exclude', 'ash_root_window_transformer_unittest.cc'], | 1045 ['exclude', 'ash_root_window_transformer_unittest.cc'], |
| 1046 ['exclude', 'magnifier/magnification_controller_unittest.cc'], | 1046 ['exclude', 'magnifier/magnification_controller_unittest.cc'], |
| 1047 ['exclude', 'wm/workspace/workspace_window_resizer_unittest.cc'], | 1047 ['exclude', 'wm/workspace/workspace_window_resizer_unittest.cc'], |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1214 'conditions': [ | 1214 'conditions': [ |
| 1215 ['chromeos==1', { | 1215 ['chromeos==1', { |
| 1216 'dependencies': [ | 1216 'dependencies': [ |
| 1217 '../ui/display/display.gyp:display', | 1217 '../ui/display/display.gyp:display', |
| 1218 ], | 1218 ], |
| 1219 }], | 1219 }], |
| 1220 ], | 1220 ], |
| 1221 }, | 1221 }, |
| 1222 ], | 1222 ], |
| 1223 } | 1223 } |
| OLD | NEW |