aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/core.gni
diff options
context:
space:
mode:
authorGravatar Ben Wagner <bungeman@google.com>2018-05-22 18:07:44 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-05-25 15:02:52 +0000
commit6c8ad116d460fe892fff77b8f80e284e3487d59d (patch)
tree9590a054db35e4cad4c9964fd2ee67b8c06b5bab /gn/core.gni
parent869433fa113d1573d5d91fcafdca413b247ce1b0 (diff)
find_headers.py to better find headers.
The find_headers.py script claims to "recursively search each include directory for headers" but the recursive part has been left out. This changes find_headers to instead find all the sources which are in public include directories and list them with the shortest possible path. This removes the need for a blacklist and also handles includes in subdirectories of public include directories. Change-Id: Ib59256a2059d37d4459686c421923207ac7acf38 Reviewed-on: https://skia-review.googlesource.com/129660 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Ben Wagner <bungeman@google.com>
Diffstat (limited to 'gn/core.gni')
-rw-r--r--gn/core.gni1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/core.gni b/gn/core.gni
index 5aca52cc98..19dbcf42d0 100644
--- a/gn/core.gni
+++ b/gn/core.gni
@@ -392,6 +392,7 @@ skia_core_sources = [
"$_include/core/SkData.h",
"$_include/core/SkDeferredDisplayListRecorder.h",
"$_include/core/SkDeque.h",
+ "$_include/core/SkDocument.h",
"$_include/core/SkDrawable.h",
"$_include/core/SkDrawFilter.h",
"$_include/core/SkDrawLooper.h",