Remove SkiaPaths
Removes the "pdf_use_skia_paths" GN arg, and any other remaining
references to SkiaPaths.
Fixed: pdfium:1941
Change-Id: Ie46d84067277979d750265ae48ffd86ca90e035a
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/101811
Reviewed-by: Nigi <nigi@chromium.org>
Commit-Queue: K. Moon <kmoon@chromium.org>
diff --git a/fpdfsdk/BUILD.gn b/fpdfsdk/BUILD.gn
index a1fc16b..b97d881 100644
--- a/fpdfsdk/BUILD.gn
+++ b/fpdfsdk/BUILD.gn
@@ -98,7 +98,7 @@
allow_circular_includes_from += [ "fpdfxfa" ]
}
- if (pdf_use_skia || pdf_use_skia_paths) {
+ if (pdf_use_skia) {
deps += [ "//skia" ]
}
}
@@ -163,7 +163,7 @@
]
pdfium_root_dir = "../"
- if (pdf_use_skia || pdf_use_skia_paths) {
+ if (pdf_use_skia) {
deps += [ "//skia" ]
}
}