From 73c485699b323eaecc801ce55460268f7a79b34e Mon Sep 17 00:00:00 2001 From: thestig Date: Tue, 6 Sep 2016 14:07:17 -0700 Subject: 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 --- third_party/BUILD.gn | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'third_party') 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") { -- cgit v1.2.3