summaryrefslogtreecommitdiff
path: root/xfa/fxfa
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxfa')
-rw-r--r--xfa/fxfa/BUILD.gn2
-rw-r--r--xfa/fxfa/parser/BUILD.gn2
2 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fxfa/BUILD.gn b/xfa/fxfa/BUILD.gn
index c6e4b98da8..a2c2f5cc72 100644
--- a/xfa/fxfa/BUILD.gn
+++ b/xfa/fxfa/BUILD.gn
@@ -100,7 +100,7 @@ jumbo_source_set("fxfa") {
]
deps = [
"../../:fxcrt",
- "../../:fxjs",
+ "../../fxjs",
"../fde",
"../fgas",
]
diff --git a/xfa/fxfa/parser/BUILD.gn b/xfa/fxfa/parser/BUILD.gn
index 6391e0da7c..faf618e704 100644
--- a/xfa/fxfa/parser/BUILD.gn
+++ b/xfa/fxfa/parser/BUILD.gn
@@ -700,7 +700,7 @@ jumbo_source_set("parser") {
]
deps = [
"../../../:fxcrt",
- "../../../:fxjs",
+ "../../../fxjs",
"../../fde",
"../../fgas",
"../../fxfa",