Roll chromium_revision f93b8b19f2..adf969a7cb (513366:514871) and more.

MORE:
-----
* Get rid of canary in gradle_project_test. This follows http://crrev.com/a959a6cf
* Switch Android binary deps to be managed by CIPD. This mirrors http://crrev.com/b80cf484

CHROMIUM ROLL:
--------------
Change log: https://chromium.googlesource.com/chromium/src/+log/f93b8b19f2..adf969a7cb
Full diff: https://chromium.googlesource.com/chromium/src/+/f93b8b19f2..adf969a7cb

Changed dependencies:
* src/base: https://chromium.googlesource.com/chromium/src/base/+log/eec763edae..a7b41d733d
* src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ef2624fab..f157e447ed
* src/buildtools: https://chromium.googlesource.com/chromium/buildtools.git/+log/3275a099f3..73ddd64be6
* src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e4709d134..4aa21e3299
* src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a8c077a658..fc66e396f9
* src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/3bd34f929d..7b30c21c2c
* src/third_party/android_tools: https://chromium.googlesource.com/android_tools.git/+log/ca0bd08387..4a9623af57
* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/664e99a648..6cc352e216
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/14715602e0..af046c52f1
* src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/70dea4270e..c4ccb4b623
* src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/f9e8b42758..c33a5ee8e7
* src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/21d33b1a09..b31896655a
* src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/b512b7250b..29a3411140
* src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/5da404cf35..6fd3c7b6eb
DEPS diff: https://chromium.googlesource.com/chromium/src/+/f93b8b19f2..adf969a7cb/DEPS

Clang version changed 315613:317263
Details: https://chromium.googlesource.com/chromium/src/+/f93b8b19f2..adf969a7cb/tools/clang/scripts/update.py

TBR=phoglund@webrtc.org, sakal@webrtc.org
CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal

Bug: webrtc:8501
Change-Id: I28b0e78748e2441247d7d3b7976eec957ac47726
Reviewed-on: https://webrtc-review.googlesource.com/21400
Commit-Queue: Edward Lemur <ehmaldonado@webrtc.org>
Reviewed-by: Edward Lemur <ehmaldonado@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20603}
3 files changed
tree: 25af52678454372554939c9d43be3449a878a630
  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