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

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

Issue 2922003002: [Chromecast] Enable MultizoneBackendTest on Earth. (Closed)
Patch Set: Default supports_multizone to false for desktop builds. Created 3 years, 6 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 | « chromecast/chromecast.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cma/BUILD.gn
diff --git a/chromecast/media/cma/BUILD.gn b/chromecast/media/cma/BUILD.gn
index 2ba1312f49d460b2f0aca61f93666434c6166726..dbfb5d9027b23c7ae4a7af616bc6c7c0e29dd312 100644
--- a/chromecast/media/cma/BUILD.gn
+++ b/chromecast/media/cma/BUILD.gn
@@ -74,9 +74,7 @@ source_set("unittests") {
]
# MultizoneBackendTest verifies rendering delay reported by the backend.
- # Since rendering delay is optional on video platforms, enable this test
- # on audio devices only.
- if (is_cast_audio_only && !is_cast_desktop_build) {
+ if (supports_multizone) {
sources += [ "backend/multizone_backend_unittest.cc" ]
}
}
« no previous file with comments | « chromecast/chromecast.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698