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