John Budorick 33503d9c9c Fix libyuv deps autoroll and roll chromium deps.
This includes:
  - fixing a handrolled raw exec-based DEPS parser that was failing
    to parse Str, similar to crbug.com/1106435.
  - rolling chromium forward by nearly a year. (The last roll that
    landed was crrev.com/c/1797295). This required a bunch of changes in
    order to be able to successfully sync, run gn, and compile:
    - switching the mirrors for three repositories to match chromium,
      which switched in crrev.com/c/2062580.
    - making libyuv write an empty gclient_args file
    - adding a few build_override gn arguments
    - adding nasm as a deps entry, as it's now required by libjpeg_turbo
    - android:
      - adding jdk, libunwindstack, and turbine
      - rolling the android sdk
      - rolling bazel and r8
      - rolling the cipd packages managed by third_party/android_deps
      - adding six and requests to .vpython for the test runner
      - switching to memcpy in a few places to avoid SIGBUS errors on
        arm due to unaligned reads
    - linux:
      - checking out instrumented libraries for msan (including adding
        depot_tools to deps for the hook)
    - mac:
      - adding mac_xcode_version to gclient_gn_args
    - win:
      - limit mac_toolchain to checkout_mac

Bug: 1063768, 1097306
Change-Id: Idd86fffcdac174fd2f7899243a56af4f1ed8077e
Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/2384320
Reviewed-by: Frank Barchard <fbarchard@chromium.org>
Reviewed-by: Mirko Bonadei <mbonadei@chromium.org>
Commit-Queue: Mirko Bonadei <mbonadei@chromium.org>
2020-09-15 06:21:24 +00:00
..
compare_common.cc add const to casts 2018-04-13 22:52:52 +00:00
compare_gcc.cc Lint cleanup after C99 change CL 2018-01-24 19:16:03 +00:00
compare_mmi.cc MMI ifdef guards and add source to various build files. 2018-08-03 18:37:23 +00:00
compare_msa.cc use unix line endings 2018-06-20 23:19:59 +00:00
compare_neon64.cc Upstream all libyuv changes to version 1746 Prefetch for all arm functions - helps performance at higher resolutions Make MirrorPlane function public. 2020-03-21 20:19:44 +00:00
compare_neon.cc Lint cleanup after C99 change CL 2018-01-24 19:16:03 +00:00
compare_win.cc Lint cleanup after C99 change CL 2018-01-24 19:16:03 +00:00
compare.cc Move init process of msa after mmi. 2020-04-28 11:01:51 +00:00
convert_argb.cc Remove M420 and refactor NV12ToI420 2020-05-26 18:48:00 +00:00
convert_from_argb.cc Refine conditional compilation for MSA and MMI. 2020-04-29 19:13:23 +00:00
convert_from.cc Remove M420 and refactor NV12ToI420 2020-05-26 18:48:00 +00:00
convert_jpeg.cc Add commment for jpeg parameters. 2018-11-01 18:18:50 +00:00
convert_to_argb.cc Remove M420 and refactor NV12ToI420 2020-05-26 18:48:00 +00:00
convert_to_i420.cc Remove M420 and refactor NV12ToI420 2020-05-26 18:48:00 +00:00
convert.cc Optimze ABGRToI420 for AVX2 2020-06-04 18:24:45 +00:00
cpu_id.cc Add unittest TestLinuxMipsMsaMmi. 2020-04-16 19:51:27 +00:00
mjpeg_decoder.cc Fix for jpeg to allow fuzz 2019-10-28 23:35:13 +00:00
mjpeg_validate.cc Update to r1732 for more robust jpeg 2019-07-01 22:32:36 +00:00
planar_functions.cc Add MirrorUVRow_MSA. 2020-06-04 04:12:24 +00:00
rotate_any.cc Restore the file mode for source files 2018-08-06 18:53:32 +00:00
rotate_argb.cc NV12Mirror and MirrorUVPlane functions added 2020-05-04 22:32:14 +00:00
rotate_common.cc Switch to C99 types 2018-01-23 19:16:05 +00:00
rotate_gcc.cc Switch to C99 types 2018-01-23 19:16:05 +00:00
rotate_mmi.cc MMI ifdef guards and add source to various build files. 2018-08-03 18:37:23 +00:00
rotate_msa.cc Switch to C99 types 2018-01-23 19:16:05 +00:00
rotate_neon64.cc Upstream all libyuv changes to version 1746 Prefetch for all arm functions - helps performance at higher resolutions Make MirrorPlane function public. 2020-03-21 20:19:44 +00:00
rotate_neon.cc Switch to C99 types 2018-01-23 19:16:05 +00:00
rotate_win.cc Switch to C99 types 2018-01-23 19:16:05 +00:00
rotate.cc NV12Mirror and MirrorUVPlane functions added 2020-05-04 22:32:14 +00:00
row_any.cc ARGBToI420 MMI and MSA version match C. 2020-06-04 04:51:05 +00:00
row_common.cc Fix libyuv deps autoroll and roll chromium deps. 2020-09-15 06:21:24 +00:00
row_gcc.cc Rollback of ARGBAttentuate 2020-07-13 21:55:13 +00:00
row_mmi.cc ARGBToJ420 MMI and MSA version match C. 2020-07-22 20:17:39 +00:00
row_msa.cc Fix failed unittest TestARGBQuantize. 2020-08-17 17:26:09 +00:00
row_neon64.cc Remove unnecessary include of convert_argb 2020-05-28 18:58:37 +00:00
row_neon.cc Optimze ABGRToI420 for AVX2 2020-06-04 18:24:45 +00:00
row_win.cc Rollback of ARGBAttentuate 2020-07-13 21:55:13 +00:00
scale_any.cc MMI Optimized functions I422ToARGB for 1080p video 2019-09-11 21:06:21 +00:00
scale_argb.cc Move init process of msa after mmi. 2020-04-28 11:01:51 +00:00
scale_common.cc Move init process of msa after mmi. 2020-04-28 11:01:51 +00:00
scale_gcc.cc Add AYUVToNV12 and NV21ToNV12 2019-04-12 17:48:45 +00:00
scale_mmi.cc MMI Optimized functions I422ToARGB for 1080p video 2019-09-11 21:06:21 +00:00
scale_msa.cc Switch to C99 types 2018-01-23 19:16:05 +00:00
scale_neon64.cc Upstream all libyuv changes to version 1746 Prefetch for all arm functions - helps performance at higher resolutions Make MirrorPlane function public. 2020-03-21 20:19:44 +00:00
scale_neon.cc Add AYUVToNV12 and NV21ToNV12 2019-04-12 17:48:45 +00:00
scale_win.cc Switch to C99 types 2018-01-23 19:16:05 +00:00
scale.cc Move init process of msa after mmi. 2020-04-28 11:01:51 +00:00
test.sh Optimze ABGRToI420 for AVX2 2020-06-04 18:24:45 +00:00
video_common.cc Lint cleanup after C99 change CL 2018-01-24 19:16:03 +00:00