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

Issue 15490003: Update ninja to v1.3.3 on Mac, Linux32, Linux64, Windows. (Closed)

Created:
7 years, 7 months ago by Nico
Modified:
7 years, 7 months ago
Reviewers:
scottmg
CC:
chromium-reviews, Dirk Pranke, cmp-cc_chromium.org, M-A Ruel, iannucci+depot_tools_chromium.org, Lei Zhang, iannucci, phajdan_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Visibility:
Public.

Description

Update ninja to v1.3.3 on Mac, Linux32, Linux64, Windows. On mac, I ran: git checkout v1.3.3 ./bootstrap.py CXX=path/to/chromiums/clang++ ./configure --with-gtest=path/to/gtest ./ninja ninja_test ./ninja_test # all passed strip ninja Empty build perf is ~7% slower (https://github.com/martine/ninja/issues/544), but this allows us to enable deps mode by default which will make empty builds twice as fast. Mac binary size grew by ~16kB. The linux binaries were built by thestig@chromium.org. The windows binary was built by scottmg@chromium.org. New stuff since 1.1: - NINJA_STATUS now allows %e, for elapsed time. - "pool" feature - "compdb" tool for writing clang compilation databases - faster deps mode (needs to be explicitly enabled in gyp, not done yet) BUG=241628

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+-3 lines, --3 lines) Patch
M ninja View 1 chunk +1 line, -1 line 0 comments Download
M ninja.exe View 0 chunks +-1 lines, --1 lines 0 comments Download
M ninja-linux32 View 0 chunks +-1 lines, --1 lines 0 comments Download
M ninja-linux64 View 0 chunks +-1 lines, --1 lines 0 comments Download
M ninja-mac View 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Nico
7 years, 7 months ago (2013-05-20 19:20:37 UTC) #1
scottmg
7 years, 7 months ago (2013-05-20 19:23:28 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698