Roll chromium_revision 33a7a547b9..0e44c5e141 (452838:453130)

Some code changes were needed due to webrtc:7236.
Disabling flaky test for iOS and ORTC (on memcheck).

Change log: https://chromium.googlesource.com/chromium/src/+log/33a7a547b9..0e44c5e141
Full diff: https://chromium.googlesource.com/chromium/src/+/33a7a547b9..0e44c5e141

Changed dependencies:
* src/base: https://chromium.googlesource.com/chromium/src/base/+log/facaa65f73..07e8029830
* src/build: https://chromium.googlesource.com/chromium/src/build/+log/eefc9cc748..c7c2db69cd
* src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f893f94115..75bb86f02a
* src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b40837ba97..e31bd01824
* src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/55242080a2..285c08d0e2
* src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/794fff6c81..47b98570f6
* src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/b18fd21d3c..45b176d153
* src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/e4e78e0678..6b40c03f7b
DEPS diff: https://chromium.googlesource.com/chromium/src/+/33a7a547b9..0e44c5e141/DEPS

Clang version changed 289944:295793
Details: https://chromium.googlesource.com/chromium/src/+/33a7a547b9..0e44c5e141/tools/clang/scripts/update.py

TBR=henrik.lundin@webrtc.org
BUG=webrtc:7236, webrtc:7247, webrtc:7248
NOTRY=True

Review-Url: https://codereview.webrtc.org/2718953002
Cr-Commit-Position: refs/heads/master@{#16849}
6 files changed
tree: 3872c502c0db86c7a09dcc793076610ae6a1133e
  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. This page is maintained by the Google Chrome team.

Development

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

More info