Roll external/skia 1958fbbcf..ba41df7c6 (21 commits)

https://skia.googlesource.com/skia.git/+log/1958fbbcf..ba41df7c6

2019-06-27 mtklein@google.com disable SkVM JIT on Android
2019-06-27 mtklein@google.com implement Op::bytes with NEON tbl
2019-06-27 mtklein@google.com roll ANGLE to a9dfb3ba5db1751e51d603ce32f1c7c28a1df6c6
2019-06-27 mtklein@google.com simplify nibble_to_vpshufb
2019-06-27 egdaniel@google.com Reland "Refactor of GrGLCaps to move some code around."
2019-06-27 csmartdalton@google.com Track if we need stencil on GrRenderTargetContext
2019-06-27 michaelludwig@google.com Add generic texture op factory.
2019-06-27 mtklein@google.com aarch64 JIT first pass
2019-06-27 borenet@google.com [infra] Use Swarming task ID for logdog URL
2019-06-27 egdaniel@google.com Revert "Refactor of GrGLCaps to move some code around."
2019-06-27 mtklein@google.com steady clock is probably best
2019-06-27 borenet@google.com [infra] Trim down isolate for recipe bundle
2019-06-27 egdaniel@google.com Refactor of GrGLCaps to move some code around.
2019-06-27 jvanverth@google.com Check for too-small ovals when deciding on using GrCircleOp
2019-06-27 michaelludwig@google.com Separate src coordinates from domain rect in texture op.
2019-06-27 bungeman@google.com Fix argument order dependency when creating HBBlob.
2019-06-27 bsalomon@google.com Reland "Reland "Separate compressed and uncompressed texture functions""
2019-06-27 fmalita@chromium.org [skottie] Handle empty lines in Shaper
2019-06-27 egdaniel@google.com Disable texturing and rendering to F32 pixel configs.
2019-06-27 mtklein@google.com slight speedup for hsw::blit_row_s32a_opaque
2019-06-27 michaelludwig@google.com Reland "Replace GrQuadList with variable-length quad buffer"

The AutoRoll server is located here: https://autoroll-internal.skia.org/r/android-master-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

Test: Presubmit checks will test this change.
Change-Id: Ie5070f5a5f9896b411e76a84363e184dc0762449
Exempt-From-Owner-Approval: The autoroll bot does not require owner approval.
diff --git a/Android.bp b/Android.bp
index 6a51ddd..04b2f5f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1534,8 +1534,8 @@
         "tests/GrOpListFlushTest.cpp",
         "tests/GrPipelineDynamicStateTest.cpp",
         "tests/GrPorterDuffTest.cpp",
+        "tests/GrQuadBufferTest.cpp",
         "tests/GrQuadCropTest.cpp",
-        "tests/GrQuadListTest.cpp",
         "tests/GrShapeTest.cpp",
         "tests/GrSurfaceTest.cpp",
         "tests/GrTRecorderTest.cpp",