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 /third_party | |
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 'third_party')
-rw-r--r-- | third_party/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/BUILD.gn b/third_party/BUILD.gn index c66ae9e34c..a9a59ceebd 100644 --- a/third_party/BUILD.gn +++ b/third_party/BUILD.gn @@ -228,7 +228,7 @@ if (!pdf_use_skia && !pdf_use_skia_paths) { "agg23/agg_vcgen_stroke.cpp", ] deps = [ - "..:fxcrt", + "../core/fxcrt", ] } } |