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

Unified Diff: build/common.gypi

Issue 1214903013: Remove chromeos==0 blacklist for test_isolation_mode. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Just chromeos Created 5 years, 5 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 745679581136b0b70666207bb91e4383e6167175..989384d5aa017afa6e26b50efc713ecfdfa04e11 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -972,7 +972,7 @@
# --help for more information. Meant to be overriden with GYP_DEFINES.
# TODO(maruel): Remove the conditions as more configurations are
# supported.
- ['OS!="ios" and OS!="android" and chromeos==0', {
+ ['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