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

Unified Diff: gyp/pdf.gyp

Issue 1781773002: SkPDF: move all pdf sources into src/pdf (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2016-03-10 (Thursday) 15:59:02 EST Created 4 years, 9 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 | « gyp/core.gypi ('k') | gyp/pdf.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/pdf.gyp
diff --git a/gyp/pdf.gyp b/gyp/pdf.gyp
index 77d19223ab9c23bff791b1fac5ac0ab2e5ad503a..259218338df383975678e6700026e41482c30d5d 100644
--- a/gyp/pdf.gyp
+++ b/gyp/pdf.gyp
@@ -9,7 +9,7 @@
'target_name': 'nopdf',
'type': 'static_library',
'dependencies': [ 'skia_lib.gyp:skia_lib', ],
- 'sources': [ '<(skia_src_path)/doc/SkDocument_PDF_None.cpp', ],
+ 'sources': [ '<(skia_src_path)/pdf/SkDocument_PDF_None.cpp', ],
'defines': [ 'SK_SUPPORT_PDF=0', ],
},
{
@@ -28,7 +28,6 @@
'include_dirs': [
'../include/private',
'../src/core', # needed to get SkGlyphCache.h and SkTextFormatParams.h
- '../src/pdf',
'../src/image',
'../src/utils', # needed to get SkBitSet.h
],
« no previous file with comments | « gyp/core.gypi ('k') | gyp/pdf.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698