Roll chromium_revision b4562c8dc8..c5c3b957ca (974583:974718)

Change log: https://chromium.googlesource.com/chromium/src/+log/b4562c8dc8..c5c3b957ca
Full diff: https://chromium.googlesource.com/chromium/src/+/b4562c8dc8..c5c3b957ca

Changed dependencies
* src/base: https://chromium.googlesource.com/chromium/src/base/+log/187616c5fc..8c7254d87b
* src/build: https://chromium.googlesource.com/chromium/src/build/+log/bcfb6fca6d..b6b7a3eb65
* src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/4eaa194b8b..2a2fe25738
* src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/629e78f5b3..04b71a078a
* src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d2f57fb779..502712994d
* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/68addd2f71..4d955d20d2
* src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/dfc6cffca9..cf4922dea8
* src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/bc929d3e94..7264b97e2c
DEPS diff: https://chromium.googlesource.com/chromium/src/+/b4562c8dc8..c5c3b957ca/DEPS

No update to Clang.

BUG=None

Change-Id: I2b31a937eaffc07cebc7eef0c009f62e179bd629
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252480
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@{#36069}
1 file changed
tree: 8dcd2c4ddd9438c5a99f60bf6733af1c0f8aa011
  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