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

Unified Diff: chrome/sync_integration_tests.isolate

Issue 415273003: Fix sync_integration_tests.isolate on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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: 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',
],
« 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