Roll chromium_revision d76cada124..6aac6345f8 (1107948:1108803)

Change log: https://chromium.googlesource.com/chromium/src/+log/d76cada124..6aac6345f8
Full diff: https://chromium.googlesource.com/chromium/src/+/d76cada124..6aac6345f8

Changed dependencies
* fuchsia_vesion: version:11.20230221.2.1..version:11.20230222.4.1
* src/base: https://chromium.googlesource.com/chromium/src/base/+log/0fc91d5d90..106feb9958
* src/build: https://chromium.googlesource.com/chromium/src/build/+log/07283ef796..153b10edb9
* src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/d110f6238f..c9ed0b613f
* src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/abad4bb576..09f68a400f
* src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/5559ffe8ca..87d8fe050b
* src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/aecf8d01b9..56a849f05a
* src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/143d6295ff..134bf6f441
* src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b93e19cb40..fcbe55967d
* src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/82835c7ebd..e4c483947e
* src/third_party/androidx: waVlDuvM1_o0siiUN39LBaTpj0pfqoBRglXQgdicJicC..OVxvEebhJr_xMeJW1cAq-rwMYIL1KI0r_mJ7Bbu1awUC
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/a22c2597b5..c824231b87
* src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/30136f0cb7..d85c5bc6ff
* src/third_party/fontconfig/src: https://chromium.googlesource.com/external/fontconfig.git/+log/2ef790a0db..06929a556f
* src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/7f9499044e..3f01161ff2
* src/third_party/r8: PwglNZFRNPkBBXdnY9NfrZFk2ULWDTRxhV9rl2kvkpUC..If-y2Dxou76tPxzbjAxhESv2MK1f7UTlgmP5Zg1JfUQC
* src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/6e72739081..0ddfcb9964
* src/tools/luci-go: git_revision:c543f47ae455dbfe7e8fed5baa61a14d9068e98c..git_revision:8a8b4f2ea65c7ff5fde8a0c522008aed78d42d9d
* src/tools/luci-go: git_revision:c543f47ae455dbfe7e8fed5baa61a14d9068e98c..git_revision:8a8b4f2ea65c7ff5fde8a0c522008aed78d42d9d
DEPS diff: https://chromium.googlesource.com/chromium/src/+/d76cada124..6aac6345f8/DEPS

No update to Clang.

BUG=None

Change-Id: Iddf3057c359daf2c953dfed78c9d53c5d78671d3
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/294661
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@{#39377}
1 file changed
tree: 19488fa6f0cc95750c05cfa805fbd3a803eefd5f
  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. .style.yapf
  34. .vpython
  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. README.chromium
  54. README.md
  55. WATCHLISTS
  56. webrtc.gni
  57. webrtc_lib_link_test.cc
  58. 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