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

Unified Diff: build/toolchain/goma.gni

Issue 1422333008: Remove Windows-related GN build configuration (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Review feedback addressed Created 5 years, 1 month 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/secondary/third_party/nss/BUILD.gn ('k') | build/toolchain/toolchain.gni » ('j') | 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..fd61ba73e7d00723b37a12a53acc6d21309b82aa 100644
--- a/build/toolchain/goma.gni
+++ b/build/toolchain/goma.gni
@@ -11,12 +11,6 @@ declare_args() {
# Set to true to enable distributed compilation using Goma.
use_goma = false
- # Set the default value based on the platform.
- if (is_win) {
- # Absolute directory containing the Goma source code.
- goma_dir = "C:\goma\goma-win"
- } else {
- # Absolute directory containing the Goma source code.
- goma_dir = getenv("HOME") + "/goma"
- }
+ # Absolute directory containing the Goma source code.
+ goma_dir = getenv("HOME") + "/goma"
}
« no previous file with comments | « build/secondary/third_party/nss/BUILD.gn ('k') | build/toolchain/toolchain.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698