Remove outdated third_party/freetype-android reference.
The FreeType libraries used in Chromium were unified several years ago,
so there no longer exists a freetype-android directory. Chromium renamed
their skia/BUILD.gn reference in https://crrev.com/454855, and
eventually unified their Skia to freetype dependency over time.
Sync up with Chromium's changes and delete this outdated entry.
Bug: pdfium:1832
Change-Id: Ie8c30a8d3536244c84d733aeac11f44943a0449b
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/93950
Reviewed-by: Nigi <nigi@chromium.org>
Commit-Queue: Nigi <nigi@chromium.org>
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index e3fb3cd..1d08ec7 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -361,7 +361,6 @@
deps += [
"//third_party/android_sdk:cpu_features",
"//third_party/expat",
- "//third_party/freetype-android:freetype",
]
}