summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2021-04-08 18:32:46 +0200
committerLuboš Luňák <l.lunak@collabora.com>2021-04-12 15:04:59 +0200
commitf0ef4e6b83f5ad3b916c42682561b86ddd485f0d (patch)
tree16c51ead021de6d4ff21b668b031f788f34e34ee /bin
parent7ef44142086670160756705368339a989828653a (diff)
update Skia to chrome/m91
Change-Id: I82050e9695b9aa49c33ee16d345bb64595b00bbc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113978 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/update_pch3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/update_pch b/bin/update_pch
index e47a97994bb2..a20c85f88f36 100755
--- a/bin/update_pch
+++ b/bin/update_pch
@@ -474,7 +474,8 @@ def filter_ignore(line, module):
'src/sksl/SkSLCPP.h',
'src/gpu/vk/GrVkAMDMemoryAllocator.h',
'src/gpu/GrUtil.h',
- 'src/sksl/dsl/',
+ 'src/sksl/dsl/', # conflict between SkSL::Expression and SkSL::dsl::Expression
+ 'include/sksl/',
]
for i in ignore_list: