summaryrefslogtreecommitdiff
path: root/fxjs
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 /fxjs
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 'fxjs')
-rw-r--r--fxjs/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/BUILD.gn b/fxjs/BUILD.gn
index d885117c1b..96c3c6df2f 100644
--- a/fxjs/BUILD.gn
+++ b/fxjs/BUILD.gn
@@ -17,7 +17,7 @@ jumbo_source_set("fxjs") {
]
configs += [ "../:pdfium_core_config" ]
deps = [
- "../:fxcrt",
+ "../core/fxcrt",
]
visibility = [ "../*" ]