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

Unified Diff: build/toolchain/goma.gni

Issue 397173004: Make goma work for the GN build on linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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/linux/BUILD.gn » ('j') | build/toolchain/linux/BUILD.gn » ('J')
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 1f34723ad42f48a57fb5ab151b1667d854380614..c0f4cf2825289f9bccaba909318d1e1d535b9f55 100644
--- a/build/toolchain/goma.gni
+++ b/build/toolchain/goma.gni
@@ -20,12 +20,3 @@ declare_args() {
goma_dir = getenv("HOME") + "/goma"
}
}
-
-if (use_goma) {
- # Define the toolchain for the GYP build when using goma.
- make_goma_global_settings =
- "['CC_wrapper', '$goma_dir/gomacc']," +
- "['CXX_wrapper', '$goma_dir/gomacc']," +
- "['CC.host_wrapper', '$goma_dir/gomacc']," +
- "['CXX.host_wrapper', '$goma_dir/gomacc'],"
-}
Dirk Pranke 2014/07/17 01:18:27 I believe this was only used by the GN/GYP hybrid
brettw 2014/07/17 04:37:30 Correct.
« no previous file with comments | « no previous file | build/toolchain/linux/BUILD.gn » ('j') | build/toolchain/linux/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698