summaryrefslogtreecommitdiff
path: root/fxbarcode
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 /fxbarcode
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 'fxbarcode')
-rw-r--r--fxbarcode/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/fxbarcode/BUILD.gn b/fxbarcode/BUILD.gn
index 524ca7bb8b..b5aecb8d2f 100644
--- a/fxbarcode/BUILD.gn
+++ b/fxbarcode/BUILD.gn
@@ -135,7 +135,7 @@ jumbo_source_set("fxbarcode") {
"utils.h",
]
deps = [
- "../:fxcrt",
+ "../core/fxcrt",
"../core/fxge",
"../third_party:bigint",
]