Revert of Roll chromium_revision 581ff14023..8c40265f14 (459789:459958) (patchset #1 id:1 of https://codereview.webrtc.org/2778123002/ )

Reason for revert:
Breaks Linux 32 Release bot: https://build.chromium.org/p/client.webrtc/builders/Linux32%20Release/builds/11373

Original issue's description:
> Roll chromium_revision 581ff14023..8c40265f14 (459789:459958)
>
> Change log: https://chromium.googlesource.com/chromium/src/+log/581ff14023..8c40265f14
> Full diff: https://chromium.googlesource.com/chromium/src/+/581ff14023..8c40265f14
>
> 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..9f91eb223d
> * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f5f17bbe4d..a049c98cf2
> * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/554a1ebbe9..b17e7a51cc
> * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/14e95b4f93..dc25a2f342
> * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/0cfeabf700..ac3c19436e
> * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/0ef14c1d4d..7e2f97c557
> DEPS diff: https://chromium.googlesource.com/chromium/src/+/581ff14023..8c40265f14/DEPS
>
> Clang version changed 296321:298539
> Details: https://chromium.googlesource.com/chromium/src/+/581ff14023..8c40265f14/tools/clang/scripts/update.py
>
> TBR=
> BUG=None
>
> Review-Url: https://codereview.webrtc.org/2778123002
> Cr-Commit-Position: refs/heads/master@{#17404}
> Committed: https://chromium.googlesource.com/external/webrtc/+/974c699d352783092a11f0f5639507749f2a8124

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

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