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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/login/views/contents_view.h » ('j') | ash/login/views/contents_view.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index b1eee6a1f3555606d372545aef930bbe4f3688df..6888e26e74a3852e161d33e50a3a56fcfa08d90a 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -201,6 +201,10 @@ component("ash") {
"link_handler_model.h",
"link_handler_model_factory.cc",
"link_handler_model_factory.h",
+ "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
+ "login/views/contents_view.h",
+ "login/views/lock_screen.cc",
+ "login/views/lock_screen.h",
"login_status.h",
"magnifier/magnification_controller.cc",
"magnifier/magnification_controller.h",
« 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