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

Side by Side Diff: ash/BUILD.gn

Issue 2896533002: cros: Simple password view for lock. Adds test support. (Closed)
Patch Set: Initial upload 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/ui/login_password_view.h » ('j') | ash/login/ui/login_password_view.cc » ('J')
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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 "link_handler_model_factory.cc", 207 "link_handler_model_factory.cc",
208 "link_handler_model_factory.h", 208 "link_handler_model_factory.h",
209 "login/lock_screen_controller.cc", 209 "login/lock_screen_controller.cc",
210 "login/lock_screen_controller.h", 210 "login/lock_screen_controller.h",
211 "login/ui/lock_contents_view.cc", 211 "login/ui/lock_contents_view.cc",
212 "login/ui/lock_contents_view.h", 212 "login/ui/lock_contents_view.h",
213 "login/ui/lock_screen.cc", 213 "login/ui/lock_screen.cc",
214 "login/ui/lock_screen.h", 214 "login/ui/lock_screen.h",
215 "login/ui/lock_window.cc", 215 "login/ui/lock_window.cc",
216 "login/ui/lock_window.h", 216 "login/ui/lock_window.h",
217 "login/ui/login_password_view.cc",
218 "login/ui/login_password_view.h",
217 "login_status.h", 219 "login_status.h",
218 "magnifier/magnification_controller.cc", 220 "magnifier/magnification_controller.cc",
219 "magnifier/magnification_controller.h", 221 "magnifier/magnification_controller.h",
220 "magnifier/partial_magnification_controller.cc", 222 "magnifier/partial_magnification_controller.cc",
221 "magnifier/partial_magnification_controller.h", 223 "magnifier/partial_magnification_controller.h",
222 "media_controller.cc", 224 "media_controller.cc",
223 "media_controller.h", 225 "media_controller.h",
224 "metrics/desktop_task_switch_metric_recorder.cc", 226 "metrics/desktop_task_switch_metric_recorder.cc",
225 "metrics/desktop_task_switch_metric_recorder.h", 227 "metrics/desktop_task_switch_metric_recorder.h",
226 "metrics/gesture_action_type.h", 228 "metrics/gesture_action_type.h",
(...skipping 941 matching lines...) Expand 10 before | Expand all | Expand 10 after
1168 "first_run/first_run_helper_unittest.cc", 1170 "first_run/first_run_helper_unittest.cc",
1169 "focus_cycler_unittest.cc", 1171 "focus_cycler_unittest.cc",
1170 "frame/caption_buttons/frame_caption_button_container_view_unittest.cc", 1172 "frame/caption_buttons/frame_caption_button_container_view_unittest.cc",
1171 "frame/caption_buttons/frame_size_button_unittest.cc", 1173 "frame/caption_buttons/frame_size_button_unittest.cc",
1172 "frame/custom_frame_view_ash_unittest.cc", 1174 "frame/custom_frame_view_ash_unittest.cc",
1173 "frame/default_header_painter_unittest.cc", 1175 "frame/default_header_painter_unittest.cc",
1174 "laser/laser_pointer_controller_unittest.cc", 1176 "laser/laser_pointer_controller_unittest.cc",
1175 "laser/laser_pointer_points_unittest.cc", 1177 "laser/laser_pointer_points_unittest.cc",
1176 "laser/laser_segment_utils_unittest.cc", 1178 "laser/laser_segment_utils_unittest.cc",
1177 "login/lock_screen_controller_unittest.cc", 1179 "login/lock_screen_controller_unittest.cc",
1180 "login/ui/login_password_view_test.cc",
1181 "login/ui/login_test_base.cc",
1182 "login/ui/login_test_base.h",
1178 "metrics/desktop_task_switch_metric_recorder_unittest.cc", 1183 "metrics/desktop_task_switch_metric_recorder_unittest.cc",
1179 "metrics/pointer_metrics_recorder_unittest.cc", 1184 "metrics/pointer_metrics_recorder_unittest.cc",
1180 "metrics/task_switch_metrics_recorder_unittest.cc", 1185 "metrics/task_switch_metrics_recorder_unittest.cc",
1181 "metrics/task_switch_time_tracker_unittest.cc", 1186 "metrics/task_switch_time_tracker_unittest.cc",
1182 "metrics/user_metrics_recorder_unittest.cc", 1187 "metrics/user_metrics_recorder_unittest.cc",
1183 "mus/window_manager_common_unittests.cc", 1188 "mus/window_manager_common_unittests.cc",
1184 "mus_property_mirror_ash_unittest.cc", 1189 "mus_property_mirror_ash_unittest.cc",
1185 "root_window_controller_unittest.cc", 1190 "root_window_controller_unittest.cc",
1186 "rotator/screen_rotation_animation_unittest.cc", 1191 "rotator/screen_rotation_animation_unittest.cc",
1187 "rotator/screen_rotation_animator_unittest.cc", 1192 "rotator/screen_rotation_animator_unittest.cc",
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
1290 "//ash/public/cpp:ash_public_cpp", 1295 "//ash/public/cpp:ash_public_cpp",
1291 "//ash/public/cpp:unit_tests", 1296 "//ash/public/cpp:unit_tests",
1292 "//ash/resources/vector_icons", 1297 "//ash/resources/vector_icons",
1293 "//ash/test:test_support_without_content", 1298 "//ash/test:test_support_without_content",
1294 "//base", 1299 "//base",
1295 "//base/test:test_support", 1300 "//base/test:test_support",
1296 "//chromeos", 1301 "//chromeos",
1297 "//chromeos:power_manager_proto", 1302 "//chromeos:power_manager_proto",
1298 "//chromeos:test_support_without_gmock", 1303 "//chromeos:test_support_without_gmock",
1299 "//components/prefs:test_support", 1304 "//components/prefs:test_support",
1305 "//components/user_manager:test_support",
1300 "//device/bluetooth", 1306 "//device/bluetooth",
1301 "//services/ui/public/interfaces", 1307 "//services/ui/public/interfaces",
1302 "//testing/gmock", 1308 "//testing/gmock",
1303 "//ui/accessibility", 1309 "//ui/accessibility",
1304 "//ui/app_list/presenter", 1310 "//ui/app_list/presenter",
1305 "//ui/app_list/presenter:test_support", 1311 "//ui/app_list/presenter:test_support",
1306 "//ui/aura", 1312 "//ui/aura",
1307 "//ui/aura:test_support", 1313 "//ui/aura:test_support",
1308 "//ui/base", 1314 "//ui/base",
1309 "//ui/base:test_support", 1315 "//ui/base:test_support",
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
1521 "//content/public/app:both", 1527 "//content/public/app:both",
1522 "//device/bluetooth", 1528 "//device/bluetooth",
1523 ] 1529 ]
1524 1530
1525 data_deps = [ 1531 data_deps = [
1526 "//ash/strings:ash_test_strings", 1532 "//ash/strings:ash_test_strings",
1527 "//ash/resources:ash_test_resources_with_content_100_percent", 1533 "//ash/resources:ash_test_resources_with_content_100_percent",
1528 "//ash/resources:ash_test_resources_200_percent", 1534 "//ash/resources:ash_test_resources_200_percent",
1529 ] 1535 ]
1530 } 1536 }
OLDNEW
« no previous file with comments | « no previous file | ash/login/ui/login_password_view.h » ('j') | ash/login/ui/login_password_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698