| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/config/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
| 8 import("//ui/base/ui_features.gni") | 8 import("//ui/base/ui_features.gni") |
| 9 | 9 |
| 10 # Historical note: Ash shipped on Windows for a couple years to support | 10 # Historical note: Ash shipped on Windows for a couple years to support |
| (...skipping 1124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1135 "//ash/resources:ash_test_resources_with_content_100_percent", | 1135 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1136 "//ash/resources:ash_test_resources_200_percent", | 1136 "//ash/resources:ash_test_resources_200_percent", |
| 1137 ] | 1137 ] |
| 1138 } | 1138 } |
| 1139 | 1139 |
| 1140 # This target includes the tests that are run by both ash and mash. Eventually | 1140 # This target includes the tests that are run by both ash and mash. Eventually |
| 1141 # the majority of tests in |ash_unittests| should move here. | 1141 # the majority of tests in |ash_unittests| should move here. |
| 1142 source_set("common_unittests") { | 1142 source_set("common_unittests") { |
| 1143 testonly = true | 1143 testonly = true |
| 1144 sources = [ | 1144 sources = [ |
| 1145 "accelerators/accelerator_commands_unittest.cc", |
| 1145 "accelerators/accelerator_controller_unittest.cc", | 1146 "accelerators/accelerator_controller_unittest.cc", |
| 1146 "accelerators/accelerator_filter_unittest.cc", | 1147 "accelerators/accelerator_filter_unittest.cc", |
| 1147 "accelerators/spoken_feedback_toggler_unittest.cc", | 1148 "accelerators/spoken_feedback_toggler_unittest.cc", |
| 1148 "ash_touch_exploration_manager_chromeos_unittest.cc", | 1149 "ash_touch_exploration_manager_chromeos_unittest.cc", |
| 1149 "autoclick/autoclick_unittest.cc", | 1150 "autoclick/autoclick_unittest.cc", |
| 1150 "common/accelerators/accelerator_table_unittest.cc", | 1151 "common/accelerators/accelerator_table_unittest.cc", |
| 1151 "common/devtools/ash_devtools_unittest.cc", | 1152 "common/devtools/ash_devtools_unittest.cc", |
| 1152 "common/drag_drop/drag_image_view_unittest.cc", | 1153 "common/drag_drop/drag_image_view_unittest.cc", |
| 1153 "common/frame/caption_buttons/frame_caption_button_container_view_unittest.c
c", | 1154 "common/frame/caption_buttons/frame_caption_button_container_view_unittest.c
c", |
| 1154 "common/frame/custom_frame_view_ash_unittest.cc", | 1155 "common/frame/custom_frame_view_ash_unittest.cc", |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1235 "wm/immersive_fullscreen_controller_unittest.cc", | 1236 "wm/immersive_fullscreen_controller_unittest.cc", |
| 1236 "wm/lock_state_controller_unittest.cc", | 1237 "wm/lock_state_controller_unittest.cc", |
| 1237 "wm/maximize_mode/accelerometer_test_data_literals.cc", | 1238 "wm/maximize_mode/accelerometer_test_data_literals.cc", |
| 1238 "wm/maximize_mode/maximize_mode_window_manager_unittest.cc", | 1239 "wm/maximize_mode/maximize_mode_window_manager_unittest.cc", |
| 1239 "wm/overlay_event_filter_unittest.cc", | 1240 "wm/overlay_event_filter_unittest.cc", |
| 1240 "wm/overview/window_selector_unittest.cc", | 1241 "wm/overview/window_selector_unittest.cc", |
| 1241 "wm/panels/panel_layout_manager_unittest.cc", | 1242 "wm/panels/panel_layout_manager_unittest.cc", |
| 1242 "wm/panels/panel_window_resizer_unittest.cc", | 1243 "wm/panels/panel_window_resizer_unittest.cc", |
| 1243 "wm/root_window_layout_manager_unittest.cc", | 1244 "wm/root_window_layout_manager_unittest.cc", |
| 1244 "wm/screen_dimmer_unittest.cc", | 1245 "wm/screen_dimmer_unittest.cc", |
| 1246 "wm/screen_pinning_controller_unittest.cc", |
| 1245 "wm/session_state_animator_impl_unittest.cc", | 1247 "wm/session_state_animator_impl_unittest.cc", |
| 1246 "wm/stacking_controller_unittest.cc", | 1248 "wm/stacking_controller_unittest.cc", |
| 1247 "wm/system_modal_container_layout_manager_unittest.cc", | 1249 "wm/system_modal_container_layout_manager_unittest.cc", |
| 1248 "wm/toplevel_window_event_handler_unittest.cc", | 1250 "wm/toplevel_window_event_handler_unittest.cc", |
| 1249 "wm/video_detector_unittest.cc", | 1251 "wm/video_detector_unittest.cc", |
| 1250 "wm/window_animations_unittest.cc", | 1252 "wm/window_animations_unittest.cc", |
| 1251 "wm/window_cycle_controller_unittest.cc", | 1253 "wm/window_cycle_controller_unittest.cc", |
| 1252 "wm/window_manager_unittest.cc", | 1254 "wm/window_manager_unittest.cc", |
| 1253 "wm/window_modality_controller_unittest.cc", | 1255 "wm/window_modality_controller_unittest.cc", |
| 1254 "wm/window_positioner_unittest.cc", | 1256 "wm/window_positioner_unittest.cc", |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1294 "//ui/wm", | 1296 "//ui/wm", |
| 1295 "//ui/wm:test_support", | 1297 "//ui/wm:test_support", |
| 1296 ] | 1298 ] |
| 1297 public_deps = [ | 1299 public_deps = [ |
| 1298 "//ash/test:test_support_without_content", | 1300 "//ash/test:test_support_without_content", |
| 1299 ] | 1301 ] |
| 1300 } | 1302 } |
| 1301 | 1303 |
| 1302 test("ash_unittests") { | 1304 test("ash_unittests") { |
| 1303 sources = [ | 1305 sources = [ |
| 1304 # TODO: move to common_unittests. Fails because of http://crbug.com/622486. | |
| 1305 "accelerators/accelerator_commands_unittest.cc", | |
| 1306 | |
| 1307 # TODO: move to common_unittests. Fails because of http://crbug.com/557401. | 1306 # TODO: move to common_unittests. Fails because of http://crbug.com/557401. |
| 1308 "accelerators/magnifier_key_scroller_unittest.cc", | 1307 "accelerators/magnifier_key_scroller_unittest.cc", |
| 1309 | 1308 |
| 1310 # Specific to classic-ash. | 1309 # Specific to classic-ash. |
| 1311 "app_list/app_list_presenter_delegate_unittest.cc", | 1310 "app_list/app_list_presenter_delegate_unittest.cc", |
| 1312 | 1311 |
| 1313 # TODO: move to common_unittests when http://crbug.com/693790 is fixed. | 1312 # TODO: move to common_unittests when http://crbug.com/693790 is fixed. |
| 1314 "aura/pointer_watcher_adapter_unittest.cc", | 1313 "aura/pointer_watcher_adapter_unittest.cc", |
| 1315 | 1314 |
| 1316 # TODO: decide if this needs to be ported. http://crbug.com/695566. | 1315 # TODO: decide if this needs to be ported. http://crbug.com/695566. |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1384 # TODO: fails because keyboard is not enabled in mash. | 1383 # TODO: fails because keyboard is not enabled in mash. |
| 1385 # http://crbug.com/648733. | 1384 # http://crbug.com/648733. |
| 1386 "wm/lock_layout_manager_unittest.cc", | 1385 "wm/lock_layout_manager_unittest.cc", |
| 1387 | 1386 |
| 1388 # TODO: investigate failures in mash. http://crbug.com/698092. | 1387 # TODO: investigate failures in mash. http://crbug.com/698092. |
| 1389 "wm/maximize_mode/maximize_mode_controller_unittest.cc", | 1388 "wm/maximize_mode/maximize_mode_controller_unittest.cc", |
| 1390 | 1389 |
| 1391 # TODO: mash doesn't support CursorManager. http://crbug.com/631103. | 1390 # TODO: mash doesn't support CursorManager. http://crbug.com/631103. |
| 1392 "wm/resize_shadow_and_cursor_unittest.cc", | 1391 "wm/resize_shadow_and_cursor_unittest.cc", |
| 1393 | 1392 |
| 1394 # TODO: mash doesn't support pinning. http://crbug.com/622486 | |
| 1395 "wm/screen_pinning_controller_unittest.cc", | |
| 1396 | |
| 1397 # TODO: mash doesn't support SetFirstDisplayAsInternalDisplay(), which all | 1393 # TODO: mash doesn't support SetFirstDisplayAsInternalDisplay(), which all |
| 1398 # the tests in this file use. http://crbug.com/698091. | 1394 # the tests in this file use. http://crbug.com/698091. |
| 1399 "wm/system_gesture_event_filter_unittest.cc", | 1395 "wm/system_gesture_event_filter_unittest.cc", |
| 1400 | 1396 |
| 1401 # TODO: MultiWindowResizeControllerTests fail in mash. | 1397 # TODO: MultiWindowResizeControllerTests fail in mash. |
| 1402 # http://crbug.com/699172. | 1398 # http://crbug.com/699172. |
| 1403 "wm/workspace/multi_window_resize_controller_unittest.cc", | 1399 "wm/workspace/multi_window_resize_controller_unittest.cc", |
| 1404 | 1400 |
| 1405 # TODO: fails because the virtual keyboard is not enabled in mash. | 1401 # TODO: fails because the virtual keyboard is not enabled in mash. |
| 1406 # http://crbug.com/648733. | 1402 # http://crbug.com/648733. |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1502 "//content/public/app:both", | 1498 "//content/public/app:both", |
| 1503 "//device/bluetooth", | 1499 "//device/bluetooth", |
| 1504 ] | 1500 ] |
| 1505 | 1501 |
| 1506 data_deps = [ | 1502 data_deps = [ |
| 1507 "//ash/strings:ash_test_strings", | 1503 "//ash/strings:ash_test_strings", |
| 1508 "//ash/resources:ash_test_resources_with_content_100_percent", | 1504 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1509 "//ash/resources:ash_test_resources_200_percent", | 1505 "//ash/resources:ash_test_resources_200_percent", |
| 1510 ] | 1506 ] |
| 1511 } | 1507 } |
| OLD | NEW |