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

Unified 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, 10 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index 711c8ec1ff8c652f4fd7e7c219c0474f8eafe841..d0216157d654e1c6b6400fdb37214ef7d6a94697 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -1218,6 +1218,23 @@ source_set("common_unittests") {
"laser/laser_pointer_controller_unittest.cc",
"laser/laser_pointer_points_unittest.cc",
"laser/laser_segment_utils_unittest.cc",
+ "metrics/desktop_task_switch_metric_recorder_unittest.cc",
+ "metrics/task_switch_metrics_recorder_unittest.cc",
+ "metrics/task_switch_time_tracker_unittest.cc",
+ "metrics/user_metrics_recorder_unittest.cc",
+ "root_window_controller_unittest.cc",
+ "rotator/screen_rotation_animation_unittest.cc",
+ "screen_util_unittest.cc",
+ "shelf/shelf_layout_manager_unittest.cc",
+ "shelf/shelf_unittest.cc",
+ "shelf/shelf_view_unittest.cc",
+ "shelf/shelf_widget_unittest.cc",
+ "shell_unittest.cc",
+ "sticky_keys/sticky_keys_overlay_unittest.cc",
+ "sticky_keys/sticky_keys_unittest.cc",
+ "system/chromeos/power/power_event_observer_unittest.cc",
+ "system/chromeos/power/tablet_power_button_controller_unittest.cc",
+ "system/chromeos/power/video_activity_notifier_unittest.cc",
]
deps = [
"//ash",
@@ -1302,25 +1319,12 @@ test("ash_unittests") {
# Specific to X11.
"host/ash_window_tree_host_x11_unittest.cc",
+
+ # TODO: magnifier not supported in mash. http://crbug.com/647438.
"magnifier/magnification_controller_unittest.cc",
"magnifier/partial_magnification_controller_unittest.cc",
- "metrics/desktop_task_switch_metric_recorder_unittest.cc",
- "metrics/task_switch_metrics_recorder_unittest.cc",
- "metrics/task_switch_time_tracker_unittest.cc",
- "metrics/user_metrics_recorder_unittest.cc",
- "root_window_controller_unittest.cc",
- "rotator/screen_rotation_animation_unittest.cc",
- "screen_util_unittest.cc",
- "shelf/shelf_layout_manager_unittest.cc",
- "shelf/shelf_unittest.cc",
- "shelf/shelf_view_unittest.cc",
- "shelf/shelf_widget_unittest.cc",
- "shell_unittest.cc",
- "sticky_keys/sticky_keys_overlay_unittest.cc",
- "sticky_keys/sticky_keys_unittest.cc",
- "system/chromeos/power/power_event_observer_unittest.cc",
- "system/chromeos/power/tablet_power_button_controller_unittest.cc",
- "system/chromeos/power/video_activity_notifier_unittest.cc",
+
+ # TODO: investigate failure in mash, http://crbug.com/695887.
"system/chromeos/rotation/tray_rotation_lock_unittest.cc",
"system/chromeos/screen_layout_observer_unittest.cc",
"system/overview/overview_button_tray_unittest.cc",
« 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