summaryrefslogtreecommitdiff
path: root/third_party/BUILD.gn
diff options
context:
space:
mode:
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..a0db050a0d 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") {