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

Unified Diff: ash/BUILD.gn

Issue 2867173003: cros: Move LockWindow from chrome to ash (Closed)
Patch Set: 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/lock_contents_view.h » ('j') | ash/login/views/lock_window.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 dd9971d3d40e50dbc2ca564f78a1187bc16813b9..8ae28fbaddb574345562989ecc319adb76251a0a 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -205,6 +205,8 @@ component("ash") {
"login/views/lock_contents_view.h",
"login/views/lock_screen.cc",
"login/views/lock_screen.h",
+ "login/views/lock_window.cc",
+ "login/views/lock_window.h",
"login_status.h",
"magnifier/magnification_controller.cc",
"magnifier/magnification_controller.h",
@@ -849,6 +851,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/views/lock_contents_view.h » ('j') | ash/login/views/lock_window.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698