diff options
author | Lei Zhang <thestig@chromium.org> | 2018-10-12 19:52:04 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-10-12 19:52:04 +0000 |
commit | 995374a5df93181bbdfb75a808c76c7efed45dcd (patch) | |
tree | 8ff405ad2e417ad2372c21beb32ed5a5fc631bfe /fpdfsdk | |
parent | 8866a7bf4e5e30dacff86236bb99e1172fe41281 (diff) | |
download | pdfium-995374a5df93181bbdfb75a808c76c7efed45dcd.tar.xz |
Split core/fxcrt build rules into core/fxcrt/BUILD.gn.
Change-Id: I9b3608bd76ec4911a4bb820fcda62c5d9533fb4f
Reviewed-on: https://pdfium-review.googlesource.com/c/43947
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
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 = [ "../../*" ] } |