summaryrefslogtreecommitdiff
path: root/.gn
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-10-15 19:33:26 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-15 19:33:26 +0000
commit966e10cdd4f15e7f44b14c4178a81877f63c6691 (patch)
tree083f93552930f1c55ba001f1739034d7fd9f7658 /.gn
parente4f2f4a3f4fd3e9f372912f4151d7c7843f9556f (diff)
downloadpdfium-966e10cdd4f15e7f44b14c4178a81877f63c6691.tar.xz
Make core/ pass gn check.
Use allow_circular_includes_from as a crutch for now. Change-Id: Ia7a29a268e67b1fe21bed5cdd629e06fb5cc7bfb Reviewed-on: https://pdfium-review.googlesource.com/c/43992 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org>
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/*",
]