From f452f56021f2f1455a6f556836dc00ddda9114a9 Mon Sep 17 00:00:00 2001 From: Cary Clark Date: Thu, 27 Apr 2017 16:14:47 -0400 Subject: move pdfium skia build forward to match chrome 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 Commit-Queue: Cary Clark --- skia/BUILD.gn | 1 + 1 file changed, 1 insertion(+) (limited to 'skia') 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 = [] -- cgit v1.2.3