summaryrefslogtreecommitdiffstats
path: root/base/base.isolate
diff options
context:
space:
mode:
authorJohn Abd-El-Malek <jam@chromium.org>2014-10-01 14:48:17 -0700
committerJohn Abd-El-Malek <jam@chromium.org>2014-10-01 21:49:25 +0000
commitdf9f20c109879eb9a2e6d0633425b500165c8ea5 (patch)
tree0c82efc5b8145528ce006e03b9363401ad77baf1 /base/base.isolate
parent403597854f5870500eb0f72790f16ee6e0208612 (diff)
downloadchromium_src-df9f20c109879eb9a2e6d0633425b500165c8ea5.zip
chromium_src-df9f20c109879eb9a2e6d0633425b500165c8ea5.tar.gz
chromium_src-df9f20c109879eb9a2e6d0633425b500165c8ea5.tar.bz2
Fix NaCl tests failing on debug swarming bots.
The x64 debug C & C++ runtime dlls are needed by nacl64.exe. BUG=414808 R=scottmg@chromium.org, sky@chromium.org TBR=brettw Review URL: https://codereview.chromium.org/615423004 Cr-Commit-Position: refs/heads/master@{#297715}
Diffstat (limited to 'base/base.isolate')
-rw-r--r--base/base.isolate2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/base.isolate b/base/base.isolate
index 91c0668..d68f0e2 100644
--- a/base/base.isolate
+++ b/base/base.isolate
@@ -33,6 +33,8 @@
# don't have to be preinstalled on the target machine.
'<(PRODUCT_DIR)/msvcp120.dll',
'<(PRODUCT_DIR)/msvcr120.dll',
+ '<(PRODUCT_DIR)/x64/msvcp120.dll',
+ '<(PRODUCT_DIR)/x64/msvcr120.dll',
],
},
}],