Revert "Roll chromium_revision 6fcad09d4a..004f3b4b40 (535596:535645) + sysroot fix"

This reverts commit c9e6a592265dd45a02dcf7b34144733f1a886370.

Reason for revert: arm sysroot not being downloaded for linux arm32 build

Original change's description:
> Roll chromium_revision 6fcad09d4a..004f3b4b40 (535596:535645) + sysroot fix
> 
> Adapt DEPS hooks after the change to install-sysroot.py, the same way it's done in
> https://chromium.googlesource.com/chromium/src/+/a07b9feb203a4f0e1465adbfcd1e9883728b9c8b
> 
> Change log: https://chromium.googlesource.com/chromium/src/+log/6fcad09d4a..004f3b4b40
> Full diff: https://chromium.googlesource.com/chromium/src/+/6fcad09d4a..004f3b4b40
> 
> Changed dependencies:
> * src/base: https://chromium.googlesource.com/chromium/src/base/+log/83ec53d6ec..782ae7073a
> * src/build: https://chromium.googlesource.com/chromium/src/build/+log/03220ef360..c1972dd397
> * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7d3f4563c0..81576293e6
> * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/efea12dde9..e3de125b3f
> * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ffaf09e5ff..54f1b52f74
> DEPS diff: https://chromium.googlesource.com/chromium/src/+/6fcad09d4a..004f3b4b40/DEPS
> 
> No update to Clang.
> 
> BUG=None
> CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal
> 
> No-Try: True
> Change-Id: I8026ac29cf127b863a2d60a36fdcdc7e6311aa45
> Reviewed-on: https://webrtc-review.googlesource.com/50183
> Commit-Queue: Oleh Prypin <oprypin@webrtc.org>
> Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
> Cr-Commit-Position: refs/heads/master@{#21968}

TBR=phoglund@webrtc.org,oprypin@webrtc.org

Change-Id: I7bd3ce6b93e4c5f1e4884dc2bfb5e8b54bac2876
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: None
Cq-Include-Trybots: master.internal.tryserver.corp.webrtc:linux_internal
Reviewed-on: https://webrtc-review.googlesource.com/50340
Reviewed-by: Oleh Prypin <oprypin@webrtc.org>
Commit-Queue: Oleh Prypin <oprypin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21969}
1 file changed
tree: 9140c0b0ed82786dcb7be7a386324d8114eec3d4
  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. .clang-format
  26. .git-blame-ignore-revs
  27. .gitignore
  28. .gn
  29. .vpython
  30. AUTHORS
  31. BUILD.gn
  32. CODE_OF_CONDUCT.md
  33. codereview.settings
  34. common_types.cc
  35. common_types.h
  36. DEPS
  37. LICENSE
  38. license_template.txt
  39. LICENSE_THIRD_PARTY
  40. native-api.md
  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.

Authoritative list of directories that contain the native API header files.

More info