From 749c14c24f7e8a838efc077a45ca7fe41db3e2ee Mon Sep 17 00:00:00 2001 From: caryclark Date: Thu, 19 May 2016 07:01:03 -0700 Subject: Remove agg from skia build This removes the last vestiges of antigrain from a Skia-specific build. R=dsinclair@chromium.org,tsepez@chromium.org,thestig@chromium.org,reed@google.com Review-Url: https://codereview.chromium.org/1998623002 --- pdfium.gyp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'pdfium.gyp') diff --git a/pdfium.gyp b/pdfium.gyp index 310fec5bf4..54d4058eec 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -732,9 +732,16 @@ 'sources': [ 'core/fxge/skia/fx_skia_device.cpp', ], + 'sources!': [ + 'core/fxge/agg/fx_agg_driver.h', + 'core/fxge/agg/fx_agg_driver.cpp', + ], 'dependencies': [ '<(DEPTH)/skia/skia.gyp:skia', ], + 'dependencies!': [ + 'third_party/third_party.gyp:fx_agg', + ], }], ['OS=="win"', { 'defines!': [ -- cgit v1.2.3