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

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: GYP 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..7457260c2f05f2eddd326de12e91efe389ecb460 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"', {
+ ['is_cast_desktop_build==0 and OS!="android"', {
'variables': {
'filters': [
# Run net_unittests first to avoid random failures due to slow python startup

Powered by Google App Engine
This is Rietveld 408576698