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

Side by Side Diff: ash/BUILD.gn

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

Powered by Google App Engine
This is Rietveld 408576698