summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Anderson <thomasanderson@chromium.org>2018-03-21 03:56:15 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-03-21 03:56:15 +0000
commitda89ac4c49013ce8d2d1d81e389cd37c0ee2ef27 (patch)
tree04d2b1c8700b9455f48354b2a8cb1c3eb0293f3b
parent40d37b1a8077031a078b374eaf6644d89e506d23 (diff)
downloadpdfium-da89ac4c49013ce8d2d1d81e389cd37c0ee2ef27.tar.xz
Remove thin_archive config from complete static libraries
Following CL [1], it is required to remove the thin_archive config everywhere complete_static_lib is set. [1] https://chromium-review.googlesource.com/c/chromium/src/+/954344 BUG=chromium:801925 R=thestig Change-Id: Ia142aa65c375f0ab42346599d07167c38332c357 Reviewed-on: https://pdfium-review.googlesource.com/28890 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org>
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 479971db85..28d4a9c531 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -230,6 +230,7 @@ jumbo_static_library("pdfium") {
if (pdf_is_complete_lib) {
complete_static_lib = true
+ configs -= [ "//build/config/compiler:thin_archive" ]
}
}