diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2021-01-18 19:38:03 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2021-03-03 11:07:37 +0100 |
commit | ad8bff9d2625524999871ace65cfe0382f991f24 (patch) | |
tree | 0a25e06eb0fbc81467c8f7b1f36ca324b9313e9b /bin | |
parent | d4159496056741302718ac1e85f450985fd11580 (diff) |
update Skia to chrome/m90
Including chrome/m89, which wasn't included before because of
tdf#140023.
Change-Id: I64f1de8e10eab2d92a9383ce8104be5afca40101
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111792
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/update_pch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/update_pch b/bin/update_pch index dca39eac8bea..d72509007e28 100755 --- a/bin/update_pch +++ b/bin/update_pch @@ -474,6 +474,7 @@ def filter_ignore(line, module): 'src/sksl/SkSLCPP.h', 'src/gpu/vk/GrVkAMDMemoryAllocator.h', 'src/gpu/GrUtil.h', + 'src/sksl/dsl/', ] for i in ignore_list: |