diff options
author | Lei Zhang <thestig@chromium.org> | 2018-10-15 22:45:14 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-10-15 22:45:14 +0000 |
commit | 6735139528c4239d4a88c02004d2671c27418020 (patch) | |
tree | 311e3a80984aa4f31eb312a1f0d2b2e1e48584ae /third_party | |
parent | d2e27d660a96080882e43825fb4b5d03e8a4d05a (diff) | |
download | pdfium-6735139528c4239d4a88c02004d2671c27418020.tar.xz |
Restrict fxcrt's visibility to third_party.
Change-Id: I4b4b1a8e78e2405791aca915e4d48a88e79444d5
Reviewed-on: https://pdfium-review.googlesource.com/c/43993
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/BUILD.gn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/BUILD.gn b/third_party/BUILD.gn index a9a59ceebd..7a5a6c3c59 100644 --- a/third_party/BUILD.gn +++ b/third_party/BUILD.gn @@ -287,6 +287,9 @@ source_set("fx_lcms2") { "lcms/src/cmswtpnt.c", "lcms/src/cmsxform.c", ] + deps = [ + "../core/fxcrt", + ] } if (!build_with_chromium) { @@ -494,6 +497,7 @@ if (pdf_enable_xfa_tiff) { } deps = [ ":zlib", + "../core/fxcrt", "//third_party:jpeg", ] sources = [ |