Roll src/third_party/skia 917d35683873..7e2c0614a2fd (16 commits)
With a manual fixup to :skia_test_fonts for fuzzers. https://skia.googlesource.com/skia.git/+log/917d35683873..7e2c0614a2fd git log 917d35683873..7e2c0614a2fd --date=short --no-merges --format='%ad %ae %s' 2019-03-20 brianosman@google.com Remove spurious ';' 2019-03-20 mtklein@google.com de-Sk tools/trace 2019-03-20 mtklein@google.com de-Sk tools/debugger 2019-03-20 mtklein@google.com SkAnimTimer -> AnimTimer 2019-03-20 mtklein@google.com fold sk_pixel_iter.h into ToolUtils 2019-03-20 mtklein@google.com sk_tool_utils -> ToolUtils, and git clang-format 2019-03-20 rmistry@google.com Add ability to skip adb binary push 2019-03-20 mtklein@google.com de-Sk tools/font, and git clang-format 2019-03-20 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 6ce1be5a5a53..a532570a09b8 (4 commits) 2019-03-20 mtklein@google.com remove Sk prefix from CommandLineFlags 2019-03-20 mtklein@google.com upgrade clang_linux to LLVM 8 2019-03-20 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 5851ef46d285..00ba176c0c40 (1 commits) 2019-03-20 ethannicholas@google.com Revert "Revert "more relaxed precision decorations for SPIR-V output"" 2019-03-20 jvanverth@google.com Tweaks to Metal pipeline state. 2019-03-20 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 3e485a4f3ec8..5851ef46d285 (1 commits) 2019-03-20 kjlubick@google.com Make ios actually fail Created with: gclient setdep -r src/third_party/skia@7e2c0614a2fd The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=brianosman@chromium.org Change-Id: I3af59bce0c59aad57d22c635da76d76ec5e6ce36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1532504 Commit-Queue: Mike Klein <mtklein@chromium.org> Reviewed-by: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#642679}
This commit is contained in:

committed by
Commit Bot

parent
0cfbf4a577
commit
127c1d81f4
2
DEPS
2
DEPS
@ -129,7 +129,7 @@ vars = {
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling Skia
|
||||
# and whatever else without interference from each other.
|
||||
'skia_revision': '917d3568387349c2789e2cac9badf8eeccb3a83a',
|
||||
'skia_revision': '7e2c0614a2fd08e418b789939dfdad9b76e70fa7',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling V8
|
||||
# and whatever else without interference from each other.
|
||||
|
@ -48,9 +48,9 @@ if (is_win && use_libfuzzer) {
|
||||
|
||||
static_library("skia_test_fonts") {
|
||||
sources = [
|
||||
"//third_party/skia/tools/fonts/SkTestFontMgr.cpp",
|
||||
"//third_party/skia/tools/fonts/SkTestSVGTypeface.cpp",
|
||||
"//third_party/skia/tools/fonts/SkTestTypeface.cpp",
|
||||
"//third_party/skia/tools/fonts/TestFontMgr.cpp",
|
||||
"//third_party/skia/tools/fonts/TestSVGTypeface.cpp",
|
||||
"//third_party/skia/tools/fonts/TestTypeface.cpp",
|
||||
]
|
||||
configs += [ "//skia:skia_library_config" ]
|
||||
|
||||
|
Reference in New Issue
Block a user