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

Unified Diff: chromecast/BUILD.gn

Issue 1848413002: [Chromecast] Run ipc_tests with only one test launcher job. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 4 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/BUILD.gn
diff --git a/chromecast/BUILD.gn b/chromecast/BUILD.gn
index 03385afbfd145f1f1cbde32fb93b7e79dad1c359..85da5f3cc4ddfb8428193f4c4508ac2bbcf140ee 100644
--- a/chromecast/BUILD.gn
+++ b/chromecast/BUILD.gn
@@ -116,6 +116,7 @@ cast_test_group("cast_tests") {
filters += [
"cast_shell_browser_test --no-sandbox --enable-local-file-accesses --enable-cma-media-pipeline --ozone-platform=cast --test-launcher-jobs=1",
"cast_media_unittests --test-launcher-jobs=1",
+ "ipc_tests --test-launcher-jobs=1",
]
if (use_alsa) {
« 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