Commit 1eefe1cf authored by alokp's avatar alokp Committed by Commit bot

[chromecast] Statically link libcast_media_default for media unittests.

BUG=577403

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

Cr-Commit-Position: refs/heads/master@{#371416}
parent 78195a4a
......@@ -57,4 +57,10 @@ test("cast_media_unittests") {
"//testing/gtest",
"//ui/gfx/geometry",
]
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