Commit 9ba54676 authored by Yiming Zhou's avatar Yiming Zhou Committed by Commit Bot

Correct the WPR binary directory on windows.

Bug: 847905
Change-Id: Ifd7b2e0b494cbd893b3f36590bd3ecf793f0b768
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1539111
Auto-Submit: Yiming Zhou <uwyiming@google.com>
Reviewed-by: default avatarFabio Tirelo <ftirelo@chromium.org>
Commit-Queue: Fabio Tirelo <ftirelo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#644163}
parent 8561ee61
......@@ -432,8 +432,8 @@ bool TestRecipeReplayer::RunWebPageReplayCmd(
#if defined(OS_WIN)
base::FilePath wpr_executable_binary =
base::FilePath(FILE_PATH_LITERAL("win"))
.AppendASCII("x86_64")
.AppendASCII("wpr");
.AppendASCII("AMD64")
.AppendASCII("wpr.exe");
#elif defined(OS_MACOSX)
base::FilePath wpr_executable_binary =
base::FilePath(FILE_PATH_LITERAL("mac"))
......
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