diff options
Diffstat (limited to 'bin/update_pch')
-rwxr-xr-x | bin/update_pch | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/update_pch b/bin/update_pch index a20c85f88f36..e47a97994bb2 100755 --- a/bin/update_pch +++ b/bin/update_pch @@ -474,8 +474,7 @@ def filter_ignore(line, module): 'src/sksl/SkSLCPP.h', 'src/gpu/vk/GrVkAMDMemoryAllocator.h', 'src/gpu/GrUtil.h', - 'src/sksl/dsl/', # conflict between SkSL::Expression and SkSL::dsl::Expression - 'include/sksl/', + 'src/sksl/dsl/', ] for i in ignore_list: |