diff options
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!': [ |