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

Unified Diff: content/test/BUILD.gn

Issue 1506333003: Disable media recording tests on ChromeCast (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 32828ed3b2e728041f710db825902112ca4a2c7a..676d8a5969711cc1b7768f2172882d8385754fd8 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -661,7 +661,7 @@ test("content_unittests") {
[ "../browser/media/capture/desktop_capture_device_aura_unittest.cc" ]
}
- if (is_android) {
+ if (is_android || is_chromecast) {
sources -= [
"../renderer/media/audio_track_recorder_unittest.cc",
"../renderer/media/media_recorder_handler_unittest.cc",
« 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