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

Unified Diff: content/content_tests.gypi

Issue 1562693002: gyp: Disable media recording unittests on ChromeCast (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index ae660cc64941db59537dd643401a263fd6f19d4b..b41f55a3f09079ef7ced8727739b1329de97b4fb 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1282,6 +1282,13 @@
'../third_party/libvpx_new/libvpx.gyp:libvpx_new',
],
}],
+ ['chromecast == 1', {
+ 'sources!': [
+ 'renderer/media/audio_track_recorder_unittest.cc',
+ 'renderer/media/media_recorder_handler_unittest.cc',
+ 'renderer/media/video_track_recorder_unittest.cc',
+ ],
+ }],
# Avoid windows due to non-availability of cursor resources in test.
['OS != "linux"', {
'sources!': [
« 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