Roll chromium_revision 23fea388a2..9796a27144 (457505:457679)

Added entry to DEPS for downloading xstream, which is now required on Android.

Change log: https://chromium.googlesource.com/chromium/src/+log/23fea388a2..9796a27144
Full diff: https://chromium.googlesource.com/chromium/src/+/23fea388a2..9796a27144

Changed dependencies:
* src/build: https://chromium.googlesource.com/chromium/src/build/+log/b30ab5d975..72004d5fb0
* src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/ae47da68e7..30b5fc0853
* src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6496d3abcf..90254b4c88
* src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/7d6de94aa1..642287a392
* src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/faf60eb37f..7b2dc0f0d4
* src/third_party/robolectric/robolectric: https://chromium.googlesource.com/external/robolectric.git/+log/e38b49a12f..5244ef6a3a
* src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/fc7a3fd1cf..a4c0abd4a0
DEPS diff: https://chromium.googlesource.com/chromium/src/+/23fea388a2..9796a27144/DEPS

No update to Clang.

TBR=
BUG=webrtc:7355
NOTRY=True

Review-Url: https://codereview.webrtc.org/2760513003
Cr-Commit-Position: refs/heads/master@{#17318}
1 file changed
tree: 7718c9b3fe1d3af7263353642203a56118f89c0b
  1. build_overrides/
  2. data/
  3. infra/
  4. resources/
  5. tools-webrtc/
  6. webrtc/
  7. .clang-format
  8. .git-blame-ignore-revs
  9. .gitignore
  10. .gn
  11. AUTHORS
  12. BUILD.gn
  13. check_root_dir.py
  14. cleanup_links.py
  15. codereview.settings
  16. DEPS
  17. LICENSE
  18. license_template.txt
  19. LICENSE_THIRD_PARTY
  20. OWNERS
  21. PATENTS
  22. PRESUBMIT.py
  23. pylintrc
  24. README.md
  25. WATCHLISTS
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. This page is maintained by the Google Chrome team.

Development

See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.

More info