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

Unified Diff: mash/login/BUILD.gn

Issue 1801133002: Restructure login (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 9 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 | « mash/init/public/interfaces/login.mojom ('k') | mash/login/login.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/login/BUILD.gn
diff --git a/mash/login/BUILD.gn b/mash/login/BUILD.gn
index f7281710da25cfe8405640fe2779514486b6837e..bf0bbb97dbcc5e63b5b5cae76f336f3cd056925c 100644
--- a/mash/login/BUILD.gn
+++ b/mash/login/BUILD.gn
@@ -9,17 +9,19 @@ import("//mojo/public/tools/bindings/mojom.gni")
import("//tools/grit/repack.gni")
mojo_native_application("login") {
- output_name = "mash_login"
sources = [
"login.cc",
"login.h",
"main.cc",
+ "ui.cc",
+ "ui.h",
]
deps = [
"//base",
"//components/mus/public/cpp",
"//mash/init/public/interfaces",
+ "//mash/login/public/interfaces",
"//mash/wm/public/interfaces",
"//mojo/public/cpp/bindings",
"//mojo/services/tracing/public/cpp",
@@ -37,6 +39,6 @@ mojo_native_application("login") {
}
mojo_application_manifest("manifest") {
- application_name = "mash_login"
+ application_name = "login"
source = "manifest.json"
}
« no previous file with comments | « mash/init/public/interfaces/login.mojom ('k') | mash/login/login.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698