diff options
author | Lei Zhang <thestig@chromium.org> | 2018-10-15 19:33:26 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-10-15 19:33:26 +0000 |
commit | 966e10cdd4f15e7f44b14c4178a81877f63c6691 (patch) | |
tree | 083f93552930f1c55ba001f1739034d7fd9f7658 /core/fpdfapi/font | |
parent | e4f2f4a3f4fd3e9f372912f4151d7c7843f9556f (diff) | |
download | pdfium-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 'core/fpdfapi/font')
-rw-r--r-- | core/fpdfapi/font/BUILD.gn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/fpdfapi/font/BUILD.gn b/core/fpdfapi/font/BUILD.gn index e00bea75a5..a8f8619124 100644 --- a/core/fpdfapi/font/BUILD.gn +++ b/core/fpdfapi/font/BUILD.gn @@ -43,6 +43,14 @@ jumbo_source_set("font") { configs += [ "../../../:pdfium_core_config" ] deps = [ "../../fxcrt", + "../../fxge", + "../cmaps", + "../parser", + ] + allow_circular_includes_from = [ + "../../fxge", + "../cmaps", + "../parser", ] visibility = [ "../../../*" ] } |