summaryrefslogtreecommitdiffstats
path: root/ash
diff options
context:
space:
mode:
authordpranke <dpranke@chromium.org>2015-11-06 20:18:31 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-07 04:19:09 +0000
commit9907f5e90869a6709208dea901e9b30ec5cbecd3 (patch)
treed12c47a2209eb6f7f084d5f4f34ac80f743fee26 /ash
parentc10a8b04c21557b5d3d04e014355ce51ce1ef9d5 (diff)
downloadchromium_src-9907f5e90869a6709208dea901e9b30ec5cbecd3.zip
chromium_src-9907f5e90869a6709208dea901e9b30ec5cbecd3.tar.gz
chromium_src-9907f5e90869a6709208dea901e9b30ec5cbecd3.tar.bz2
Fix ash_shell_with_content linkage in component GN build.
TBR=thakis@chromium.org, alemate@chromium.org, sky@chromium.org BUG=552180 Review URL: https://codereview.chromium.org/1435453004 Cr-Commit-Position: refs/heads/master@{#358514}
Diffstat (limited to 'ash')
-rw-r--r--ash/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index 5c76ed7..deb3226 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -180,6 +180,7 @@ source_set("test_support") {
deps = [
":test_support_with_content", # TODO(beng): reverse this direction.
"//ash/resources",
+ "//components/signin/core/account_id",
"//skia",
"//testing/gtest",
"//ui/accessibility",