forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
buildtools: remove libc++ from buildtools/DEPS
This is very similar to https://chromium-review.googlesource.com/c/chromium/src/+/2729355 , just with libcxx instead of libcxxabi. See that CL description for details, except here you want to add 'libcxx_revision': '8fa87946779682841e21e2da977eccfb6cb3bded', and a project-appropriate version of 'src/buildtools/third_party/libc++/trunk': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libcxx.git' + '@' + Var('libcxx_revision'), (...and then add this as a transitive dep of your chromium roller, as described in that other CL, like a bunch of projects have already done.) Bug: 1182719,1177288 Change-Id: I1362eb591f49111143733c036548670ee4004673 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2733154 Auto-Submit: Nico Weber <thakis@chromium.org> Commit-Queue: Dirk Pranke <dpranke@google.com> Reviewed-by: Dirk Pranke <dpranke@google.com> Cr-Commit-Position: refs/heads/master@{#859627}
- Loading branch information
Showing
4 changed files
with
11 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters