summaryrefslogtreecommitdiff
path: root/third_party/BUILD.gn
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2016-09-06 14:07:17 -0700
committerCommit bot <commit-bot@chromium.org>2016-09-06 14:07:17 -0700
commit73c485699b323eaecc801ce55460268f7a79b34e (patch)
tree52a1cf41bd2b800f8f804454da0cf2f7338d7327 /third_party/BUILD.gn
parent7c9f0a11e3dd890aa2ae13d5bb5460951d2111d8 (diff)
downloadpdfium-73c485699b323eaecc801ce55460268f7a79b34e.tar.xz
Fix gn --check complaints about fxcrt. (try 2)
Previous attempt: https://codereview.chromium.org/2289263005 It failed for the PDFium inside Chromium use case. This time the paths are relative. Review-Url: https://codereview.chromium.org/2308873002
Diffstat (limited to 'third_party/BUILD.gn')
-rw-r--r--third_party/BUILD.gn6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/BUILD.gn b/third_party/BUILD.gn
index a3878e8bea..958b9cc85e 100644
--- a/third_party/BUILD.gn
+++ b/third_party/BUILD.gn
@@ -134,6 +134,9 @@ if (!pdf_use_skia) {
"agg23/agg_vcgen_dash.cpp",
"agg23/agg_vcgen_stroke.cpp",
]
+ deps = [
+ "..:fxcrt",
+ ]
}
}
@@ -265,6 +268,9 @@ static_library("jpeg") {
"libjpeg/makefile",
"libjpeg/transupp.h",
]
+ deps = [
+ "..:fxcrt",
+ ]
}
config("fx_libopenjpeg_warnings") {