diff options
Diffstat (limited to 'core/fpdfdoc/BUILD.gn')
-rw-r--r-- | core/fpdfdoc/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fpdfdoc/BUILD.gn b/core/fpdfdoc/BUILD.gn index e76486dee3..f7d9d71bd5 100644 --- a/core/fpdfdoc/BUILD.gn +++ b/core/fpdfdoc/BUILD.gn @@ -84,7 +84,7 @@ jumbo_source_set("fpdfdoc") { ] configs += [ "../../:pdfium_core_config" ] deps = [ - "../../:fxcrt", + "../fxcrt", ] visibility = [ "../../*" ] } |