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

Unified Diff: chromecast/chromecast_tests.gypi

Issue 1175843002: [chromecast] Disable WebM, Vorbis tests for ALSA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/chromecast_tests.gypi
diff --git a/chromecast/chromecast_tests.gypi b/chromecast/chromecast_tests.gypi
index 5f9aa93921bd7c3da7ab0282d5c04585520ebd31..331045721ea8438afed7aa7e235eeb6e13240652 100644
--- a/chromecast/chromecast_tests.gypi
+++ b/chromecast/chromecast_tests.gypi
@@ -111,7 +111,7 @@
'../gpu/gpu.gyp:gpu_unittests',
],
}],
- ['OS!="android"', {
+ ['OS!="android" and disable_display==0', {
'dependencies': [
'cast_shell_browser_test',
gunsch 2015/06/10 16:25:20 Are you also disabling cast_shell_browser_test? Th
cleichner 2015/06/10 18:00:34 Re-enabled cast_shell_browser_test because it actu
'media/media.gyp:cast_media_unittests',
@@ -122,6 +122,17 @@
],
},
}],
+ ['disable_display==1', {
+ 'dependencies': [
+ 'media/media.gyp:cast_media_unittests',
+ ],
+ 'variables': {
+ 'filters': [
+ # These are not supported by the backend right now. b/21737919
+ 'cast_media_unittests --gtest_filter=-AudioVideoPipelineDeviceTest.VorbisPlayback:AudioVideoPipelineDeviceTest.WebmPlayback',
+ ],
+ }
+ }],
],
'includes': ['build/tests/test_list.gypi'],
},
« 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