diff options
Diffstat (limited to 'fpdfsdk/pwl/BUILD.gn')
-rw-r--r-- | fpdfsdk/pwl/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/pwl/BUILD.gn b/fpdfsdk/pwl/BUILD.gn index 47cfce7bb9..7c33196788 100644 --- a/fpdfsdk/pwl/BUILD.gn +++ b/fpdfsdk/pwl/BUILD.gn @@ -42,7 +42,7 @@ jumbo_source_set("pwl") { ] configs += [ "../../:pdfium_core_config" ] deps = [ - "../../:fxcrt", + "../../core/fxcrt", ] visibility = [ "../../*" ] } |