summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorethannicholas <ethannicholas@google.com>2016-10-12 13:08:18 -0700
committerCommit bot <commit-bot@chromium.org>2016-10-12 13:08:18 -0700
commit52ef14e8911f0502b251d1f2ea205f17565a2440 (patch)
tree425bb6f8c30bb59b08e6da5564feeeff54196d3c
parent798e18f5e5cfb672c7f3186f6358b84c5ff7785b (diff)
downloadpdfium-52ef14e8911f0502b251d1f2ea205f17565a2440.tar.xz
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
-rw-r--r--skia/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
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",