Roll chromium_revision 33a7a547b9..7e40b4199b (452838:452938)

Includes a roll of third_party/winsdk_samples to pull in a needed
fix for a compile error triggered by the new Clang version.

Change log: https://chromium.googlesource.com/chromium/src/+log/33a7a547b9..7e40b4199b
Full diff: https://chromium.googlesource.com/chromium/src/+/33a7a547b9..7e40b4199b

Changed dependencies:
* src/base: https://chromium.googlesource.com/chromium/src/base/+log/facaa65f73..6e7d1cd14d
* src/build: https://chromium.googlesource.com/chromium/src/build/+log/eefc9cc748..66e79e3e44
* src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f893f94115..199e1fdbca
* src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/55242080a2..57de89f663
* 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..c036028c0a
DEPS diff: https://chromium.googlesource.com/chromium/src/+/33a7a547b9..7e40b4199b/DEPS

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

TBR=tommi@webrtc.org
BUG=webrtc:7235
NOTRY=True

Review-Url: https://codereview.webrtc.org/2719703003
Cr-Commit-Position: refs/heads/master@{#16848}
3 files changed
tree: 49389c843d66c0ba11c7114dd298dd9355ce489d
  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