Index: skia/BUILD.gn |
diff --git a/skia/BUILD.gn b/skia/BUILD.gn |
index 5fd3cae06e88892069f98a1b9d03bb7a14f9a246..e3601f18003c09d88e1d61446d0ce6c758022aa1 100644 |
--- a/skia/BUILD.gn |
+++ b/skia/BUILD.gn |
@@ -491,6 +491,8 @@ component("skia") { |
if (skia_support_pdf) { |
deps += [ "//third_party/sfntly" ] |
sources += gypi_skia_pdf.sources |
+ } else { |
+ sources += [ "//third_party/skia/src/pdf/SkDocument_PDF_None.cpp" ] |
} |
if (is_android && !is_debug) { |