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

Side by Side Diff: ash/BUILD.gn

Issue 2732573002: chromeos: moves more ash tests to run on mash (Closed)
Patch Set: fix bug ref Created 3 years, 9 months 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
« no previous file with comments | « no previous file | ash/focus_cycler_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 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 1217 matching lines...) Expand 10 before | Expand all | Expand 10 after
1228 "shelf/shelf_layout_manager_unittest.cc", 1228 "shelf/shelf_layout_manager_unittest.cc",
1229 "shelf/shelf_unittest.cc", 1229 "shelf/shelf_unittest.cc",
1230 "shelf/shelf_view_unittest.cc", 1230 "shelf/shelf_view_unittest.cc",
1231 "shelf/shelf_widget_unittest.cc", 1231 "shelf/shelf_widget_unittest.cc",
1232 "shell_unittest.cc", 1232 "shell_unittest.cc",
1233 "sticky_keys/sticky_keys_overlay_unittest.cc", 1233 "sticky_keys/sticky_keys_overlay_unittest.cc",
1234 "sticky_keys/sticky_keys_unittest.cc", 1234 "sticky_keys/sticky_keys_unittest.cc",
1235 "system/chromeos/power/power_event_observer_unittest.cc", 1235 "system/chromeos/power/power_event_observer_unittest.cc",
1236 "system/chromeos/power/tablet_power_button_controller_unittest.cc", 1236 "system/chromeos/power/tablet_power_button_controller_unittest.cc",
1237 "system/chromeos/power/video_activity_notifier_unittest.cc", 1237 "system/chromeos/power/video_activity_notifier_unittest.cc",
1238 "system/overview/overview_button_tray_unittest.cc",
1239 "system/toast/toast_manager_unittest.cc",
1240 "system/web_notification/ash_popup_alignment_delegate_unittest.cc",
1241 "system/web_notification/web_notification_tray_unittest.cc",
1242 "test/ash_test_helper_unittest.cc",
1243 "tooltips/tooltip_controller_unittest.cc",
1244 "wm/ash_focus_rules_unittest.cc",
1245 "wm/dock/docked_window_layout_manager_unittest.cc",
1246 "wm/dock/docked_window_resizer_unittest.cc",
1247 "wm/immersive_fullscreen_controller_unittest.cc",
1248 "wm/lock_state_controller_unittest.cc",
1249 "wm/maximize_mode/accelerometer_test_data_literals.cc",
1250 "wm/maximize_mode/maximize_mode_window_manager_unittest.cc",
1238 ] 1251 ]
1239 deps = [ 1252 deps = [
1240 "//ash", 1253 "//ash",
1241 "//ash/public/cpp:ash_public_cpp", 1254 "//ash/public/cpp:ash_public_cpp",
1242 "//ash/resources/vector_icons", 1255 "//ash/resources/vector_icons",
1243 "//ash/test:test_support_without_content", 1256 "//ash/test:test_support_without_content",
1244 "//base", 1257 "//base",
1245 "//base/test:test_support", 1258 "//base/test:test_support",
1246 "//chromeos", 1259 "//chromeos",
1247 "//chromeos:power_manager_proto", 1260 "//chromeos:power_manager_proto",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
1317 1330
1318 # Specific to X11. 1331 # Specific to X11.
1319 "host/ash_window_tree_host_x11_unittest.cc", 1332 "host/ash_window_tree_host_x11_unittest.cc",
1320 1333
1321 # TODO: magnifier not supported in mash. http://crbug.com/647438. 1334 # TODO: magnifier not supported in mash. http://crbug.com/647438.
1322 "magnifier/magnification_controller_unittest.cc", 1335 "magnifier/magnification_controller_unittest.cc",
1323 "magnifier/partial_magnification_controller_unittest.cc", 1336 "magnifier/partial_magnification_controller_unittest.cc",
1324 1337
1325 # TODO: investigate failure in mash, http://crbug.com/695887. 1338 # TODO: investigate failure in mash, http://crbug.com/695887.
1326 "system/chromeos/rotation/tray_rotation_lock_unittest.cc", 1339 "system/chromeos/rotation/tray_rotation_lock_unittest.cc",
1340
1341 # TODO: fails as ScreenLayoutObserver is not installed in mash,
1342 # http://crbug.com/696752.
1327 "system/chromeos/screen_layout_observer_unittest.cc", 1343 "system/chromeos/screen_layout_observer_unittest.cc",
1328 "system/overview/overview_button_tray_unittest.cc",
1329 "system/toast/toast_manager_unittest.cc",
1330 "system/web_notification/ash_popup_alignment_delegate_unittest.cc",
1331 "system/web_notification/web_notification_tray_unittest.cc",
1332 "test/ash_test_helper_unittest.cc",
1333 "test/ash_test_suite.cc", 1344 "test/ash_test_suite.cc",
1334 "test/ash_test_suite.h", 1345 "test/ash_test_suite.h",
1335 "test/ash_unittests.cc", 1346 "test/ash_unittests.cc",
1336 "tooltips/tooltip_controller_unittest.cc", 1347
1348 # TODO(riajiang): port to work with mash. http://crbug.com/698032.
1337 "touch/touch_observer_hud_unittest.cc", 1349 "touch/touch_observer_hud_unittest.cc",
1350
1351 # TODO(moshayedi): port to work with mash. http://crbug.com/698033.
1338 "utility/screenshot_controller_unittest.cc", 1352 "utility/screenshot_controller_unittest.cc",
1353
1354 # TODO: keyboard is not enabled in mash. http://crbug.com/648733.
1339 "virtual_keyboard_controller_unittest.cc", 1355 "virtual_keyboard_controller_unittest.cc",
1356
1357 # TODO: keyboard is not enabled in mash. http://crbug.com/648733.
1340 "wm/always_on_top_controller_unittest.cc", 1358 "wm/always_on_top_controller_unittest.cc",
1341 "wm/ash_focus_rules_unittest.cc", 1359
1360 # TODO: mash doesn't support CursorManager. http://crbug.com/631103.
1342 "wm/ash_native_cursor_manager_unittest.cc", 1361 "wm/ash_native_cursor_manager_unittest.cc",
1343 "wm/dock/docked_window_layout_manager_unittest.cc", 1362
1344 "wm/dock/docked_window_resizer_unittest.cc", 1363 # TODO: mash doesn't support DragWindowResizer. http://crbug.com/633782.
1345 "wm/drag_window_resizer_unittest.cc", 1364 "wm/drag_window_resizer_unittest.cc",
1365
1366 # TODO: mash doesn't support OverviewGestureHandler.
1367 # http://crbug.com/634994.
1346 "wm/gestures/overview_gesture_handler_unittest.cc", 1368 "wm/gestures/overview_gesture_handler_unittest.cc",
1347 "wm/immersive_fullscreen_controller_unittest.cc", 1369
1370 # TODO: fails because keyboard is not enabled in mash.
1371 # http://crbug.com/648733.
1348 "wm/lock_layout_manager_unittest.cc", 1372 "wm/lock_layout_manager_unittest.cc",
1349 "wm/lock_state_controller_unittest.cc", 1373
1350 "wm/maximize_mode/accelerometer_test_data_literals.cc", 1374 # TODO: investigate failures in mash. http://crbug.com/698092.
1351 "wm/maximize_mode/maximize_mode_controller_unittest.cc", 1375 "wm/maximize_mode/maximize_mode_controller_unittest.cc",
1352 "wm/maximize_mode/maximize_mode_window_manager_unittest.cc",
1353 "wm/overlay_event_filter_unittest.cc", 1376 "wm/overlay_event_filter_unittest.cc",
1354 "wm/overview/window_selector_unittest.cc", 1377 "wm/overview/window_selector_unittest.cc",
1355 "wm/panels/panel_layout_manager_unittest.cc", 1378 "wm/panels/panel_layout_manager_unittest.cc",
1356 "wm/panels/panel_window_resizer_unittest.cc", 1379 "wm/panels/panel_window_resizer_unittest.cc",
1357 "wm/resize_shadow_and_cursor_unittest.cc", 1380 "wm/resize_shadow_and_cursor_unittest.cc",
1358 "wm/root_window_layout_manager_unittest.cc", 1381 "wm/root_window_layout_manager_unittest.cc",
1359 "wm/screen_dimmer_unittest.cc", 1382 "wm/screen_dimmer_unittest.cc",
1360 "wm/screen_pinning_controller_unittest.cc", 1383 "wm/screen_pinning_controller_unittest.cc",
1361 "wm/session_state_animator_impl_unittest.cc", 1384 "wm/session_state_animator_impl_unittest.cc",
1362 "wm/stacking_controller_unittest.cc", 1385 "wm/stacking_controller_unittest.cc",
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
1477 "//content/public/app:both", 1500 "//content/public/app:both",
1478 "//device/bluetooth", 1501 "//device/bluetooth",
1479 ] 1502 ]
1480 1503
1481 data_deps = [ 1504 data_deps = [
1482 "//ash/strings:ash_test_strings", 1505 "//ash/strings:ash_test_strings",
1483 "//ash/resources:ash_test_resources_with_content_100_percent", 1506 "//ash/resources:ash_test_resources_with_content_100_percent",
1484 "//ash/resources:ash_test_resources_200_percent", 1507 "//ash/resources:ash_test_resources_200_percent",
1485 ] 1508 ]
1486 } 1509 }
OLDNEW
« no previous file with comments | « no previous file | ash/focus_cycler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698