From 72b82a8e863da1b369e9f37a9db48103024faf1b Mon Sep 17 00:00:00 2001 From: Mike Reed Date: Mon, 16 Oct 2017 13:56:53 -0400 Subject: 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 Commit-Queue: dsinclair Reviewed-by: dsinclair --- skia/BUILD.gn | 1 + 1 file changed, 1 insertion(+) 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", -- cgit v1.2.3