diff options
Diffstat (limited to '.gn')
-rw-r--r-- | .gn | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -18,7 +18,7 @@ default_args = { check_targets = [ ":pdfium", - "//core/fxcrt/*", + "//core/*", "//fpdfsdk/*", "//fxbarcode/*", "//fxjs/*", @@ -27,7 +27,4 @@ check_targets = [ "//testing/fuzzers/*", "//testing/image_diff/*", "//xfa/*", - - # TODO(thestig): Work on these. - #"//core/*", ] |