Roll chromium_revision b4155a0bbd..b2c5e5f71d (471848:474991)

Change log: https://chromium.googlesource.com/chromium/src/+log/b4155a0bbd..b2c5e5f71d
Full diff: https://chromium.googlesource.com/chromium/src/+/b4155a0bbd..b2c5e5f71d

Changed dependencies:
* src/base: https://chromium.googlesource.com/chromium/src/base/+log/4545fc1f63..4282da8bcd
* src/build: https://chromium.googlesource.com/chromium/src/build/+log/f671d3baeb..fa9670aa5f
* src/buildtools: https://chromium.googlesource.com/chromium/buildtools.git/+log/98f00fa10d..104574186c
* src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/411732c0b9..90ba070cca
* src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/dbbebc0d54..8570c1779d
* src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/744b88f9a8..9fc0dcb0dc
* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/1e5cb820de..68f84f5c40
* src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/9e7bc18ce7..91b60843fb
* src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/28a5cdde5c..cb7f9fc2ad
* src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/8c7f93feda..42bc671f47
* src/third_party/gtest-parallel: https://chromium.googlesource.com/external/github.com/google/gtest-parallel/+log/c95bf7d82c..21b383f81a
* src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/87232d8d76..c844075aa0
* src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/ac8f58f6ab..b3bf91bdc6
* src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/945ea1b746..8edd2286fd
* src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/e095601b86..b0761e3782
DEPS diff: https://chromium.googlesource.com/chromium/src/+/b4155a0bbd..b2c5e5f71d/DEPS

Clang version changed 301384:303910
Details: https://chromium.googlesource.com/chromium/src/+/b4155a0bbd..b2c5e5f71d/tools/clang/scripts/update.py

TBR=marpan@webrtc.org,
BUG=None

Review-Url: https://codereview.webrtc.org/2906023003
Cr-Commit-Position: refs/heads/master@{#18273}
1 file changed
tree: 3ac29cbd345d47b5eaf22cbf6f72cc8631a1d4ab
  1. build_overrides/
  2. data/
  3. infra/
  4. resources/
  5. tools_webrtc/
  6. webrtc/
  7. .clang-format
  8. .git-blame-ignore-revs
  9. .gitignore
  10. .gn
  11. AUTHORS
  12. BUILD.gn
  13. check_root_dir.py
  14. cleanup_links.py
  15. CODE_OF_CONDUCT.md
  16. codereview.settings
  17. DEPS
  18. LICENSE
  19. license_template.txt
  20. LICENSE_THIRD_PARTY
  21. OWNERS
  22. PATENTS
  23. PRESUBMIT.py
  24. pylintrc
  25. README.md
  26. WATCHLISTS
README.md

WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.

Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.

The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.

Development

See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.

More info