diff options
author | caryclark <caryclark@google.com> | 2016-05-19 07:01:03 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-19 07:01:03 -0700 |
commit | 749c14c24f7e8a838efc077a45ca7fe41db3e2ee (patch) | |
tree | af5fd5b293e505eb04610214f3c22839ccc0a199 /pdfium.gyp | |
parent | 7b214237e2be6a0d962987d222c73161620c0a27 (diff) | |
download | pdfium-749c14c24f7e8a838efc077a45ca7fe41db3e2ee.tar.xz |
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
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 7 |
1 files changed, 7 insertions, 0 deletions
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!': [ |