Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5452)

Unified Diff: chromecast/media/cma/backend/alsa/BUILD.gn

Issue 2745653002: [chromecast] disable audio filter for non-google build. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cma/backend/alsa/BUILD.gn
diff --git a/chromecast/media/cma/backend/alsa/BUILD.gn b/chromecast/media/cma/backend/alsa/BUILD.gn
index 8f04d784412de71d3378f2e4f2099a9f62103d99..a14fcc918cfb9cfc60cf39dfcfbbedfaf64d3ec9 100644
--- a/chromecast/media/cma/backend/alsa/BUILD.gn
+++ b/chromecast/media/cma/backend/alsa/BUILD.gn
@@ -67,7 +67,7 @@ source_set("alsa_cma_backend") {
"//media:shared_memory_support",
]
- if (chromecast_branding == "public") {
+ if (chromecast_branding != "google") {
deps += [ ":audio_filter_null" ]
} else {
deps += [ "//chromecast/internal/media/cma/backend/alsa:filter" ]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698