| Index: remoting/host/BUILD.gn
|
| diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
|
| index 94aa910e5294f750dfde595e9cec616a927b86da..ba75149707f9b00c2514eabf04e811a72017afde 100644
|
| --- a/remoting/host/BUILD.gn
|
| +++ b/remoting/host/BUILD.gn
|
| @@ -1073,7 +1073,7 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
|
| if (target_cpu == "x64") {
|
| _redist_cpu_path = "amd64"
|
| } else {
|
| - _redist_cpu_path = "x64"
|
| + _redist_cpu_path = "x86"
|
| }
|
| _generated_files +=
|
| [ rebase_path("//third_party/platformsdk_win7/files/Redist/" +
|
|
|