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

Unified Diff: build/toolchain/win/BUILD.gn

Issue 239543013: Work on Mac GN build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove use_nss Created 6 years, 8 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
Index: build/toolchain/win/BUILD.gn
diff --git a/build/toolchain/win/BUILD.gn b/build/toolchain/win/BUILD.gn
index 5b9ae48d741d17d930f509440eb3b9f580d7c2dd..04b36cf666e3c376d58d34b796d99b3a84d3599a 100644
--- a/build/toolchain/win/BUILD.gn
+++ b/build/toolchain/win/BUILD.gn
@@ -22,11 +22,6 @@ exec_script("setup_toolchain.py",
stamp_command = "$python_path gyp-win-tool stamp \$out"
copy_command = "$python_path gyp-win-tool recursive-mirror \$in \$out"
-if (use_goma) {
- # Add the Goma compiler prefixes to the GYP file.
- gyp_header = "'make_global_settings': [ $make_goma_global_settings ],"
-}
-
# 32-bit toolchain -------------------------------------------------------------
toolchain("32") {

Powered by Google App Engine
This is Rietveld 408576698