diff options
Diffstat (limited to 'xfa/fxfa')
-rw-r--r-- | xfa/fxfa/BUILD.gn | 2 | ||||
-rw-r--r-- | xfa/fxfa/parser/BUILD.gn | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fxfa/BUILD.gn b/xfa/fxfa/BUILD.gn index a2c2f5cc72..5d1cc6bc53 100644 --- a/xfa/fxfa/BUILD.gn +++ b/xfa/fxfa/BUILD.gn @@ -99,7 +99,7 @@ jumbo_source_set("fxfa") { "fxfa_basic.h", ] deps = [ - "../../:fxcrt", + "../../core/fxcrt", "../../fxjs", "../fde", "../fgas", diff --git a/xfa/fxfa/parser/BUILD.gn b/xfa/fxfa/parser/BUILD.gn index faf618e704..97b834a780 100644 --- a/xfa/fxfa/parser/BUILD.gn +++ b/xfa/fxfa/parser/BUILD.gn @@ -699,7 +699,7 @@ jumbo_source_set("parser") { "xfa_utils.h", ] deps = [ - "../../../:fxcrt", + "../../../core/fxcrt", "../../../fxjs", "../../fde", "../../fgas", |