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

Unified Diff: build/standalone.gypi

Issue 1413033014: [Swarming] Isolate files for windows. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: copyright Created 5 years, 1 month 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: build/standalone.gypi
diff --git a/build/standalone.gypi b/build/standalone.gypi
index 3f54eb3eccc8e3fea51d485a61ea5e7402a2bffe..fa4d45d4eb42f765a8d6fd13c198b270a468185c 100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -131,7 +131,7 @@
# TODO(machenbach): Remove the conditions as more configurations are
# supported.
- ['OS=="linux"', {
+ ['OS=="linux" or OS=="win"', {
'test_isolation_mode%': 'check',
}, {
'test_isolation_mode%': 'noop',

Powered by Google App Engine
This is Rietveld 408576698