Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(579)

Unified Diff: remoting/host/BUILD.gn

Issue 1963813002: gn/win: Make remoting build in official 32-bit builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/" +
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698