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

Unified Diff: tools/gn/bootstrap/build_mac.ninja.template

Issue 2064513002: GN: Add Windows support to bootstrap.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 4 years, 6 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 | « tools/gn/bootstrap/build.ninja.template ('k') | tools/gn/bootstrap/build_vs.ninja.template » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/bootstrap/build_mac.ninja.template
diff --git a/tools/gn/bootstrap/build_mac.ninja.template b/tools/gn/bootstrap/build_mac.ninja.template
index 409ea75b1e3a179ba51ba231e4ec3dc275eacb2e..ff82eb88c1d3727d3a77930fa7793533ad9e3ba2 100644
--- a/tools/gn/bootstrap/build_mac.ninja.template
+++ b/tools/gn/bootstrap/build_mac.ninja.template
@@ -1,9 +1,3 @@
-cc = cc
-cxx = c++
-ld = $cc
-ldxx = $cxx
-ar = ar
-
rule cc
command = $cc -MMD -MF $out.d $defines $includes $cflags $cflags_c -c $in -o $out
description = CC $out
« no previous file with comments | « tools/gn/bootstrap/build.ninja.template ('k') | tools/gn/bootstrap/build_vs.ninja.template » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698