Index: build/toolchain/goma.gni |
diff --git a/build/toolchain/goma.gni b/build/toolchain/goma.gni |
index cb25cfd874473e9bba042cea2e4ee5b0af781d59..c0f0820e5741860a421da6bdbaaa472d577086e6 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. |
Dirk Pranke
2016/09/29 17:34:08
nit, maybe 'gomacc.exe binary' here and 'gomacc' b
tikuta
2016/09/30 02:20:07
Done.
|
goma_dir = "C:\goma\goma-win64" |
} else { |
- # Absolute directory containing the Goma source code. |
+ # Absolute directory containing the gomacc. |
goma_dir = getenv("HOME") + "/goma" |
} |
} |