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

Unified Diff: build/common.gypi

Issue 13514008: Fix test_isolation_mode to default to noop on android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 34c350c7865e7981a0579f567c3bf13e7d1b2b4e..9aa5b1e386e390b0ee1adaff09fc17d67767a268 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -616,7 +616,7 @@
# target always calls tools/swarm_client/isolate.py. See the script's
# --help for more information and the valid --mode values. Meant to be
# overriden with GYP_DEFINES.
- ['inside_chromium_build==1 and OS != "ios"', {
+ ['inside_chromium_build==1 and OS != "ios" and OS != "android"', {
'test_isolation_mode%': 'check',
}, {
'test_isolation_mode%': 'noop',
« 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