diff options
Diffstat (limited to 'core/fpdfapi/BUILD.gn')
-rw-r--r-- | core/fpdfapi/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fpdfapi/BUILD.gn b/core/fpdfapi/BUILD.gn index 489df0b11e..a5b86a503e 100644 --- a/core/fpdfapi/BUILD.gn +++ b/core/fpdfapi/BUILD.gn @@ -303,8 +303,8 @@ jumbo_source_set("fpdfapi") { ] configs += [ "../../:pdfium_core_config" ] deps = [ - "../../:fxcrt", "../../third_party:lcms2", + "../fxcrt", ] visibility = [ "../../*" ] } |