Roll chromium_revision 8bd9576f44..4876a33127 (515090:517593)

Change log: https://chromium.googlesource.com/chromium/src/+log/8bd9576f44..4876a33127
Full diff: https://chromium.googlesource.com/chromium/src/+/8bd9576f44..4876a33127

Changed dependencies:
* src/base: https://chromium.googlesource.com/chromium/src/base/+log/6620ee8cc4..12bdcac068
* src/build: https://chromium.googlesource.com/chromium/src/build/+log/cfed27564c..571871636f
* src/buildtools: https://chromium.googlesource.com/chromium/buildtools.git/+log/73ddd64be6..461b345a81
* src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/6860cd88eb..fef4c397a4
* src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/2be6faa059..ccb28ffec6
* src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/686beae3f2..314886e669
* src/third_party/android_tools: https://chromium.googlesource.com/android_tools.git/+log/4a9623af57..9914c57047
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/af046c52f1..37921f135d
* src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/2a1ca3f68b..23b8214cec
* src/third_party/errorprone/lib: https://chromium.googlesource.com/chromium/third_party/errorprone.git/+log/16b8b7298b..635c410fc4
* src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/c33a5ee8e7..1e816bccb5
* src/third_party/gtest-parallel: https://chromium.googlesource.com/external/github.com/google/gtest-parallel/+log/89ab65d56d..1f8438da0b
* src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/b31896655a..5ed26985c0
* src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/06fb50cc1f..a00e8070be
* src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/3ba9a2c8b2..8c7213bc00
* src/third_party/robolectric/robolectric: https://chromium.googlesource.com/external/robolectric.git/+log/b02c65cc6d..4a3f2156ab
* src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/1603adb1b3..173ebd061e
DEPS diff: https://chromium.googlesource.com/chromium/src/+/8bd9576f44..4876a33127/DEPS

Clang version changed 317263:318369
Details: https://chromium.googlesource.com/chromium/src/+/8bd9576f44..4876a33127/tools/clang/scripts/update.py

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

Change-Id: Ifd331adaf939a2b98f815a774d55df94c130e23c
Reviewed-on: https://webrtc-review.googlesource.com/24128
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20739}
1 file changed
tree: 71a1db3d04d8c57a619e3f8b601239164024a266
  1. api/
  2. audio/
  3. build_overrides/
  4. call/
  5. common_audio/
  6. common_video/
  7. data/
  8. examples/
  9. infra/
  10. logging/
  11. media/
  12. modules/
  13. ortc/
  14. p2p/
  15. pc/
  16. resources/
  17. rtc_base/
  18. rtc_tools/
  19. sdk/
  20. stats/
  21. system_wrappers/
  22. test/
  23. tools_webrtc/
  24. video/
  25. voice_engine/
  26. .clang-format
  27. .git-blame-ignore-revs
  28. .gitignore
  29. .gn
  30. .vpython
  31. AUTHORS
  32. BUILD.gn
  33. CODE_OF_CONDUCT.md
  34. codereview.settings
  35. common_types.cc
  36. common_types.h
  37. DEPS
  38. LICENSE
  39. license_template.txt
  40. LICENSE_THIRD_PARTY
  41. native-api.md
  42. OWNERS
  43. PATENTS
  44. PRESUBMIT.py
  45. presubmit_test.py
  46. presubmit_test_mocks.py
  47. pylintrc
  48. README.chromium
  49. README.md
  50. style-guide.md
  51. typedefs.h
  52. WATCHLISTS
  53. webrtc.gni
  54. whitespace.txt
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.

Authoritative list of directories that contain the native API header files.

More info