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

Side by Side Diff: ash/BUILD.gn

Issue 2718763003: chromeos: makes more tests run in both mash and ash (Closed)
Patch Set: disable more ShelfViewTests 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/metrics/desktop_task_switch_metric_recorder_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 1200 matching lines...) Expand 10 before | Expand all | Expand 10 after
1211 "common/wm/overview/cleanup_animation_observer_unittest.cc", 1211 "common/wm/overview/cleanup_animation_observer_unittest.cc",
1212 "common/wm/workspace/workspace_layout_manager_unittest.cc", 1212 "common/wm/workspace/workspace_layout_manager_unittest.cc",
1213 "common/wm_window_unittest.cc", 1213 "common/wm_window_unittest.cc",
1214 "common/wm_window_user_data_unittest.cc", 1214 "common/wm_window_user_data_unittest.cc",
1215 "first_run/first_run_helper_unittest.cc", 1215 "first_run/first_run_helper_unittest.cc",
1216 "focus_cycler_unittest.cc", 1216 "focus_cycler_unittest.cc",
1217 "frame/caption_buttons/frame_size_button_unittest.cc", 1217 "frame/caption_buttons/frame_size_button_unittest.cc",
1218 "laser/laser_pointer_controller_unittest.cc", 1218 "laser/laser_pointer_controller_unittest.cc",
1219 "laser/laser_pointer_points_unittest.cc", 1219 "laser/laser_pointer_points_unittest.cc",
1220 "laser/laser_segment_utils_unittest.cc", 1220 "laser/laser_segment_utils_unittest.cc",
1221 "metrics/desktop_task_switch_metric_recorder_unittest.cc",
1222 "metrics/task_switch_metrics_recorder_unittest.cc",
1223 "metrics/task_switch_time_tracker_unittest.cc",
1224 "metrics/user_metrics_recorder_unittest.cc",
1225 "root_window_controller_unittest.cc",
1226 "rotator/screen_rotation_animation_unittest.cc",
1227 "screen_util_unittest.cc",
1228 "shelf/shelf_layout_manager_unittest.cc",
1229 "shelf/shelf_unittest.cc",
1230 "shelf/shelf_view_unittest.cc",
1231 "shelf/shelf_widget_unittest.cc",
1232 "shell_unittest.cc",
1233 "sticky_keys/sticky_keys_overlay_unittest.cc",
1234 "sticky_keys/sticky_keys_unittest.cc",
1235 "system/chromeos/power/power_event_observer_unittest.cc",
1236 "system/chromeos/power/tablet_power_button_controller_unittest.cc",
1237 "system/chromeos/power/video_activity_notifier_unittest.cc",
1221 ] 1238 ]
1222 deps = [ 1239 deps = [
1223 "//ash", 1240 "//ash",
1224 "//ash/common/test:test_support", 1241 "//ash/common/test:test_support",
1225 "//ash/public/cpp:ash_public_cpp", 1242 "//ash/public/cpp:ash_public_cpp",
1226 "//ash/public/interfaces", 1243 "//ash/public/interfaces",
1227 "//ash/resources/vector_icons", 1244 "//ash/resources/vector_icons",
1228 "//ash/test:test_support_without_content", 1245 "//ash/test:test_support_without_content",
1229 "//base", 1246 "//base",
1230 "//base/test:test_support", 1247 "//base/test:test_support",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
1295 1312
1296 # These exercise classic-ash specific functionality. 1313 # These exercise classic-ash specific functionality.
1297 "drag_drop/drag_drop_controller_unittest.cc", 1314 "drag_drop/drag_drop_controller_unittest.cc",
1298 "drag_drop/drag_drop_tracker_unittest.cc", 1315 "drag_drop/drag_drop_tracker_unittest.cc",
1299 1316
1300 # TODO: port to mash. http://crbug.com/695570. 1317 # TODO: port to mash. http://crbug.com/695570.
1301 "extended_desktop_unittest.cc", 1318 "extended_desktop_unittest.cc",
1302 1319
1303 # Specific to X11. 1320 # Specific to X11.
1304 "host/ash_window_tree_host_x11_unittest.cc", 1321 "host/ash_window_tree_host_x11_unittest.cc",
1322
1323 # TODO: magnifier not supported in mash. http://crbug.com/647438.
1305 "magnifier/magnification_controller_unittest.cc", 1324 "magnifier/magnification_controller_unittest.cc",
1306 "magnifier/partial_magnification_controller_unittest.cc", 1325 "magnifier/partial_magnification_controller_unittest.cc",
1307 "metrics/desktop_task_switch_metric_recorder_unittest.cc", 1326
1308 "metrics/task_switch_metrics_recorder_unittest.cc", 1327 # TODO: investigate failure in mash, http://crbug.com/695887.
1309 "metrics/task_switch_time_tracker_unittest.cc",
1310 "metrics/user_metrics_recorder_unittest.cc",
1311 "root_window_controller_unittest.cc",
1312 "rotator/screen_rotation_animation_unittest.cc",
1313 "screen_util_unittest.cc",
1314 "shelf/shelf_layout_manager_unittest.cc",
1315 "shelf/shelf_unittest.cc",
1316 "shelf/shelf_view_unittest.cc",
1317 "shelf/shelf_widget_unittest.cc",
1318 "shell_unittest.cc",
1319 "sticky_keys/sticky_keys_overlay_unittest.cc",
1320 "sticky_keys/sticky_keys_unittest.cc",
1321 "system/chromeos/power/power_event_observer_unittest.cc",
1322 "system/chromeos/power/tablet_power_button_controller_unittest.cc",
1323 "system/chromeos/power/video_activity_notifier_unittest.cc",
1324 "system/chromeos/rotation/tray_rotation_lock_unittest.cc", 1328 "system/chromeos/rotation/tray_rotation_lock_unittest.cc",
1325 "system/chromeos/screen_layout_observer_unittest.cc", 1329 "system/chromeos/screen_layout_observer_unittest.cc",
1326 "system/overview/overview_button_tray_unittest.cc", 1330 "system/overview/overview_button_tray_unittest.cc",
1327 "system/toast/toast_manager_unittest.cc", 1331 "system/toast/toast_manager_unittest.cc",
1328 "system/web_notification/ash_popup_alignment_delegate_unittest.cc", 1332 "system/web_notification/ash_popup_alignment_delegate_unittest.cc",
1329 "system/web_notification/web_notification_tray_unittest.cc", 1333 "system/web_notification/web_notification_tray_unittest.cc",
1330 "test/ash_test_helper_unittest.cc", 1334 "test/ash_test_helper_unittest.cc",
1331 "test/ash_test_suite.cc", 1335 "test/ash_test_suite.cc",
1332 "test/ash_test_suite.h", 1336 "test/ash_test_suite.h",
1333 "test/ash_unittests.cc", 1337 "test/ash_unittests.cc",
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
1477 "//content/public/app:both", 1481 "//content/public/app:both",
1478 "//device/bluetooth", 1482 "//device/bluetooth",
1479 ] 1483 ]
1480 1484
1481 data_deps = [ 1485 data_deps = [
1482 "//ash/common/strings:ash_test_strings", 1486 "//ash/common/strings:ash_test_strings",
1483 "//ash/resources:ash_test_resources_with_content_100_percent", 1487 "//ash/resources:ash_test_resources_with_content_100_percent",
1484 "//ash/resources:ash_test_resources_200_percent", 1488 "//ash/resources:ash_test_resources_200_percent",
1485 ] 1489 ]
1486 } 1490 }
OLDNEW
« no previous file with comments | « no previous file | ash/metrics/desktop_task_switch_metric_recorder_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698