summaryrefslogtreecommitdiff
path: root/core/fxcrt/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxcrt/BUILD.gn')
-rw-r--r--core/fxcrt/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/BUILD.gn b/core/fxcrt/BUILD.gn
index 4de938bcc7..1fd82f0167 100644
--- a/core/fxcrt/BUILD.gn
+++ b/core/fxcrt/BUILD.gn
@@ -133,7 +133,7 @@ if (pdf_enable_xfa) {
]
deps = [
":fxcrt",
- "../fpdfapi",
+ "../fpdfapi/parser",
]
visibility = [ "../../*" ]
}