diff options
author | John Abd-El-Malek <jam@chromium.org> | 2014-10-17 15:55:44 -0700 |
---|---|---|
committer | John Abd-El-Malek <jam@chromium.org> | 2014-10-17 22:57:01 +0000 |
commit | 7f6805bd9257180e07cb6924ea41bcb76cfa462b (patch) | |
tree | 173dfbd56d2a3c602f8c646de3cf46eea60c949c /chrome/interactive_ui_tests.isolate | |
parent | fbe886d379caf66358093909908dad641a4e94ed (diff) | |
download | chromium_src-7f6805bd9257180e07cb6924ea41bcb76cfa462b.zip chromium_src-7f6805bd9257180e07cb6924ea41bcb76cfa462b.tar.gz chromium_src-7f6805bd9257180e07cb6924ea41bcb76cfa462b.tar.bz2 |
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}
Diffstat (limited to 'chrome/interactive_ui_tests.isolate')
-rw-r--r-- | chrome/interactive_ui_tests.isolate | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/interactive_ui_tests.isolate b/chrome/interactive_ui_tests.isolate index 3e271c6..9f2717d 100644 --- a/chrome/interactive_ui_tests.isolate +++ b/chrome/interactive_ui_tests.isolate @@ -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': [ |