summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCary Clark <caryclark@google.com>2017-04-27 16:14:47 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-04-27 21:05:19 +0000
commitf452f56021f2f1455a6f556836dc00ddda9114a9 (patch)
treefe5c14e48840d927aefbc4c1dd5bcc04209e8f60
parent6e72b2ecdb95f000dede3c80e0c32496c0b27a18 (diff)
downloadpdfium-chromium/3083.tar.xz
move pdfium skia build forward to match chromechromium/3083
see https://codereview.chromium.org/2843823003/ skia is relying on vulkan in ToT so add that to pdfium's BUILD.gn. Even if pdfium's skia DEPS doesn't have third_pary/vulkan, no one seems to mind that the include directory doesn't exist. R=dsinclair@chromium.org Change-Id: I1363f158755caa5e45031c84c1687134096b3ba2 Reviewed-on: https://pdfium-review.googlesource.com/4570 Reviewed-by: dsinclair <dsinclair@chromium.org> Commit-Queue: 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 d4a837191d..0760246f46 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -33,6 +33,7 @@ config("skia_config") {
"//third_party/skia/include/pipe",
"//third_party/skia/include/ports",
"//third_party/skia/include/utils",
+ "//third_party/skia/third_party/vulkan",
]
defines = []