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

Unified Diff: components/user_manager/BUILD.gn

Issue 660613002: Fix dependency list of components/user_manager GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 6 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/user_manager/BUILD.gn
diff --git a/components/user_manager/BUILD.gn b/components/user_manager/BUILD.gn
index 6703ea15178568c0d245a3294134b1858825c638..7f3d4c4b417d48108557dbc2624a51b222d136ce 100644
--- a/components/user_manager/BUILD.gn
+++ b/components/user_manager/BUILD.gn
@@ -15,10 +15,8 @@ component("user_manager") {
deps = [
"//base",
- "//components/session_manager/core",
"//skia",
"//ui/gfx",
- "//url",
]
defines = [
@@ -40,6 +38,12 @@ component("user_manager") {
"user_manager_base.h",
"user_type.h",
]
- deps += [ "//ui/chromeos/strings" ]
+ deps += [
+ "//components/session_manager/core",
+ "//google_apis",
+ "//ui/chromeos/resources",
+ "//ui/chromeos/strings",
+ "//url",
+ ]
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698