Roll chromium_revision 03b98044d1..a7864a7e22 (1626400:1626575)

Change log: https://chromium.googlesource.com/chromium/src/+log/03b98044d1..a7864a7e22
Full diff: https://chromium.googlesource.com/chromium/src/+/03b98044d1..a7864a7e22

Changed dependencies
* src/build: https://chromium.googlesource.com/chromium/src/build/+log/15ba7a1f19..e3f85ad85c
* src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/ab362d5235..636fd1f3ec
* src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/eb3123c161..649eeb4bf0
* src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/17d47d57da..74bfba13e9
* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/6474716769..9504958566
* src/third_party/grpc/src: https://chromium.googlesource.com/external/github.com/grpc/grpc.git/+log/74940e8bc8..1108777e4c
* src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/e86de95f79..e67178f5ef
* src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/640d4ce27b..76b0802171
* src/third_party/perfetto: https://chromium.googlesource.com/external/github.com/google/perfetto.git/+log/c9f7b8a8e0..0861793530
* src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/dd770b74ab..db696a8625
DEPS diff: https://chromium.googlesource.com/chromium/src/+/03b98044d1..a7864a7e22/DEPS

BUG=None

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