Commit 7f6805bd authored by John Abd-El-Malek's avatar John Abd-El-Malek

Fix swarming on Windows Vista.

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}
parent fbe886d3
......@@ -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': [
......
......@@ -48,13 +48,6 @@
],
},
}],
['OS=="win"', {
'variables': {
'files': [
'<(PRODUCT_DIR)/chrome_200_percent.pak',
],
},
}],
['OS=="mac"', {
'variables': {
'command': [
......@@ -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',
......@@ -86,6 +80,7 @@
'files': [
'<(PRODUCT_DIR)/nacl64.exe',
'<(PRODUCT_DIR)/nacl_irt_x86_32.nexe',
'<(PRODUCT_DIR)/wow_helper.exe',
],
},
}],
......
......@@ -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': [
......
......@@ -81,6 +81,13 @@
],
},
}],
['OS=="win" and target_arch=="ia32"', {
'variables': {
'files': [
'<(PRODUCT_DIR)/wow_helper.exe',
],
},
}],
['chromeos==1', {
'variables': {
'files': [
......
......@@ -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': [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment