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

Unified Diff: chromecast/chromecast_tests.gypi

Issue 1528533002: [Chromecast] Replace architecure-based conditionals with flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Correct declare_args bug. 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
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)
« chromecast/BUILD.gn ('K') | « chromecast/chromecast.gni ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698