summaryrefslogtreecommitdiff
path: root/xfa/fxfa
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-10-12 19:52:04 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-12 19:52:04 +0000
commit995374a5df93181bbdfb75a808c76c7efed45dcd (patch)
tree8ff405ad2e417ad2372c21beb32ed5a5fc631bfe /xfa/fxfa
parent8866a7bf4e5e30dacff86236bb99e1172fe41281 (diff)
downloadpdfium-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 'xfa/fxfa')
-rw-r--r--xfa/fxfa/BUILD.gn2
-rw-r--r--xfa/fxfa/parser/BUILD.gn2
2 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fxfa/BUILD.gn b/xfa/fxfa/BUILD.gn
index a2c2f5cc72..5d1cc6bc53 100644
--- a/xfa/fxfa/BUILD.gn
+++ b/xfa/fxfa/BUILD.gn
@@ -99,7 +99,7 @@ jumbo_source_set("fxfa") {
"fxfa_basic.h",
]
deps = [
- "../../:fxcrt",
+ "../../core/fxcrt",
"../../fxjs",
"../fde",
"../fgas",
diff --git a/xfa/fxfa/parser/BUILD.gn b/xfa/fxfa/parser/BUILD.gn
index faf618e704..97b834a780 100644
--- a/xfa/fxfa/parser/BUILD.gn
+++ b/xfa/fxfa/parser/BUILD.gn
@@ -699,7 +699,7 @@ jumbo_source_set("parser") {
"xfa_utils.h",
]
deps = [
- "../../../:fxcrt",
+ "../../../core/fxcrt",
"../../../fxjs",
"../../fde",
"../../fgas",