Files
platform-external-webrtc/third_party/abseil-cpp/README.chromium
Autoroller 024eeff421 Roll chromium_revision 9df92afb16..9d565db4c0 (566630:568343)
Change log: 9df92afb16..9d565db4c0
Full diff: 9df92afb16..9d565db4c0

Roll chromium third_party 01aaf419f6..5e63803713
Change log: 01aaf419f6..5e63803713

Changed dependencies:
* src/base: 6b48dbc0d2..4fcbb21d49
* src/build: 169887d089..f29a733cc2
* src/buildtools: 6f4dae280c..5941c1b3df
* src/ios: b0428063aa..84fac4e727
* src/testing: 5951b2830b..04314205f8
* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/5267ef7b4a..6ff2ba80b7
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/fdacd1639e..f13bae2df0
* src/third_party/depot_tools: e09b6845cf..79d42dfb11
* src/third_party/googletest/src: 9077ec7efe..ce468a17c4
* src/third_party/libvpx/source/libvpx: 37a0283b18..8648a64c83
* src/third_party/libyuv: 196e2e72a3..780cdfed4e
* src/tools: e61dbb7de4..59c08146e7
* src/tools/swarming_client: 281c390193..9a518d097d
DEPS diff: 9df92afb16..9d565db4c0/DEPS

No update to Clang.

TBR=buildbot@webrtc.org,marpan@webrtc.org,
BUG=None
CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal
NO_AUTOIMPORT_DEPS_CHECK=true

Change-Id: Ia79e1d33a4a422c50a1802ca6abcd7c60121dfa5
Reviewed-on: https://webrtc-review.googlesource.com/84104
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23648}
2018-06-19 05:30:50 +00:00

35 lines
1.2 KiB
Plaintext

Name: Abseil
Short Name: absl
URL: https://github.com/abseil/abseil-cpp
License: Apache 2.0
License File: LICENSE
Version: 0
Revision: e5be80532b5d998813f9db952d2cc5401b1532df
Security Critical: yes
Description:
This directory contains the source code of Abseil for C++. This can be used by
Chromium's dependencies, but shouldn't be used by Chromium itself.
See: https://goo.gl/TgnJb8.
How to update Abseil:
1. Download the code from the Abseil git repository (see URL).
2. Copy the content of the Abseil git repo to //third_party/abseil-cpp.
3. From //third_party/abseil-cpp/ launch ./rename_dynamic_annotations.sh.
This script will rewrite dynamic_annotations macros and function inside
Abseil in order to avoid ODR violations and macro clashing with Chromium
(see: https://github.com/abseil/abseil-cpp/issues/122).
Local Modifications:
* absl/copts.bzl has been translated to //third_party/absl-cpp/BUILD.gn. Both
files contain lists of compiler flags in order to reduce duplication.
* All the BUILD.bazel files has been translated to BUILD.gn files.
* Functions and macros in absl/base/dynamic_annotations.{h,cc} have been renamed
to avoid ODR violations (see step 3).