Chromium Code Reviews| Index: pdfium.gyp |
| diff --git a/pdfium.gyp b/pdfium.gyp |
| index 6bc8709a170e7aef52bbc6587689f6ab27cd3845..4c21aaabb24a3357e2b6f0a606f9e32e72801c57 100644 |
| --- a/pdfium.gyp |
| +++ b/pdfium.gyp |
| @@ -555,22 +555,11 @@ |
| 'conditions': [ |
| ['pdf_use_skia==1', { |
| 'sources': [ |
| - 'core/src/fxge/skia/fx_skia_blitter_new.cpp', |
|
dsinclair
2016/03/03 21:15:17
You'll need to do this in BUILD.gn as well.
caryclark
2016/03/03 21:32:58
Done.
|
| 'core/src/fxge/skia/fx_skia_device.cpp', |
| ], |
| 'dependencies': [ |
| '<(DEPTH)/skia/skia.gyp:skia', |
| ], |
| - 'include_dirs': [ |
| - '<(DEPTH)/third_party/skia/include/config', |
|
dsinclair
2016/03/03 21:15:17
I'm guessing you're using a GN build, otherwise, h
caryclark
2016/03/03 21:32:58
Nope, using a gyp build; don't know how it works.
|
| - '<(DEPTH)/third_party/skia/include/core', |
| - '<(DEPTH)/third_party/skia/include/effects', |
| - '<(DEPTH)/third_party/skia/include/images', |
| - '<(DEPTH)/third_party/skia/include/lazy', |
| - '<(DEPTH)/third_party/skia/include/pathops', |
| - '<(DEPTH)/third_party/skia/include/utils', |
| - '<(DEPTH)/third_party/skia/src/core', |
| - ], |
| }], |
| ['OS=="win"', { |
| 'defines!': [ |