Roll chromium_revision 5688012168..b566a7ee01 (975461:975563)

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

Changed dependencies
* src/build: https://chromium.googlesource.com/chromium/src/build/+log/48b4cff6a5..6f29f6c02a
* src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/5969559967..d3d38e3db5
* src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e5a7a6719a..d607f42a01
* src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/dd5821349b..8b03c87b78
* src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/21f13c8e61..b5781f6627
DEPS diff: https://chromium.googlesource.com/chromium/src/+/5688012168..b566a7ee01/DEPS

No update to Clang.

BUG=None

Change-Id: I0add0830e1e04482c1c7285e2ae80ba57b43a9d1
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252881
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@{#36090}
1 file changed
tree: b7f0f3b82262a2d3e6476402f69b2f20d622ee18
  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