Roll chromium_revision 65e1b24a78..f4ecd4bed3 (508708:508787)

Change log: https://chromium.googlesource.com/chromium/src/+log/65e1b24a78..f4ecd4bed3
Full diff: https://chromium.googlesource.com/chromium/src/+/65e1b24a78..f4ecd4bed3

Changed dependencies:
* src/base: https://chromium.googlesource.com/chromium/src/base/+log/1b7ce9d2a3..041cecf43e
* src/build: https://chromium.googlesource.com/chromium/src/build/+log/65725e8482..8afa1551c5
* src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f73ce77017..f556c12cad
* src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/5371196512..744b907c60
* src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/469d082070..96b848f800
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/180125176f..6f19655f67
* src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/9f20d02085..7de54ef0a2
* src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/62ff55193a..3098b6a245
* src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/fe7b869104..caa116c9be
* src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/fe786fb58c..b6a9a695f5
DEPS diff: https://chromium.googlesource.com/chromium/src/+/65e1b24a78..f4ecd4bed3/DEPS

No update to Clang.

TBR=buildbot@webrtc.org,marpan@webrtc.org,
BUG=None
CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal

Change-Id: I59f7c29802b5b96ed34cbee6c7aef45069e525d9
Reviewed-on: https://webrtc-review.googlesource.com/9561
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Commit-Queue: Edward Lemur <ehmaldonado@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20304}
1 file changed
tree: e58ca2a591b05f739afb0cec95d30166745be3f9
  1. api/
  2. audio/
  3. build_overrides/
  4. call/
  5. common_audio/
  6. common_video/
  7. data/
  8. examples/
  9. infra/
  10. logging/
  11. media/
  12. modules/
  13. ortc/
  14. p2p/
  15. pc/
  16. resources/
  17. rtc_base/
  18. rtc_tools/
  19. sdk/
  20. stats/
  21. system_wrappers/
  22. test/
  23. tools_webrtc/
  24. video/
  25. voice_engine/
  26. .clang-format
  27. .git-blame-ignore-revs
  28. .gitignore
  29. .gn
  30. .vpython
  31. AUTHORS
  32. BUILD.gn
  33. CODE_OF_CONDUCT.md
  34. codereview.settings
  35. common_types.cc
  36. common_types.h
  37. DEPS
  38. LICENSE
  39. license_template.txt
  40. LICENSE_THIRD_PARTY
  41. OWNERS
  42. PATENTS
  43. PRESUBMIT.py
  44. presubmit_test.py
  45. presubmit_test_mocks.py
  46. pylintrc
  47. README.chromium
  48. README.md
  49. style-guide.md
  50. typedefs.h
  51. WATCHLISTS
  52. webrtc.gni
  53. 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 http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.

More info