Skip to content

Commit

Permalink
Fix swarming on Windows Vista.
Browse files Browse the repository at this point in the history
wow_helper.exe is needed by the sandbox.

BUG=414808
TBR=maruel@chromium.org

Review URL: https://codereview.chromium.org/667513002

Cr-Commit-Position: refs/heads/master@{#300185}
  • Loading branch information
John Abd-El-Malek committed Oct 17, 2014
1 parent fbe886d commit 7f6805b
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 7 deletions.
7 changes: 7 additions & 0 deletions chrome/browser_tests.isolate
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,13 @@
],
},
}],
['OS=="win" and target_arch=="ia32"', {
'variables': {
'files': [
'<(PRODUCT_DIR)/wow_helper.exe',
],
},
}],
['OS=="win" and (fastbuild==0 or fastbuild==1)', {
'variables': {
'files': [
Expand Down
9 changes: 2 additions & 7 deletions chrome/chrome.isolate
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@
],
},
}],
['OS=="win"', {
'variables': {
'files': [
'<(PRODUCT_DIR)/chrome_200_percent.pak',
],
},
}],
['OS=="mac"', {
'variables': {
'command': [
Expand All @@ -73,6 +66,7 @@
'variables': {
'files': [
'<(PRODUCT_DIR)/<(version_full).manifest',
'<(PRODUCT_DIR)/chrome_200_percent.pak',
'<(PRODUCT_DIR)/chrome.dll',
'<(PRODUCT_DIR)/chrome_elf.dll',
'<(PRODUCT_DIR)/ffmpegsumo.dll',
Expand All @@ -86,6 +80,7 @@
'files': [
'<(PRODUCT_DIR)/nacl64.exe',
'<(PRODUCT_DIR)/nacl_irt_x86_32.nexe',
'<(PRODUCT_DIR)/wow_helper.exe',
],
},
}],
Expand Down
7 changes: 7 additions & 0 deletions chrome/interactive_ui_tests.isolate
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,13 @@
],
},
}],
['OS=="win" and target_arch=="ia32"', {
'variables': {
'files': [
'<(PRODUCT_DIR)/wow_helper.exe',
],
},
}],
['OS=="win" and (fastbuild==0 or fastbuild==1)', {
'variables': {
'files': [
Expand Down
7 changes: 7 additions & 0 deletions chrome/sync_integration_tests.isolate
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@
],
},
}],
['OS=="win" and target_arch=="ia32"', {
'variables': {
'files': [
'<(PRODUCT_DIR)/wow_helper.exe',
],
},
}],
['chromeos==1', {
'variables': {
'files': [
Expand Down
7 changes: 7 additions & 0 deletions content/content_browsertests.isolate
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,13 @@
],
},
}],
['OS=="win" and target_arch=="ia32"', {
'variables': {
'files': [
'<(PRODUCT_DIR)/wow_helper.exe',
],
},
}],
['OS=="win" and (fastbuild==0 or fastbuild==1)', {
'variables': {
'files': [
Expand Down

0 comments on commit 7f6805b

Please sign in to comment.