summaryrefslogtreecommitdiff
path: root/.gn
diff options
context:
space:
mode:
Diffstat (limited to '.gn')
-rw-r--r--.gn9
1 files changed, 5 insertions, 4 deletions
diff --git a/.gn b/.gn
index 0e52ba736a..2c77331a8d 100644
--- a/.gn
+++ b/.gn
@@ -17,14 +17,15 @@ default_args = {
}
check_targets = [
+ "//core/fxcrt/*",
"//fxbarcode/*",
"//samples/*",
# TODO(thestig): Work on these.
- #"//core/*", # Need to split off.
- #"//fpdfsdk/*", # Need to split off.
- #"//fxjs/*", # Need to split off.
+ #"//core/*",
+ #"//fpdfsdk/*",
+ #"//fxjs/*",
#"//testing/*",
#"//testing/fuzzers/*",
- #"//xfa/*", # Need to split off.
+ #"//xfa/*",
]