Roll chromium_revision 07ea83bdf3..b9a9162f68 (1494485:1494734)

Change log: https://chromium.googlesource.com/chromium/src/+log/07ea83bdf3..b9a9162f68
Full diff: https://chromium.googlesource.com/chromium/src/+/07ea83bdf3..b9a9162f68

Changed dependencies
* src/build: https://chromium.googlesource.com/chromium/src/build/+log/1923036296..38265dc962
* src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/ea47cf7cad..6a6a2b6fd3
* src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f29c814c62..4ee187887e
* src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/dd35b2ddfc..d383bed741
* src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/af97571ba5..2256781c1e
* src/third_party/android_deps/autorolled/cipd: unni4p6XyH4fhaukKwB-7Y3-gYB4gcTBi-z4ceLA8IwC..RcN7kx5OuQtBLrhCRBTO9NABzT2sjw-ogJBZmT3nOdAC
* src/third_party/androidx/cipd: 6Z_GY4GM81aHOyYjjxHX6_CtJPe1HejlEvqJ5dKEXh0C..FMvkqBv09hzZsC9bei-l-XsOPk7fhNz9OJiEZUr9XkoC
* src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/c84d5af881..ba3926011b
* src/third_party/grpc/src: https://chromium.googlesource.com/external/github.com/grpc/grpc.git/+log/eb189fb256..f2ac3f89c1
* src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/dd9ced1c6d..3ff31b2a5f
* src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/33645b3d12..866857ce9c
* src/third_party/perfetto: https://chromium.googlesource.com/external/github.com/google/perfetto.git/+log/90dc6864f1..3c2d2b9c28
* src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/080b519309..3894cdec61
DEPS diff: https://chromium.googlesource.com/chromium/src/+/07ea83bdf3..b9a9162f68/DEPS

BUG=None

Change-Id: Iee27fac3af84eb6138437d57b2ad7d32f2d0a93b
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/402703
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@{#45248}
1 file changed
tree: 7d543525077208d00044e9ca65dc6ddc2bc594e2
  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