diff options
Diffstat (limited to 'xfa/fwl')
-rw-r--r-- | xfa/fwl/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/BUILD.gn b/xfa/fwl/BUILD.gn index 6d6fbeb049..7277c320d9 100644 --- a/xfa/fwl/BUILD.gn +++ b/xfa/fwl/BUILD.gn @@ -121,7 +121,7 @@ jumbo_source_set("fwl") { "theme/cfwl_widgettp.h", ] deps = [ - "../../:fxcrt", + "../../core/fxcrt", "../../fxbarcode", "../fgas", ] |