Index: pdfium.gyp |
diff --git a/pdfium.gyp b/pdfium.gyp |
index 6bc8709a170e7aef52bbc6587689f6ab27cd3845..36b7dd53fe4dee2363117248b0da4d0ed3c6a6d0 100644 |
--- a/pdfium.gyp |
+++ b/pdfium.gyp |
@@ -555,7 +555,6 @@ |
'conditions': [ |
['pdf_use_skia==1', { |
'sources': [ |
- 'core/src/fxge/skia/fx_skia_blitter_new.cpp', |
'core/src/fxge/skia/fx_skia_device.cpp', |
], |
'dependencies': [ |
@@ -566,10 +565,6 @@ |
'<(DEPTH)/third_party/skia/include/core', |
'<(DEPTH)/third_party/skia/include/effects', |
'<(DEPTH)/third_party/skia/include/images', |
dsinclair
2016/03/03 18:40:11
Out of curiosity, did you check the skia dir out m
caryclark
2016/03/03 21:03:44
I am doing the build inside a Chromium tree for no
|
- '<(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"', { |