Commit 73b04d7e authored by Ryan Keane's avatar Ryan Keane Committed by Chromium LUCI CQ

Fix Eureka Roll Failure

Change-Id: If0b1a475873d886f36d3ed1a6231f881ec73d30e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2596112Reviewed-by: default avatarSean Topping <seantopping@chromium.org>
Reviewed-by: default avatarYuchen Liu <yucliu@chromium.org>
Commit-Queue: Yuchen Liu <yucliu@chromium.org>
Auto-Submit: Ryan Keane <rwkeane@google.com>
Cr-Commit-Position: refs/heads/master@{#837994}
parent af66a5fe
...@@ -58,7 +58,8 @@ cast_source_set("proxy") { ...@@ -58,7 +58,8 @@ cast_source_set("proxy") {
"//third_party/protobuf:protobuf_full", "//third_party/protobuf:protobuf_full",
] ]
if (chromecast_branding == "public") { if (!enable_chromium_runtime_cast_renderer ||
chromecast_branding == "public") {
sources += [ "audio_channel_broker_simple.cc" ] sources += [ "audio_channel_broker_simple.cc" ]
} }
} }
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