Roll chromium_revision b566a7ee01..45ec87b29f (975563:975667)

Change log: https://chromium.googlesource.com/chromium/src/+log/b566a7ee01..45ec87b29f
Full diff: https://chromium.googlesource.com/chromium/src/+/b566a7ee01..45ec87b29f

Changed dependencies
* src/build: https://chromium.googlesource.com/chromium/src/build/+log/6f29f6c02a..3651f40a5d
* src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/d3d38e3db5..9f0a2dddd9
* src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/d607f42a01..8bf5b5b5e9
* src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/8b03c87b78..16c2bd0c52
* src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/b5781f6627..d82d1d5395
DEPS diff: https://chromium.googlesource.com/chromium/src/+/b566a7ee01..45ec87b29f/DEPS

No update to Clang.

BUG=None

Change-Id: Id61fa205e94fd43a88ff4234c9a4e029c9e2be10
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252921
Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com>
Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#36092}
1 file changed
tree: 564048917a3707eb2f4252f2d2aa35f7a709d1ae
  1. api/
  2. audio/
  3. build_overrides/
  4. call/
  5. common_audio/
  6. common_video/
  7. data/
  8. docs/
  9. examples/
  10. g3doc/
  11. logging/
  12. media/
  13. modules/
  14. net/
  15. p2p/
  16. pc/
  17. resources/
  18. rtc_base/
  19. rtc_tools/
  20. sdk/
  21. stats/
  22. system_wrappers/
  23. test/
  24. tools_webrtc/
  25. video/
  26. .clang-format
  27. .git-blame-ignore-revs
  28. .gitignore
  29. .gn
  30. .mailmap
  31. .style.yapf
  32. .vpython
  33. .vpython3
  34. AUTHORS
  35. BUILD.gn
  36. CODE_OF_CONDUCT.md
  37. codereview.settings
  38. DEPS
  39. DIR_METADATA
  40. ENG_REVIEW_OWNERS
  41. g3doc.lua
  42. LICENSE
  43. license_template.txt
  44. native-api.md
  45. OWNERS
  46. PATENTS
  47. PRESUBMIT.py
  48. presubmit_test.py
  49. presubmit_test_mocks.py
  50. pylintrc
  51. README.chromium
  52. README.md
  53. WATCHLISTS
  54. webrtc.gni
  55. webrtc_lib_link_test.cc
  56. 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 here 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