Index: chrome/sync_integration_tests.isolate |
diff --git a/chrome/sync_integration_tests.isolate b/chrome/sync_integration_tests.isolate |
index 8a872a08f8cec0a4f99cd6b5efbaa0f79c6ab9f2..5e8252915964c4a17857b251fdf4e2146a2d3981 100644 |
--- a/chrome/sync_integration_tests.isolate |
+++ b/chrome/sync_integration_tests.isolate |
@@ -45,12 +45,16 @@ |
], |
}, |
}], |
- ['OS=="mac"', { |
+ ['OS=="mac" or OS=="win"', { |
'variables': { |
'command': [ |
'<(PRODUCT_DIR)/sync_integration_tests<(EXECUTABLE_SUFFIX)', |
'--test-launcher-bot-mode', |
], |
+ }, |
+ }], |
+ ['OS=="mac"', { |
+ 'variables': { |
'isolate_dependency_tracked': [ |
'<(PRODUCT_DIR)/ffmpegsumo.so', |
], |