summaryrefslogtreecommitdiff
path: root/samples/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'samples/BUILD.gn')
-rw-r--r--samples/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/BUILD.gn b/samples/BUILD.gn
index c2d6eef7d2..b66554d600 100644
--- a/samples/BUILD.gn
+++ b/samples/BUILD.gn
@@ -60,7 +60,7 @@ executable("pdfium_test") {
]
configs += [ "//v8:external_startup_data" ]
}
- if (pdf_use_skia) {
+ if (pdf_use_skia || pdf_use_skia_paths) {
deps += [ "//skia" ]
}
configs += [ ":pdfium_samples_config" ]