summaryrefslogtreecommitdiff
path: root/.gn
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-10-16 20:39:43 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-16 20:39:43 +0000
commitae0a9e13025e63093508d02044987038e5a26f37 (patch)
tree03145c4791909321e18d8648e5c103e374e010e5 /.gn
parentbd91edfc6c20f9034ae96edccc26059fd0b24a9c (diff)
downloadpdfium-ae0a9e13025e63093508d02044987038e5a26f37.tar.xz
Make some third_party targets pass gn check.
Change-Id: I2b4b011a242db8ab43634c4e057d6d2b6d4f8c24 Reviewed-on: https://pdfium-review.googlesource.com/c/44079 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to '.gn')
-rw-r--r--.gn5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gn b/.gn
index c1849a0f73..b302768c02 100644
--- a/.gn
+++ b/.gn
@@ -30,5 +30,10 @@ check_targets = [
"//testing/:*",
"//testing/fuzzers/*",
"//testing/image_diff/*",
+ "//third_party:bigint",
+ "//third_party:fx_agg",
+ "//third_party:fx_freetype",
+ "//third_party:pdfium_base",
+ "//third_party:skia_shared",
"//xfa/*",
]