diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/update_pch | 3 |
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: |