summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorin Malita <fmalita@chromium.org>2017-05-25 16:35:02 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-05-26 17:24:51 +0000
commit05f3359d0e74f6450c3f8d6e9a7b854ba2d35ac8 (patch)
treee7288c303e6253288e65decb60934892870fd5f2
parent864e9fb67f42186ce24d9bf09e643c85ff89a175 (diff)
downloadpdfium-05f3359d0e74f6450c3f8d6e9a7b854ba2d35ac8.tar.xz
Add include dir for new Skia shaders location
To unblock the roll after https://skia-review.googlesource.com/17927 Change-Id: Iba11a5aa2d0994861e976211f6350c1083d7c6b7 Reviewed-on: https://pdfium-review.googlesource.com/5990 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Reviewed-by: Cary Clark <caryclark@google.com>
-rw-r--r--skia/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index 9f60fcdc1e..0478695974 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -89,6 +89,7 @@ config("skia_library_config") {
"//third_party/skia/src/pdf",
"//third_party/skia/src/ports",
"//third_party/skia/src/sfnt",
+ "//third_party/skia/src/shaders",
"//third_party/skia/src/sksl",
"//third_party/skia/src/utils",
"//third_party/skia/src/lazy",