commit | 30446163c2e44b491f492c2d04fa3357cf0a017e | [log] [tgz] |
---|---|---|
author | Tom Anderson <[email protected]> | Thu Apr 12 08:06:30 2018 |
committer | Commit Bot <[email protected]> | Thu Apr 12 08:06:30 2018 |
tree | 4b2a8bf31d9f9495f76d9f8aae61e84e874a511a | |
parent | e0d88767ecdde5c495ec3e3380c868c92e6fcc49 [diff] |
Add defines for libc++ revisions Since libc++{abi} are included using -isystem and we compile with -MMD (not -MD), headers from these libraries will not be listed as dependencies. It's possible for libc++{abi} to be updated and for ninja to belive no rebuild is necessary. This CL adds defines for libc++{abi} to force a rebuild when the headers are updated. This CL also requires: https://chromium-review.googlesource.com/c/chromium/buildtools/+/1002869 R=thakis Change-Id: I4c48aa18643cd5fee1be23b6379569123e6fef51 Reviewed-on: https://chromium-review.googlesource.com/1002868 Commit-Queue: Thomas Anderson <[email protected]> Reviewed-by: Nico Weber <[email protected]> Cr-Commit-Position: refs/heads/master@{#550092}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .