diff options
author | Lei Zhang <thestig@chromium.org> | 2018-10-16 20:39:43 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-10-16 20:39:43 +0000 |
commit | ae0a9e13025e63093508d02044987038e5a26f37 (patch) | |
tree | 03145c4791909321e18d8648e5c103e374e010e5 /.gn | |
parent | bd91edfc6c20f9034ae96edccc26059fd0b24a9c (diff) | |
download | pdfium-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-- | .gn | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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/*", ] |