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

Unified Diff: chromecast/media/BUILD.gn

Issue 2897183003: [chromecast] Enables cma tests if is_cast_using_cma_backend.
Patch Set: is android Created 3 years, 5 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/BUILD.gn
diff --git a/chromecast/media/BUILD.gn b/chromecast/media/BUILD.gn
index 6711bd185c27a9bddf805472cead649791fa357b..3fccb68a031e03698b63397ca0b1d684383e8184 100644
--- a/chromecast/media/BUILD.gn
+++ b/chromecast/media/BUILD.gn
@@ -44,7 +44,10 @@ test("cast_media_unittests") {
"//testing/gtest",
]
- if (!is_android) {
+ if (is_cast_using_cma_backend) {
deps += [ "//chromecast/media/cma:unittests" ]
+ if (is_android) {
+ shard_timeout = 300
+ }
}
}
« 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