Roll chromium_revision b0c0d15a35..6668472a87 (1115644:1116317)

Change log: https://chromium.googlesource.com/chromium/src/+log/b0c0d15a35..6668472a87
Full diff: https://chromium.googlesource.com/chromium/src/+/b0c0d15a35..6668472a87

Changed dependencies
* fuchsia_vesion: version:12.20230308.3.1..version:12.20230312.3.1
* src/base: https://chromium.googlesource.com/chromium/src/base/+log/236aa48f90..e81408704e
* src/build: https://chromium.googlesource.com/chromium/src/build/+log/9bfa5a9d2e..168bfaa8bf
* src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/1e2d30f5e4..e1fc35a07d
* src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/d1ea4374ef..fcf70e62e9
* src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ec188dc0e..92ae58d1f6
* src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1c0b8f9074..ff9d1d5645
* src/third_party/androidx: X6mj51w5gvqwPAm19oEQHgV33JA7r-iIrlA0xm6O7PAC..fAwky11GHWi_G3y48BIl4JpIfPC3X6W0ikMvZjAeIjsC
* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/ca1690e221..082e953a13
* src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/a9a7eecf37..d9e2d47985
* src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/5d5c6592d2..a51c75b09b
* src/third_party/grpc/src: https://chromium.googlesource.com/external/github.com/grpc/grpc.git/+log/e022a3dfa9..822dab21d9
* src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/080db61c3b..35410dede1
* src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/79b1347a51..f7ca33c46c
* src/third_party/r8: QcJGU2P6jjudE2LELurmeujLPwQhvk7OD5AWGlLIzrYC..M9qqyShmnvqDcIIsdbwvO7LJ9WFLu552c6c29zYKCdIC
* src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/aba8dbf531..ed1a1be638
* src/tools/luci-go: git_revision:e260f2e6d3531f534378dd1017e140374ba8df48..git_revision:320bf3ed60cd4d24549d0ea9ee3a94394f2665ce
* src/tools/luci-go: git_revision:e260f2e6d3531f534378dd1017e140374ba8df48..git_revision:320bf3ed60cd4d24549d0ea9ee3a94394f2665ce
DEPS diff: https://chromium.googlesource.com/chromium/src/+/b0c0d15a35..6668472a87/DEPS

No update to Clang.

BUG=None

Change-Id: I34cd58c161580ed299da70daac33a30b02b2ee01
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/297381
Reviewed-by: Jeremy Leconte <jleconte@google.com>
Owners-Override: Christoffer Jansson <jansson@webrtc.org>
Commit-Queue: Christoffer Jansson <jansson@webrtc.org>
Reviewed-by: Christoffer Jansson <jansson@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#39546}
1 file changed
tree: 50a495b36ece78f874fe858456a0a96f27957eb9
  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