diff options
Diffstat (limited to 'third_party/BUILD.gn')
-rw-r--r-- | third_party/BUILD.gn | 6 |
1 files changed, 0 insertions, 6 deletions
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") { |