commit | 22b07cad32cdb653ce046f69df56371693cd8297 | [log] [tgz] |
---|---|---|
author | Lei Zhang <thestig@chromium.org> | Tue Aug 01 21:30:04 2023 +0000 |
committer | Pdfium LUCI CQ <pdfium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 01 21:30:04 2023 +0000 |
tree | 4d033f50d534cee28bcb74bcff19f36e78ad8f8c | |
parent | 11e639bc8051ed20a24a10cd8a64c78ed2f109f2 [diff] |
Remove //third_party:third_party target Nothing depends on this target. Change-Id: If515e74865c57a3eaed16ef9972a967600f0d176 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/110730 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
diff --git a/third_party/BUILD.gn b/third_party/BUILD.gn index 07a1917..778b131 100644 --- a/third_party/BUILD.gn +++ b/third_party/BUILD.gn
@@ -8,13 +8,6 @@ import("//build_overrides/build.gni") import("../pdfium.gni") -group("third_party") { - deps = [ ":pdfium_base" ] - if (pdf_bundle_freetype) { - deps += [ ":fx_freetype" ] - } -} - config("pdfium_third_party_config") { configs = [ "..:pdfium_common_config",