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