Roll chromium_revision 168af17ef9..731551a18e (876831:876954)

Change log: https://chromium.googlesource.com/chromium/src/+log/168af17ef9..731551a18e
Full diff: https://chromium.googlesource.com/chromium/src/+/168af17ef9..731551a18e

Changed dependencies
* src/build: https://chromium.googlesource.com/chromium/src/build/+log/7dd4aaf8db..94367a1d14
* src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/3163d51272..aee6b7f15a
* src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/0c9d727362..5f9242e282
* src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/9f0789e61e..076295819b
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/ca2c40743f..c5554ea0ab
* src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ae1b2b19ef..b3c9edb4af
* src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/6c93db7ff6..1431f93c1e
* src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/f7c6959b96..043c2982b2
* src/tools/luci-go: git_revision:173195137e006c3bbbd2394409e3d752f8b3c62f..git_revision:7c21dae4ffe132b3bf611dce050d268f1ef4c155
* src/tools/luci-go: git_revision:173195137e006c3bbbd2394409e3d752f8b3c62f..git_revision:7c21dae4ffe132b3bf611dce050d268f1ef4c155
* src/tools/luci-go: git_revision:173195137e006c3bbbd2394409e3d752f8b3c62f..git_revision:7c21dae4ffe132b3bf611dce050d268f1ef4c155
DEPS diff: https://chromium.googlesource.com/chromium/src/+/168af17ef9..731551a18e/DEPS

No update to Clang.

TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com,
BUG=None

Change-Id: I08dd4cac9c44b507d359b58e6bc5163dd9bdb670
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/216421
Reviewed-by: 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/master@{#33861}
1 file changed
tree: bacc2fca52374027dcdf88e6657888ad2f0f9bea
  1. api/
  2. audio/
  3. build_overrides/
  4. call/
  5. common_audio/
  6. common_video/
  7. data/
  8. docs/
  9. examples/
  10. g3doc/
  11. logging/
  12. media/
  13. modules/
  14. net/
  15. p2p/
  16. pc/
  17. resources/
  18. rtc_base/
  19. rtc_tools/
  20. sdk/
  21. stats/
  22. style-guide/
  23. system_wrappers/
  24. test/
  25. tools_webrtc/
  26. video/
  27. .clang-format
  28. .git-blame-ignore-revs
  29. .gitignore
  30. .gn
  31. .vpython
  32. abseil-in-webrtc.md
  33. AUTHORS
  34. BUILD.gn
  35. CODE_OF_CONDUCT.md
  36. codereview.settings
  37. DEPS
  38. DIR_METADATA
  39. ENG_REVIEW_OWNERS
  40. g3doc.lua
  41. LICENSE
  42. license_template.txt
  43. native-api.md
  44. OWNERS
  45. PATENTS
  46. PRESUBMIT.py
  47. presubmit_test.py
  48. presubmit_test_mocks.py
  49. pylintrc
  50. README.chromium
  51. README.md
  52. style-guide.md
  53. WATCHLISTS
  54. webrtc.gni
  55. webrtc_lib_link_test.cc
  56. 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