diff options
author | Tom Anderson <thomasanderson@chromium.org> | 2018-03-21 03:56:15 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-03-21 03:56:15 +0000 |
commit | da89ac4c49013ce8d2d1d81e389cd37c0ee2ef27 (patch) | |
tree | 04d2b1c8700b9455f48354b2a8cb1c3eb0293f3b /BUILD.gn | |
parent | 40d37b1a8077031a078b374eaf6644d89e506d23 (diff) | |
download | pdfium-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>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -230,6 +230,7 @@ jumbo_static_library("pdfium") { if (pdf_is_complete_lib) { complete_static_lib = true + configs -= [ "//build/config/compiler:thin_archive" ] } } |