Roll chromium_revision 75820eb165..875e8893e9 (460410:462360)

Change log: https://chromium.googlesource.com/chromium/src/+log/75820eb165..875e8893e9
Full diff: https://chromium.googlesource.com/chromium/src/+/75820eb165..875e8893e9

Changed dependencies:
* src/base: https://chromium.googlesource.com/chromium/src/base/+log/6792d12fa4..df3e9281e0
* src/build: https://chromium.googlesource.com/chromium/src/build/+log/133db8fa95..9fd03dc810
* src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/59e0612124..492cb21bcf
* src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6320131fde..a69f75b10b
* src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/456a10fada..752ee4ed36
* src/third_party/android_tools: https://chromium.googlesource.com/android_tools.git/+log/b43a6a289a..b65c4776da
* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/d04ca95356..c8ff30cbe7
* src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/83f447ccc9..80a58afe72
* src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/llvm/lib/Fuzzer.git/+log/57ed386045..16f5f743c1
* src/third_party/libsrtp: https://chromium.googlesource.com/chromium/deps/libsrtp.git/+log/d15364a801..ccf84786f8
* src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/2fac50fa0e..32b3d2f174
* src/third_party/lss: https://chromium.googlesource.com/linux-syscall-support.git/+log/3f6478ac95..63f24c8221
* src/third_party/robolectric/robolectric: https://chromium.googlesource.com/external/robolectric.git/+log/5244ef6a3a..2a0b6ba221
* src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/513860a676..7d28b21d6d
DEPS diff: https://chromium.googlesource.com/chromium/src/+/75820eb165..875e8893e9/DEPS

Clang version changed 296321:298539
Details: https://chromium.googlesource.com/chromium/src/+/75820eb165..875e8893e9/tools/clang/scripts/update.py

TBR=marpan@webrtc.org,
BUG=None

Review-Url: https://codereview.webrtc.org/2802653004
Cr-Commit-Position: refs/heads/master@{#17552}
1 file changed
tree: 3bc03d4a336cba8626dbfceecb48c75b256e6a2e
  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. codereview.settings
  16. DEPS
  17. LICENSE
  18. license_template.txt
  19. LICENSE_THIRD_PARTY
  20. OWNERS
  21. PATENTS
  22. PRESUBMIT.py
  23. pylintrc
  24. README.md
  25. 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