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

Unified Diff: build/toolchain/goma.gni

Issue 2378373004: Update comment in build/toolchain/goma.gni (Closed)
Patch Set: rebase Created 4 years, 3 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: build/toolchain/goma.gni
diff --git a/build/toolchain/goma.gni b/build/toolchain/goma.gni
index cb25cfd874473e9bba042cea2e4ee5b0af781d59..aeabfa91547b178491a1e8b43e8cef75a7a6f2b9 100644
--- a/build/toolchain/goma.gni
+++ b/build/toolchain/goma.gni
@@ -10,10 +10,10 @@ declare_args() {
# Set the default value based on the platform.
if (is_win) {
- # Absolute directory containing the Goma source code.
+ # Absolute directory containing the gomacc.exe binary.
goma_dir = "C:\goma\goma-win64"
} else {
- # Absolute directory containing the Goma source code.
+ # Absolute directory containing the gomacc binary.
goma_dir = getenv("HOME") + "/goma"
}
}
« 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