summaryrefslogtreecommitdiff
path: root/.gn
diff options
context:
space:
mode:
Diffstat (limited to '.gn')
-rw-r--r--.gn5
1 files changed, 1 insertions, 4 deletions
diff --git a/.gn b/.gn
index 818bf58be7..5f7540a1f1 100644
--- a/.gn
+++ b/.gn
@@ -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/*",
]