Roll chromium_revision 962a16f02d..24d9b663b7 (1510833:1511360)

Change log: https://chromium.googlesource.com/chromium/src/+log/962a16f02d..24d9b663b7
Full diff: https://chromium.googlesource.com/chromium/src/+/962a16f02d..24d9b663b7

Changed dependencies
* src/build: https://chromium.googlesource.com/chromium/src/build/+log/7acc9de1ba..7bea1d158c
* src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/d091c4baaf..076678f3fb
* src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/a965d8262b..99169f7968
* src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/9bd296fc17..41ee4209e8
* src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/c8c18b61a2..8424791ae4
* src/third_party/android_build_tools/lint/cipd: KBlDDgCi2ePqd60Cg-MkB6N_YRqkgcJ0ldkVj8OW_I4C.._v7pAuSk9urtP9QU6HH2OCUTGys9gUV74h8gJu1csI8C
* src/third_party/android_build_tools/manifest_merger/cipd: 2_K2OBymmRtILwt6cbPOen-vkq5OsCMu8tfxOUnkOfMC..lKMwtNMqvRbDnUel3vBQLv-Of-xpdg_Rc54QKgdOCx0C
* src/third_party/androidx/cipd: scH-w6BJaP8U4GHK1zOCcgc6_ectjMNvSLQ1tSmPN9EC..s12rOiGNzd60313qCbH7ZkS2V2gdqpFJOpp97EuPawUC
* src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/44ba5b579b..9ee62f8be5
* src/third_party/compiler-rt/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt.git/+log/ea7aaf02e4..a3aac69645
* src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/20ce2373dd..e46459f0d3
* src/third_party/grpc/src: https://chromium.googlesource.com/external/github.com/grpc/grpc.git/+log/0fcff8ed89..a840365a09
* src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/0527c18b4b..c6b0f02491
* src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/b122dc0932..8d00aca60b
* src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/91a16614cd..f1a53902f8
* src/third_party/perfetto: https://chromium.googlesource.com/external/github.com/google/perfetto.git/+log/0b3f7e2d4e..313e4b6b91
* src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/bea8470d0d..98fa7412b4
DEPS diff: https://chromium.googlesource.com/chromium/src/+/962a16f02d..24d9b663b7/DEPS

BUG=None

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