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

Unified Diff: ash/BUILD.gn

Issue 2867173003: cros: Move LockWindow from chrome to ash (Closed)
Patch Set: Reorder patches so view -> ui lands first 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/ui/lock_contents_view.h » ('j') | no next file with comments »
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 8ad30a530a0095ed04ff1e0321b301a4159efff6..4e867992fcc7d30b4cf8db0ccf3f1161fe85534d 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -203,6 +203,8 @@ component("ash") {
"login/ui/lock_contents_view.h",
"login/ui/lock_screen.cc",
"login/ui/lock_screen.h",
+ "login/ui/lock_window.cc",
+ "login/ui/lock_window.h",
"login_status.h",
"magnifier/magnification_controller.cc",
"magnifier/magnification_controller.h",
@@ -850,6 +852,7 @@ component("ash") {
"//net",
"//services/preferences/public/cpp",
"//services/service_manager/public/cpp",
+ "//services/ui/public/cpp",
"//services/ui/public/interfaces",
"//skia",
« no previous file with comments | « no previous file | ash/login/ui/lock_contents_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698