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

Unified Diff: build/common.gypi

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 | « no previous file | build/toolchain/goma.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index f77482cabfc5b3a0a2f5e3d78ad9318fdb18d402..b082c5ebf5bb4ab901764120968f9e63809ff54a 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -290,7 +290,7 @@
# Set default gomadir.
['OS=="win"', {
- 'gomadir': 'c:\\goma\\goma-win',
+ 'gomadir': 'c:\\goma\\goma-win64',
}, {
'gomadir': '<!(/bin/echo -n ${HOME}/goma)',
}],
« no previous file with comments | « no previous file | build/toolchain/goma.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698