Commit 061f6ef7 authored by alokp's avatar alokp Committed by Commit bot

[chromecast] Statically link libcast_media_default for browsertest.

BUG=577403

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

Cr-Commit-Position: refs/heads/master@{#371608}
parent dd45f569
...@@ -180,4 +180,10 @@ test("cast_shell_browser_test") { ...@@ -180,4 +180,10 @@ test("cast_shell_browser_test") {
if (chromecast_branding != "public") { if (chromecast_branding != "public") {
deps += [ "//chromecast/internal:cast_shell_internal" ] deps += [ "//chromecast/internal:cast_shell_internal" ]
} }
if (chromecast_branding == "public") {
# Link default libcast_media_1.0 statically not to link dummy one
# dynamically for public unittests.
deps += [ "//chromecast/media/base:libcast_media_1.0_default_core" ]
}
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment