0

[Chromecast] cast_shell_browsertests need chromecast_locales.

cast_shell_browsertests require the chromecsat_locales. These
were getting built implicitly because most builders build
cast_shell before running the tests. The ASAN/MSAN/TSAN builders
do not build cast_shell though. Make the dependency explicit.

BUG=internal b/35627608
TEST=cast_shell_browsertests

Review-Url: https://codereview.chromium.org/2702413003
Cr-Commit-Position: refs/heads/master@{#452221}
This commit is contained in:
mbjorge
2017-02-22 13:52:47 -08:00
committed by Commit bot
parent f66556a431
commit ffa03d80bf

@ -309,6 +309,10 @@ test("cast_shell_browsertests") {
"//chromecast/app:test_support",
"//chromecast/browser:browsertests",
]
data_deps = [
":chromecast_locales_pak",
]
}
group("cast_shell_lib") {