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

Unified Diff: components/user_manager/BUILD.gn

Issue 647163002: Adds dependency on //ui/chromeos/strings if chromeos (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 67f6724cd6b7a6b9a0a95eb924a5e5f223ed0a9e..17d1a6b351cd5894635989e6a6819a97356ed01a 100644
--- a/components/user_manager/BUILD.gn
+++ b/components/user_manager/BUILD.gn
@@ -13,6 +13,17 @@ component("user_manager") {
"user_manager_export.h",
]
+ deps = [
+ "//base",
+ "//skia",
+ "//ui/gfx",
+ "//url",
+ ]
+
+ defines = [
+ "USER_MANAGER_IMPLEMENTATION",
+ ]
+
if (is_chromeos) {
sources += [
"remove_user_delegate.h",
@@ -28,16 +39,6 @@ component("user_manager") {
"user_manager_base.h",
"user_type.h",
]
+ deps += [ "//ui/chromeos/strings" ]
}
-
- defines = [
- "USER_MANAGER_IMPLEMENTATION",
- ]
-
- deps = [
- "//base",
- "//skia",
- "//ui/gfx",
- "//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