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