Roll chromium_revision 22b81f6c45..d604de96c9 (459032:459307)

MB changes were needed due to https://codereview.chromium.org/2767833002
FullStackTest.ScreenshareSlidesVP9_2SL
test was disabled due to libvpx regression, see webrtc:7401.

Roll chromium_revision 22b81f6c45..d604de96c9 (459032:459307)

Change log: https://chromium.googlesource.com/chromium/src/+log/22b81f6c45..d604de96c9
Full diff: https://chromium.googlesource.com/chromium/src/+/22b81f6c45..d604de96c9

Changed dependencies:
* src/base: https://chromium.googlesource.com/chromium/src/base/+log/258342709c..d49079a0cb
* src/build: https://chromium.googlesource.com/chromium/src/build/+log/4a2354d6ce..a18678dc18
* src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f825ec1419..4afbbbaa88
* src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/83a00745ef..7a028befe4
* src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/5c1951e265..5903b09f59
* src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/1b6a20ab7e..5c300b0898
* src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/b9acb5c51e..6d2e444456
* src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8121f85473..2fac50fa0e
* src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a4f9a9e9e9..3a6ca3a28a
DEPS diff: https://chromium.googlesource.com/chromium/src/+/22b81f6c45..d604de96c9/DEPS

No update to Clang.

TBR=marpan@webrtc.org,
BUG=webrtc:7401

Review-Url: https://codereview.webrtc.org/2777553002
Cr-Commit-Position: refs/heads/master@{#17376}
5 files changed
tree: f5d5a2deb65543d7495e2955ef675927bf9edf76
  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