summaryrefslogtreecommitdiff
path: root/fxbarcode
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-10-12 18:58:21 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-12 18:58:21 +0000
commit8460088891f98a9138718fc9c89bf309eb88580f (patch)
tree0a9e3023f6262c720326b7f74df7b31f2d6ca5c8 /fxbarcode
parentd145e4b923ae99f67b734924885738437248aa85 (diff)
downloadpdfium-8460088891f98a9138718fc9c89bf309eb88580f.tar.xz
Split most core build rules into various BUILD.gn files in core.
Change-Id: I773eec2bbf104f073eba7a64ed19f6fba0131d21 Reviewed-on: https://pdfium-review.googlesource.com/c/43946 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Henrique Nakashima <hnakashima@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 88235be81e..524ca7bb8b 100644
--- a/fxbarcode/BUILD.gn
+++ b/fxbarcode/BUILD.gn
@@ -136,7 +136,7 @@ jumbo_source_set("fxbarcode") {
]
deps = [
"../:fxcrt",
- "../:fxge",
+ "../core/fxge",
"../third_party:bigint",
]
configs += [ "../:pdfium_core_config" ]