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

Side by Side Diff: ash/BUILD.gn

Issue 2876673002: mojo api for view based lockscreen (Closed)
Patch Set: comment 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/DEPS » ('j') | ash/login/lock_screen_controller.h » ('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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 "laser/laser_pointer_points.cc", 192 "laser/laser_pointer_points.cc",
193 "laser/laser_pointer_points.h", 193 "laser/laser_pointer_points.h",
194 "laser/laser_pointer_view.cc", 194 "laser/laser_pointer_view.cc",
195 "laser/laser_pointer_view.h", 195 "laser/laser_pointer_view.h",
196 "laser/laser_segment_utils.cc", 196 "laser/laser_segment_utils.cc",
197 "laser/laser_segment_utils.h", 197 "laser/laser_segment_utils.h",
198 "link_handler_model.cc", 198 "link_handler_model.cc",
199 "link_handler_model.h", 199 "link_handler_model.h",
200 "link_handler_model_factory.cc", 200 "link_handler_model_factory.cc",
201 "link_handler_model_factory.h", 201 "link_handler_model_factory.h",
202 "login/lock_screen_controller.cc",
203 "login/lock_screen_controller.h",
202 "login/ui/lock_contents_view.cc", 204 "login/ui/lock_contents_view.cc",
203 "login/ui/lock_contents_view.h", 205 "login/ui/lock_contents_view.h",
204 "login/ui/lock_screen.cc", 206 "login/ui/lock_screen.cc",
205 "login/ui/lock_screen.h", 207 "login/ui/lock_screen.h",
206 "login/ui/lock_window.cc", 208 "login/ui/lock_window.cc",
207 "login/ui/lock_window.h", 209 "login/ui/lock_window.h",
208 "login_status.h", 210 "login_status.h",
209 "magnifier/magnification_controller.cc", 211 "magnifier/magnification_controller.cc",
210 "magnifier/magnification_controller.h", 212 "magnifier/magnification_controller.h",
211 "magnifier/partial_magnification_controller.cc", 213 "magnifier/partial_magnification_controller.cc",
(...skipping 1300 matching lines...) Expand 10 before | Expand all | Expand 10 after
1512 "//content/public/app:both", 1514 "//content/public/app:both",
1513 "//device/bluetooth", 1515 "//device/bluetooth",
1514 ] 1516 ]
1515 1517
1516 data_deps = [ 1518 data_deps = [
1517 "//ash/strings:ash_test_strings", 1519 "//ash/strings:ash_test_strings",
1518 "//ash/resources:ash_test_resources_with_content_100_percent", 1520 "//ash/resources:ash_test_resources_with_content_100_percent",
1519 "//ash/resources:ash_test_resources_200_percent", 1521 "//ash/resources:ash_test_resources_200_percent",
1520 ] 1522 ]
1521 } 1523 }
OLDNEW
« no previous file with comments | « no previous file | ash/login/DEPS » ('j') | ash/login/lock_screen_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698