| Index: chromecast/chromecast_tests.gypi
|
| diff --git a/chromecast/chromecast_tests.gypi b/chromecast/chromecast_tests.gypi
|
| index c889bbc86e7bec6b8c73e14f8f7d330377a48173..fb373fba0b89407f7f8bf51edba42496a9fff016 100644
|
| --- a/chromecast/chromecast_tests.gypi
|
| +++ b/chromecast/chromecast_tests.gypi
|
| @@ -111,7 +111,7 @@
|
| '../url/url.gyp:url_unittests',
|
| ],
|
| 'conditions': [
|
| - ['target_arch=="arm" and OS!="android"', {
|
| + ['OS=="linux" and is_cast_desktop_build==0', {
|
| 'variables': {
|
| 'filters': [
|
| # Run net_unittests first to avoid random failures due to slow python startup
|
| @@ -153,7 +153,7 @@
|
| 'url_unittests --gtest_filter=-URLCanonTest.DoAppendUTF8Invalid',
|
| ],
|
| },
|
| - }, { # else "x86" or "android"
|
| + }, { # else desktop or android
|
| 'variables': {
|
| 'filters': [
|
| # Disable PipelineIntegrationTest.BasicPlayback_MediaSource_VP9_WebM (not supported)
|
|
|