Skip to content

Commit

Permalink
Adds dependency on //ui/chromeos/strings if chromeos
Browse files Browse the repository at this point in the history
BUG=None
R=nkostylev@chromium.org
TEST=None

Review URL: https://codereview.chromium.org/647163002

Cr-Commit-Position: refs/heads/master@{#299322}
  • Loading branch information
jmuk authored and Commit bot committed Oct 13, 2014
1 parent 5727ebd commit 77c1403
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions components/user_manager/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
]
}

0 comments on commit 77c1403

Please sign in to comment.