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

Unified Diff: pdfium.gyp

Issue 1761453002: get skia port working again (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: fix gn build file 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
« no previous file with comments | « core/src/fxge/skia/fx_skia_device.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
'core/src/fxge/skia/fx_skia_device.cpp',
],
'dependencies': [
'<(DEPTH)/skia/skia.gyp:skia',
],
- 'include_dirs': [
- '<(DEPTH)/third_party/skia/include/config',
- '<(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!': [
« no previous file with comments | « 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