summaryrefslogtreecommitdiff
path: root/core/fpdftext/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'core/fpdftext/BUILD.gn')
-rw-r--r--core/fpdftext/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fpdftext/BUILD.gn b/core/fpdftext/BUILD.gn
index 9f3104e50a..f47745178e 100644
--- a/core/fpdftext/BUILD.gn
+++ b/core/fpdftext/BUILD.gn
@@ -18,7 +18,7 @@ jumbo_source_set("fpdftext") {
]
configs += [ "../../:pdfium_core_config" ]
deps = [
- "../../:fxcrt",
+ "../fxcrt",
]
visibility = [ "../../*" ]
}