summaryrefslogtreecommitdiff
path: root/bin/update_pch
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2019-10-17 15:56:46 +0200
committerLuboš Luňák <l.lunak@collabora.com>2019-11-27 09:55:09 +0100
commit7d3c4e89b642ff464dd1e2fd5ae188d35a625648 (patch)
tree18b637f8db218d9f2f3200bb0d89e898dfd887bc /bin/update_pch
parent00dfb826d5e03d1c436b0573e4cc531d1021a8a7 (diff)
update PCH for Skia
Change-Id: Iece4d90774890576bd3d84ed2218de56def96077
Diffstat (limited to 'bin/update_pch')
-rwxr-xr-xbin/update_pch13
1 files changed, 12 insertions, 1 deletions
diff --git a/bin/update_pch b/bin/update_pch
index 31fcadae763d..10537d75e676 100755
--- a/bin/update_pch
+++ b/bin/update_pch
@@ -449,9 +449,20 @@ def filter_ignore(line, module):
'dirent.h', # unix-specific
'pthread.h',
'unistd.h',
+ 'sys/stat.h',
'ft2build.h',
'fontconfig/fontconfig.h',
- 'GL/glx.h'
+ 'GL/glx.h',
+ 'src/Transform_inl.h',
+ 'src/c/sk_c_from_to.h',
+ 'src/c/sk_types_priv.h',
+ 'src/core/SkBlitBWMaskTemplate.h',
+ 'src/sfnt/SkSFNTHeader.h',
+ 'src/opts/',
+ 'src/core/SkCubicSolver.h',
+ 'src/sksl/SkSLCPP.h',
+ 'src/gpu/vk/GrVkAMDMemoryAllocator.h',
+ 'src/gpu/GrUtil.h'
]
for i in ignore_list: