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

Unified Diff: chromecast/BUILD.gn

Issue 1466633004: Fix flags for Chromecast browser test on internal infrastructure (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | chromecast/chromecast_tests.gypi » ('j') | 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 b529c499eefad0577080c712a8adc9dd72869532..bcf715558ae647b5597a09d8f2fe7224ab218413 100644
--- a/chromecast/BUILD.gn
+++ b/chromecast/BUILD.gn
@@ -108,7 +108,7 @@ cast_test_group("cast_tests") {
"//chromecast/media:cast_media_unittests",
]
- filters += [ "cast_shell_browser_test --no-sandbox --disable-gpu" ]
slan 2015/11/21 02:58:32 no --disable-gpu flag is intentional right?
+ filters += [ "cast_shell_browser_test --no-sandbox --enable-local-file-accesses --enable-cma-media-pipeline --ozone-platform=cast" ]
}
if (!disable_display) {
« no previous file with comments | « no previous file | chromecast/chromecast_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698