diff options
author | Mike Reed <reed@google.com> | 2017-10-16 13:56:53 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-10-16 18:08:34 +0000 |
commit | 72b82a8e863da1b369e9f37a9db48103024faf1b (patch) | |
tree | 36cdb12b351d4cbae41d1581c09cc085dad4cc1c | |
parent | 077f6439954cdbb5061a78b59be95ebf2277ac26 (diff) | |
download | pdfium-72b82a8e863da1b369e9f37a9db48103024faf1b.tar.xz |
add codec to header search path
unblocks skia roller, as now some core .cpp files need access to SkCodec.h
Bug:
Change-Id: I0e1375bd167fffbf48b2b27632b213c2e009a868
Reviewed-on: https://pdfium-review.googlesource.com/16090
Commit-Queue: Mike Reed <reed@google.com>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: dsinclair <dsinclair@chromium.org>
-rw-r--r-- | skia/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skia/BUILD.gn b/skia/BUILD.gn index 4e1bde1224..7ca7c19126 100644 --- a/skia/BUILD.gn +++ b/skia/BUILD.gn @@ -23,6 +23,7 @@ config("skia_config") { "config", "ext", "//third_party/skia/include/c", + "//third_party/skia/include/codec", "//third_party/skia/include/config", "//third_party/skia/include/core", "//third_party/skia/include/effects", |