diff options
Diffstat (limited to 'fpdfsdk')
-rw-r--r-- | fpdfsdk/BUILD.gn | 2 | ||||
-rw-r--r-- | fpdfsdk/formfiller/BUILD.gn | 2 | ||||
-rw-r--r-- | fpdfsdk/fpdfxfa/BUILD.gn | 2 | ||||
-rw-r--r-- | fpdfsdk/pwl/BUILD.gn | 2 |
4 files changed, 4 insertions, 4 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 = [ "../*" ] diff --git a/fpdfsdk/formfiller/BUILD.gn b/fpdfsdk/formfiller/BUILD.gn index fe5ba5ed2b..a9994ee1c1 100644 --- a/fpdfsdk/formfiller/BUILD.gn +++ b/fpdfsdk/formfiller/BUILD.gn @@ -32,7 +32,7 @@ jumbo_source_set("formfiller") { ] configs += [ "../../:pdfium_core_config" ] deps = [ - "../../:fxcrt", + "../../core/fxcrt", ] visibility = [ "../../*" ] } diff --git a/fpdfsdk/fpdfxfa/BUILD.gn b/fpdfsdk/fpdfxfa/BUILD.gn index 14a82818d7..bca6f67884 100644 --- a/fpdfsdk/fpdfxfa/BUILD.gn +++ b/fpdfsdk/fpdfxfa/BUILD.gn @@ -19,7 +19,7 @@ jumbo_source_set("fpdfxfa") { "cxfa_fwladaptertimermgr.h", ] deps = [ - "../../:fxcrt", + "../../core/fxcrt", "../../fxjs", "../../xfa", ] 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 = [ "../../*" ] } |