From 380f53ec1d0a46648473e407934c9adede6cc1bd Mon Sep 17 00:00:00 2001 From: thestig Date: Wed, 31 Aug 2016 18:01:49 -0700 Subject: Revert of Fix gn gn --check complaints about fxcrt. (patchset #1 id:1 of https://codereview.chromium.org/2289263005/ ) Reason for revert: Breaking non-standalone builds. Original issue's description: > Fix gn gn --check complaints about fxcrt. > > Committed: https://pdfium.googlesource.com/pdfium/+/6f9ae19b9b125af868077f4eee80a13e0c29c61e TBR=dpranke@chromium.org,dsinclair@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review-Url: https://codereview.chromium.org/2301783002 --- third_party/BUILD.gn | 6 ------ 1 file changed, 6 deletions(-) (limited to 'third_party') diff --git a/third_party/BUILD.gn b/third_party/BUILD.gn index a0db050a0d..a3878e8bea 100644 --- a/third_party/BUILD.gn +++ b/third_party/BUILD.gn @@ -134,9 +134,6 @@ if (!pdf_use_skia) { "agg23/agg_vcgen_dash.cpp", "agg23/agg_vcgen_stroke.cpp", ] - deps = [ - "//:fxcrt", - ] } } @@ -268,9 +265,6 @@ static_library("jpeg") { "libjpeg/makefile", "libjpeg/transupp.h", ] - deps = [ - "//:fxcrt", - ] } config("fx_libopenjpeg_warnings") { -- cgit v1.2.3