aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2017-05-04 14:15:40 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-05-05 14:06:08 +0000
commitce78bad054060c5fac3bd216ee437f6fe34df8b7 (patch)
treeca4f9bb00056b8dd9ff2ed0594c7febe788f7db3 /tools
parent209e4b1b70a5e9c2f504de15f038999ed9ee4ae5 (diff)
header cleanup
Change-Id: I9d93add4e7998d8a1aa37cba9e7829fcbda867d5 Reviewed-on: https://skia-review.googlesource.com/15318 Reviewed-by: Brian Salomon <bsalomon@google.com> Reviewed-by: Ethan Nicholas <ethannicholas@google.com> Commit-Queue: Hal Canary <halcanary@google.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/check-headers-self-sufficient4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/check-headers-self-sufficient b/tools/check-headers-self-sufficient
index 294132ecff..674289b1ad 100755
--- a/tools/check-headers-self-sufficient
+++ b/tools/check-headers-self-sufficient
@@ -33,6 +33,7 @@ public_header_args = [
'-Iinclude/utils',
'-Iinclude/utils/mac',
'-Iinclude/views',
+ '-Ithird_party/vulkan',
]
all_header_args = [
@@ -81,6 +82,7 @@ all_header_args = [
'-Ithird_party/externals/sfntly/cpp/src',
'-Ithird_party/externals/zlib',
'-Ithird_party/gif',
+ '-Ithird_party/vulkan',
]
ignore = [
@@ -91,7 +93,6 @@ ignore = [
'experimental/*',
'include/config/*',
'include/core/SkPostConfig.h',
- 'include/gpu/vk/*',
'include/ports/SkFontMgr_android.h',
'include/ports/SkFontMgr_fontconfig.h',
'include/ports/SkTypeface_win.h',
@@ -105,7 +106,6 @@ ignore = [
'src/core/SkLinearBitmapPipeline.h',
'src/core/SkLinearBitmapPipeline_*.h',
'src/core/SkUnPreMultiplyPriv.h',
- 'src/gpu/vk/*.h',
'src/opts/*_SSE2.h',
'src/opts/*_SSSE3.h',
'src/opts/*_neon.h',