Revert of Roll chromium_revision 496a750d38..70957b2671 (447619:448581) (patchset #1 id:1 of https://codereview.webrtc.org/2683593002/ )

Reason for revert:
Breaks internal projects.

Original issue's description:
> Roll chromium_revision 496a750d38..70957b2671 (447619:448581)
>
> Change log: https://chromium.googlesource.com/chromium/src/+log/496a750d38..70957b2671
> Full diff: https://chromium.googlesource.com/chromium/src/+/496a750d38..70957b2671
>
> Changed dependencies:
> * src/base: https://chromium.googlesource.com/chromium/src/base/+log/32f2a4543f..3a1e5145d5
> * src/build: https://chromium.googlesource.com/chromium/src/build/+log/337c73855e..a5b79d9869
> * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/6b87d69c72..533d4812cc
> * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/04c1f97a2d..908af2e604
> * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/c9a58f7ae6..8694363380
> * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/358baeb9a4..3f2611a98f
> * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/a801abb6bc..df67b47911
> * src/third_party/gtest-parallel: https://chromium.googlesource.com/external/webrtc/deps/third_party/gtest-parallel/+log/8768563f5c..e281b59a8e
> * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/llvm/lib/Fuzzer.git/+log/78ee52d0c6..64bdf91585
> * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d4ba547dba..9491f0f1c7
> DEPS diff: https://chromium.googlesource.com/chromium/src/+/496a750d38..70957b2671/DEPS
>
> No update to Clang.
>
> TBR=
> BUG=None
>
> Review-Url: https://codereview.webrtc.org/2683593002
> Cr-Commit-Position: refs/heads/master@{#16466}
> Committed: https://chromium.googlesource.com/external/webrtc/+/040f5cc5d740df43c3e5ec21f5c5a21e9e695f03

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/2680743003
Cr-Commit-Position: refs/heads/master@{#16468}
1 file changed
tree: 45c08da4915f59ab36d808240fcb5b4fc5105adf
  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