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

Unified Diff: build/toolchain/goma.gni

Issue 1767543002: Use c:\goma\goma-win64 as default gomadir on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/toolchain/goma.gni
diff --git a/build/toolchain/goma.gni b/build/toolchain/goma.gni
index c0f4cf2825289f9bccaba909318d1e1d535b9f55..86ac0e9bdf4a3a5372f5feccbd8e06536ec95882 100644
--- a/build/toolchain/goma.gni
+++ b/build/toolchain/goma.gni
@@ -14,7 +14,7 @@ declare_args() {
# Set the default value based on the platform.
if (is_win) {
# Absolute directory containing the Goma source code.
- goma_dir = "C:\goma\goma-win"
+ goma_dir = "C:\goma\goma-win64"
} else {
# Absolute directory containing the Goma source code.
goma_dir = getenv("HOME") + "/goma"
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698