From c6023a669172543834288ff1a5e105014b2e6aa4 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Fri, 25 Oct 2019 13:37:27 -0400 Subject: [PATCH] Roll src/third_party/skia a7f3157ac012..d0a404e84d47 (6 commits) (#13356) https://skia.googlesource.com/skia.git/+log/a7f3157ac012..d0a404e84d47 git log a7f3157ac012..d0a404e84d47 --date=short --no-merges --format='%ad %ae %s' 2019-10-25 herb@google.com Introduce FitsInAtlas 2019-10-25 bungeman@google.com HarfBuzz reports y-up, convert to y-down. 2019-10-25 halcanary@google.com Upload text blob traces as assets for the bots 2019-10-25 rmistry@google.com Remove Perf LottieWeb_Canvas CPU/GPU bots 2019-10-25 rmistry@google.com Move SkottieWASM/LottieWeb* GPU bots to Golo 2019-10-25 halcanary@google.com nanobench: option to execute directory of TextBlobTraces as benches Created with: gclient setdep -r src/third_party/skia@d0a404e84d47 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-flutter-autoroll Please CC michaelludwig@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None TBR=michaelludwig@google.com --- DEPS | 2 +- ci/licenses_golden/licenses_skia | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 1f01c502f..bfac05c1d 100644 --- a/DEPS +++ b/DEPS @@ -26,7 +26,7 @@ vars = { 'skia_git': 'https://skia.googlesource.com', # OCMock is for testing only so there is no google clone 'ocmock_git': 'https://github.com/erikdoe/ocmock.git', - 'skia_revision': 'a7f3157ac0125701653b8f36becd36b2886b70c7', + 'skia_revision': 'd0a404e84d4708a5e38ab653f221bace98778553', # When updating the Dart revision, ensure that all entries that are # dependencies of Dart are also updated to match the entries in the diff --git a/ci/licenses_golden/licenses_skia b/ci/licenses_golden/licenses_skia index 3f4c7e889..507818642 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: 7bc14e943ca1c0d88be22579aaabb533 +Signature: 2a796bbfe486471b01903a5231fe0f44 UNUSED LICENSES: @@ -1354,6 +1354,7 @@ FILE: ../../../third_party/skia/infra/bots/assets/skimage/VERSION FILE: ../../../third_party/skia/infra/bots/assets/skp/VERSION FILE: ../../../third_party/skia/infra/bots/assets/skparagraph/VERSION FILE: ../../../third_party/skia/infra/bots/assets/svg/VERSION +FILE: ../../../third_party/skia/infra/bots/assets/text_blob_traces/VERSION FILE: ../../../third_party/skia/infra/bots/assets/valgrind/VERSION FILE: ../../../third_party/skia/infra/bots/assets/win_ninja/VERSION FILE: ../../../third_party/skia/infra/bots/assets/win_toolchain/VERSION @@ -3908,6 +3909,7 @@ ORIGIN: ../../../third_party/skia/bench/ParagraphBench.cpp + ../../../third_part TYPE: LicenseType.bsd FILE: ../../../third_party/skia/bench/ParagraphBench.cpp FILE: ../../../third_party/skia/bench/ShaperBench.cpp +FILE: ../../../third_party/skia/bench/SkGlyphCacheBench.h FILE: ../../../third_party/skia/docs/examples/Alpha_Constants_a.cpp FILE: ../../../third_party/skia/docs/examples/Alpha_Constants_b.cpp FILE: ../../../third_party/skia/docs/examples/Alpha_Type_Opaque.cpp -- GitLab