Roll chromium_revision 4388280c46..4ad2db3c40 (1460056:1460388)

Change log: https://chromium.googlesource.com/chromium/src/+log/4388280c46..4ad2db3c40
Full diff: https://chromium.googlesource.com/chromium/src/+/4388280c46..4ad2db3c40

Changed dependencies
* src/base: https://chromium.googlesource.com/chromium/src/base/+log/7678e0c1d4..2e5431a6db
* src/build: https://chromium.googlesource.com/chromium/src/build/+log/bf6d0908ba..0121a4c952
* src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/077a66f30f..e9b36e9ffb
* src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/58fb9d9896..96b8ccee2c
* src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/c9999c4687..e0bf8ba12f
* src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/7be58989a8..efebb45477
* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/89973806bc..62956948e4
* src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/9eeece27b7..fad8247731
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/fd624be2fa..bbb14e4656
* src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/79912716e7..8a152c824a
* src/third_party/grpc/src: https://chromium.googlesource.com/external/github.com/grpc/grpc.git/+log/94198a4a9c..708b5c0615
* src/third_party/perfetto: https://chromium.googlesource.com/external/github.com/google/perfetto.git/+log/63f1ba4f68..6690560f58
* src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/1a55eea0c7..2b4f2ff382
DEPS diff: https://chromium.googlesource.com/chromium/src/+/4388280c46..4ad2db3c40/DEPS

No update to Clang.

BUG=None

Change-Id: Ie21d8b2e6cad4e1f9b7554e145ee177fd1aa42da
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/391601
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@{#44625}
1 file changed
tree: 8c7aaf190782e1c83e447d1fa14f4e6a6104610b
  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. .git-blame-ignore-revs
  30. .gitignore
  31. .gn
  32. .mailmap
  33. .rustfmt.toml
  34. .style.yapf
  35. .vpython3
  36. AUTHORS
  37. BUILD.gn
  38. CODE_OF_CONDUCT.md
  39. codereview.settings
  40. DEPS
  41. DIR_METADATA
  42. ENG_REVIEW_OWNERS
  43. LICENSE
  44. license_template.txt
  45. native-api.md
  46. OWNERS
  47. OWNERS_INFRA
  48. PATENTS
  49. PRESUBMIT.py
  50. presubmit_test.py
  51. presubmit_test_mocks.py
  52. pylintrc
  53. pylintrc_old_style
  54. README.chromium
  55. README.md
  56. WATCHLISTS
  57. webrtc.gni
  58. webrtc_lib_link_test.cc
  59. 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