Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: pdfium.gyp

Issue 1761453002: get skia port working again (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: remove bit rot from skia port Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"', {
« core/src/fxge/skia/fx_skia_device.cpp ('K') | « core/src/fxge/skia/fx_skia_device.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698