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

Side by Side Diff: ash/BUILD.gn

Issue 2894193002: cros: Pull TestLockScreenClient into a separate MockLockScreenClient file. (Closed)
Patch Set: Rebase (remove parent dep) Created 3 years, 7 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/login/lock_screen_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 1150 matching lines...) Expand 10 before | Expand all | Expand 10 after
1161 "first_run/first_run_helper_unittest.cc", 1161 "first_run/first_run_helper_unittest.cc",
1162 "focus_cycler_unittest.cc", 1162 "focus_cycler_unittest.cc",
1163 "frame/caption_buttons/frame_caption_button_container_view_unittest.cc", 1163 "frame/caption_buttons/frame_caption_button_container_view_unittest.cc",
1164 "frame/caption_buttons/frame_size_button_unittest.cc", 1164 "frame/caption_buttons/frame_size_button_unittest.cc",
1165 "frame/custom_frame_view_ash_unittest.cc", 1165 "frame/custom_frame_view_ash_unittest.cc",
1166 "frame/default_header_painter_unittest.cc", 1166 "frame/default_header_painter_unittest.cc",
1167 "laser/laser_pointer_controller_unittest.cc", 1167 "laser/laser_pointer_controller_unittest.cc",
1168 "laser/laser_pointer_points_unittest.cc", 1168 "laser/laser_pointer_points_unittest.cc",
1169 "laser/laser_segment_utils_unittest.cc", 1169 "laser/laser_segment_utils_unittest.cc",
1170 "login/lock_screen_controller_unittest.cc", 1170 "login/lock_screen_controller_unittest.cc",
1171 "login/mock_lock_screen_client.cc",
1172 "login/mock_lock_screen_client.h",
1171 "metrics/desktop_task_switch_metric_recorder_unittest.cc", 1173 "metrics/desktop_task_switch_metric_recorder_unittest.cc",
1172 "metrics/pointer_metrics_recorder_unittest.cc", 1174 "metrics/pointer_metrics_recorder_unittest.cc",
1173 "metrics/task_switch_metrics_recorder_unittest.cc", 1175 "metrics/task_switch_metrics_recorder_unittest.cc",
1174 "metrics/task_switch_time_tracker_unittest.cc", 1176 "metrics/task_switch_time_tracker_unittest.cc",
1175 "metrics/user_metrics_recorder_unittest.cc", 1177 "metrics/user_metrics_recorder_unittest.cc",
1176 "mus/window_manager_common_unittests.cc", 1178 "mus/window_manager_common_unittests.cc",
1177 "mus_property_mirror_ash_unittest.cc", 1179 "mus_property_mirror_ash_unittest.cc",
1178 "root_window_controller_unittest.cc", 1180 "root_window_controller_unittest.cc",
1179 "rotator/screen_rotation_animation_unittest.cc", 1181 "rotator/screen_rotation_animation_unittest.cc",
1180 "rotator/screen_rotation_animator_unittest.cc", 1182 "rotator/screen_rotation_animator_unittest.cc",
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
1514 "//content/public/app:both", 1516 "//content/public/app:both",
1515 "//device/bluetooth", 1517 "//device/bluetooth",
1516 ] 1518 ]
1517 1519
1518 data_deps = [ 1520 data_deps = [
1519 "//ash/strings:ash_test_strings", 1521 "//ash/strings:ash_test_strings",
1520 "//ash/resources:ash_test_resources_with_content_100_percent", 1522 "//ash/resources:ash_test_resources_with_content_100_percent",
1521 "//ash/resources:ash_test_resources_200_percent", 1523 "//ash/resources:ash_test_resources_200_percent",
1522 ] 1524 ]
1523 } 1525 }
OLDNEW
« no previous file with comments | « no previous file | ash/login/lock_screen_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698