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

Side by Side Diff: ash/BUILD.gn

Issue 2644793004: chromeos: Split laser tests into two files. (Closed)
Patch Set: Fixed patch set 1 errors. Created 3 years, 11 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/laser/laser_pointer_controller_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 1230 matching lines...) Expand 10 before | Expand all | Expand 10 after
1241 "display/unified_mouse_warp_controller_unittest.cc", 1241 "display/unified_mouse_warp_controller_unittest.cc",
1242 "display/window_tree_host_manager_unittest.cc", 1242 "display/window_tree_host_manager_unittest.cc",
1243 "drag_drop/drag_drop_controller_unittest.cc", 1243 "drag_drop/drag_drop_controller_unittest.cc",
1244 "drag_drop/drag_drop_tracker_unittest.cc", 1244 "drag_drop/drag_drop_tracker_unittest.cc",
1245 "extended_desktop_unittest.cc", 1245 "extended_desktop_unittest.cc",
1246 "first_run/first_run_helper_unittest.cc", 1246 "first_run/first_run_helper_unittest.cc",
1247 "focus_cycler_unittest.cc", 1247 "focus_cycler_unittest.cc",
1248 "frame/caption_buttons/frame_size_button_unittest.cc", 1248 "frame/caption_buttons/frame_size_button_unittest.cc",
1249 "host/ash_window_tree_host_x11_unittest.cc", 1249 "host/ash_window_tree_host_x11_unittest.cc",
1250 "laser/laser_pointer_controller_unittest.cc", 1250 "laser/laser_pointer_controller_unittest.cc",
1251 "laser/laser_pointer_points_unittest.cc",
1251 "laser/laser_segment_utils_unittest.cc", 1252 "laser/laser_segment_utils_unittest.cc",
1252 "magnifier/magnification_controller_unittest.cc", 1253 "magnifier/magnification_controller_unittest.cc",
1253 "magnifier/partial_magnification_controller_unittest.cc", 1254 "magnifier/partial_magnification_controller_unittest.cc",
1254 "metrics/desktop_task_switch_metric_recorder_unittest.cc", 1255 "metrics/desktop_task_switch_metric_recorder_unittest.cc",
1255 "metrics/task_switch_metrics_recorder_unittest.cc", 1256 "metrics/task_switch_metrics_recorder_unittest.cc",
1256 "metrics/task_switch_time_tracker_unittest.cc", 1257 "metrics/task_switch_time_tracker_unittest.cc",
1257 "metrics/user_metrics_recorder_unittest.cc", 1258 "metrics/user_metrics_recorder_unittest.cc",
1258 "root_window_controller_unittest.cc", 1259 "root_window_controller_unittest.cc",
1259 "rotator/screen_rotation_animation_unittest.cc", 1260 "rotator/screen_rotation_animation_unittest.cc",
1260 "screen_util_unittest.cc", 1261 "screen_util_unittest.cc",
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
1424 "//content/public/app:both", 1425 "//content/public/app:both",
1425 "//device/bluetooth", 1426 "//device/bluetooth",
1426 ] 1427 ]
1427 1428
1428 data_deps = [ 1429 data_deps = [
1429 "//ash/common/strings:ash_test_strings", 1430 "//ash/common/strings:ash_test_strings",
1430 "//ash/resources:ash_test_resources_with_content_100_percent", 1431 "//ash/resources:ash_test_resources_with_content_100_percent",
1431 "//ash/resources:ash_test_resources_200_percent", 1432 "//ash/resources:ash_test_resources_200_percent",
1432 ] 1433 ]
1433 } 1434 }
OLDNEW
« no previous file with comments | « no previous file | ash/laser/laser_pointer_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698