xp: copy dbghelp.dll to output dir and have base.isolate use it there
commit09acc50cfadc6aa38db23ddadec134410ec968c0
authorscottmg <scottmg@chromium.org>
Tue, 24 Feb 2015 20:18:28 +0000 (24 12:18 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 24 Feb 2015 20:19:38 +0000 (24 20:19 +0000)
tree18be358143a6f4b4fd94f06e09bc1c5b37152131
parent7d83b45b1d4e60487b64f3f4493872253ad914d5
xp: copy dbghelp.dll to output dir and have base.isolate use it there

Previous CL https://codereview.chromium.org/943933005 didn't work properly
because the dll wasn't in the same directory as the binary, so it was still
loading the system dbghelp.dll. See details in 460506.

Copies dbghelp.dll to the output dir, and has the isolate file point at that.

Re-enable tests that were failing due to dbghelp hanging.

XP test run here: https://chromium-swarm.appspot.com/user/task/25d5bc17b6dddc10

BUG=460506, 461160

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

Cr-Commit-Position: refs/heads/master@{#317868}
base/base.gyp
base/base.isolate
base/debug/debugger_unittest.cc
base/debug/stack_trace_unittest.cc
base/process/process_util_unittest.cc