From 52ef14e8911f0502b251d1f2ea205f17565a2440 Mon Sep 17 00:00:00 2001 From: ethannicholas Date: Wed, 12 Oct 2016 13:08:18 -0700 Subject: added SkSL to Skia build This fixes a pfdium build error when using the Skia backend, due to new Skia files which are not being properly included in the pdfium build. Review-Url: https://codereview.chromium.org/2403863002 --- skia/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/skia/BUILD.gn b/skia/BUILD.gn index 43342b61a1..178b6945b4 100644 --- a/skia/BUILD.gn +++ b/skia/BUILD.gn @@ -80,6 +80,7 @@ config("skia_library_config") { "//third_party/skia/src/pdf", "//third_party/skia/src/ports", "//third_party/skia/src/sfnt", + "//third_party/skia/src/sksl", "//third_party/skia/src/utils", "//third_party/skia/src/lazy", ] @@ -173,6 +174,7 @@ component("skia") { # The skia gypi values are relative to the skia_dir, so we need to rebase. sources += skia_core_sources sources += skia_effects_sources + sources += skia_sksl_sources sources += skia_utils_sources sources += [ "//third_party/skia/src/fonts/SkFontMgr_indirect.cpp", -- cgit v1.2.3