Revert of Roll chromium_revision 581ff14023..f9df31e030 (459789:459841) (patchset #1 id:1 of https://codereview.webrtc.org/2782453002/ )

Reason for revert:
Trying to solve the buildbot failure on Linux32

Original issue's description:
> Roll chromium_revision 581ff14023..f9df31e030 (459789:459841)
>
> Change log: https://chromium.googlesource.com/chromium/src/+log/581ff14023..f9df31e030
> Full diff: https://chromium.googlesource.com/chromium/src/+/581ff14023..f9df31e030
>
> Changed dependencies:
> * src/base: https://chromium.googlesource.com/chromium/src/base/+log/52145f4993..3ad1bac16e
> * src/build: https://chromium.googlesource.com/chromium/src/build/+log/55558c4eb0..e4011c8550
> * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f5f17bbe4d..234a97e548
> * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/554a1ebbe9..1c079dcd09
> * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/14e95b4f93..746c09879d
> * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/0cfeabf700..052c435e50
> * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/0ef14c1d4d..35a14c7aa7
> DEPS diff: https://chromium.googlesource.com/chromium/src/+/581ff14023..f9df31e030/DEPS
>
> Clang version changed 296321:298539
> Details: https://chromium.googlesource.com/chromium/src/+/581ff14023..f9df31e030/tools/clang/scripts/update.py
>
> TBR=
> BUG=None
>
> Review-Url: https://codereview.webrtc.org/2782453002
> Cr-Commit-Position: refs/heads/master@{#17398}
> Committed: https://chromium.googlesource.com/external/webrtc/+/488b85e502e150c4dcfa64452af2873ea1163c6f

TBR=buildbot@webrtc.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=None

Review-Url: https://codereview.webrtc.org/2781743002
Cr-Commit-Position: refs/heads/master@{#17402}
1 file changed
tree: f8fc442a79d2d65a0bfe1bd9bd36626a8c2836b5
  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.

Development

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

More info