diff options
author | thestig <thestig@chromium.org> | 2016-08-31 16:01:41 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-31 16:01:41 -0700 |
commit | 6f9ae19b9b125af868077f4eee80a13e0c29c61e (patch) | |
tree | 6ba5dbfb1cf88993df5541d8843e790c2bf6223f /third_party/BUILD.gn | |
parent | 21b111fcf71e4e189035f29606ca9d3fdf3ebd92 (diff) | |
download | pdfium-6f9ae19b9b125af868077f4eee80a13e0c29c61e.tar.xz |
Fix gn gn --check complaints about fxcrt.
Review-Url: https://codereview.chromium.org/2289263005
Diffstat (limited to 'third_party/BUILD.gn')
-rw-r--r-- | third_party/BUILD.gn | 6 |
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") { |