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

Side by Side Diff: ash/BUILD.gn

Issue 2859363003: cros: Initial structure for views-based lock. (Closed)
Patch Set: Update session state in chrome 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/views/contents_view.h » ('j') | ash/login/views/contents_view.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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 "laser/laser_pointer_points.cc", 194 "laser/laser_pointer_points.cc",
195 "laser/laser_pointer_points.h", 195 "laser/laser_pointer_points.h",
196 "laser/laser_pointer_view.cc", 196 "laser/laser_pointer_view.cc",
197 "laser/laser_pointer_view.h", 197 "laser/laser_pointer_view.h",
198 "laser/laser_segment_utils.cc", 198 "laser/laser_segment_utils.cc",
199 "laser/laser_segment_utils.h", 199 "laser/laser_segment_utils.h",
200 "link_handler_model.cc", 200 "link_handler_model.cc",
201 "link_handler_model.h", 201 "link_handler_model.h",
202 "link_handler_model_factory.cc", 202 "link_handler_model_factory.cc",
203 "link_handler_model_factory.h", 203 "link_handler_model_factory.h",
204 "login/views/contents_view.cc",
James Cook 2017/05/08 22:04:20 Why the extra /views/ subdir? Do you anticipate th
jdufault 2017/05/08 23:02:34 Yes - mojo implementations soonish for the existin
James Cook 2017/05/08 23:24:09 Hrm. What do you think the other subdirectories ar
jdufault 2017/05/08 23:48:28 There will be some webui code to interface with ga
205 "login/views/contents_view.h",
206 "login/views/lock_screen.cc",
207 "login/views/lock_screen.h",
204 "login_status.h", 208 "login_status.h",
205 "magnifier/magnification_controller.cc", 209 "magnifier/magnification_controller.cc",
206 "magnifier/magnification_controller.h", 210 "magnifier/magnification_controller.h",
207 "magnifier/partial_magnification_controller.cc", 211 "magnifier/partial_magnification_controller.cc",
208 "magnifier/partial_magnification_controller.h", 212 "magnifier/partial_magnification_controller.h",
209 "media_controller.cc", 213 "media_controller.cc",
210 "media_controller.h", 214 "media_controller.h",
211 "metrics/desktop_task_switch_metric_recorder.cc", 215 "metrics/desktop_task_switch_metric_recorder.cc",
212 "metrics/desktop_task_switch_metric_recorder.h", 216 "metrics/desktop_task_switch_metric_recorder.h",
213 "metrics/gesture_action_type.h", 217 "metrics/gesture_action_type.h",
(...skipping 1277 matching lines...) Expand 10 before | Expand all | Expand 10 after
1491 "//content/public/app:both", 1495 "//content/public/app:both",
1492 "//device/bluetooth", 1496 "//device/bluetooth",
1493 ] 1497 ]
1494 1498
1495 data_deps = [ 1499 data_deps = [
1496 "//ash/strings:ash_test_strings", 1500 "//ash/strings:ash_test_strings",
1497 "//ash/resources:ash_test_resources_with_content_100_percent", 1501 "//ash/resources:ash_test_resources_with_content_100_percent",
1498 "//ash/resources:ash_test_resources_200_percent", 1502 "//ash/resources:ash_test_resources_200_percent",
1499 ] 1503 ]
1500 } 1504 }
OLDNEW
« no previous file with comments | « no previous file | ash/login/views/contents_view.h » ('j') | ash/login/views/contents_view.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698