Chromium Code Reviews| 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 |