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

Unified Diff: gyp/xps.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/pdf.gypi ('k') | include/device/xps/SkConstexprMath.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/xps.gyp
diff --git a/gyp/xps.gyp b/gyp/xps.gyp
index 89c1635c8675403cd1a8a7eb58db0552868a8601..2c96e36137d971ae5a97fa21079151d552ce7efb 100644
--- a/gyp/xps.gyp
+++ b/gyp/xps.gyp
@@ -16,17 +16,16 @@
'skia_lib.gyp:skia_lib',
],
'include_dirs': [
- '../include/device/xps',
'../include/private',
'../include/utils/win',
'../src/core', # needed to get SkGlyphCache.h
'../src/utils', # needed to get SkBitSet.h
],
'sources': [
- '../include/device/xps/SkConstexprMath.h',
- '../include/device/xps/SkXPSDevice.h',
- '../src/device/xps/SkXPSDevice.cpp',
- '../src/doc/SkDocument_XPS.cpp',
+ '../src/xps/SkConstexprMath.h',
+ '../src/xps/SkDocument_XPS.cpp',
+ '../src/xps/SkXPSDevice.cpp',
+ '../src/xps/SkXPSDevice.h',
],
'link_settings': {
'libraries': [
@@ -42,7 +41,7 @@
],
},
},{ #else if 'skia_os != "win"'
- 'sources': [ '../src/doc/SkDocument_XPS_None.cpp', ],
+ 'sources': [ '../src/xps/SkDocument_XPS_None.cpp', ],
'dependencies': [ 'skia_lib.gyp:skia_lib', ],
}],
],
« no previous file with comments | « gyp/pdf.gypi ('k') | include/device/xps/SkConstexprMath.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698