Commit 7676ec12 by Jamie Madill Committed by Commit Bot

Remove zlib from export_target exceptions.

Note: contrib/optimizations/slide_hash_neon.h is inside zlib. It is conditionally included which is why it needs to be in the exceptions. Bug: chromium:1032721 Change-Id: I1da8bb2b12cfe44fca7ce8a423aa33c5e964f05f Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2419043 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarJonah Ryan-Davis <jonahr@google.com>
parent 6d1bf2b4
...@@ -185,6 +185,7 @@ IGNORED_INCLUDES = { ...@@ -185,6 +185,7 @@ IGNORED_INCLUDES = {
b'compiler/translator/TranslatorHLSL.h', b'compiler/translator/TranslatorHLSL.h',
b'compiler/translator/TranslatorMetal.h', b'compiler/translator/TranslatorMetal.h',
b'compiler/translator/TranslatorVulkan.h', b'compiler/translator/TranslatorVulkan.h',
b'contrib/optimizations/slide_hash_neon.h',
b'dirent_on_windows.h', b'dirent_on_windows.h',
b'kernel/image.h', b'kernel/image.h',
b'libANGLE/renderer/d3d/d3d11/winrt/NativeWindow11WinRT.h', b'libANGLE/renderer/d3d/d3d11/winrt/NativeWindow11WinRT.h',
...@@ -244,7 +245,6 @@ IGNORED_INCLUDE_PREFIXES = { ...@@ -244,7 +245,6 @@ IGNORED_INCLUDE_PREFIXES = {
IGNORED_DIRECTORIES = { IGNORED_DIRECTORIES = {
'//buildtools/third_party/libc++', '//buildtools/third_party/libc++',
'//third_party/SwiftShader', '//third_party/SwiftShader',
'//third_party/zlib',
} }
def has_all_includes(target_name: str, descs: dict) -> bool: def has_all_includes(target_name: str, descs: dict) -> bool:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment