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

Unified Diff: gyp/dm.gyp

Issue 312873002: DM: add pdf (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: nits Created 6 years, 7 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 | « dm/README ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/dm.gyp
diff --git a/gyp/dm.gyp b/gyp/dm.gyp
index 238a1522bde0787dfc09de362bb9250dbe8f7afd..7f9c42fb9c165d97aa22b0e73267b1c43cfab23a 100644
--- a/gyp/dm.gyp
+++ b/gyp/dm.gyp
@@ -32,13 +32,15 @@
'../dm/DMCpuGMTask.cpp',
'../dm/DMExpectationsTask.cpp',
'../dm/DMGpuGMTask.cpp',
+ '../dm/DMPDFRasterizeTask.cpp',
+ '../dm/DMPDFTask.cpp',
'../dm/DMPipeTask.cpp',
'../dm/DMQuiltTask.cpp',
'../dm/DMRecordTask.cpp',
'../dm/DMReplayTask.cpp',
'../dm/DMReporter.cpp',
- '../dm/DMSerializeTask.cpp',
'../dm/DMSKPTask.cpp',
+ '../dm/DMSerializeTask.cpp',
'../dm/DMTask.cpp',
'../dm/DMTaskRunner.cpp',
'../dm/DMTestTask.cpp',
@@ -60,14 +62,14 @@
'record.gyp:*',
],
'conditions': [
- ['skia_android_framework',
- {
- 'libraries': [
- '-lskia',
- '-lcutils',
hal.canary 2014/06/03 20:21:29 where did cutils go?
mtklein 2014/06/03 20:27:57 Oh, I think we don't actually need that anymore.
- ],
- },
- ],
+ ['skia_android_framework', {
+ 'libraries': [ '-lskia' ],
+ }],
+ ['skia_poppler_enabled', {
+ 'sources': [ '../src/utils/SkPDFRasterizer.cpp' ],
+ 'defines': [ 'SK_BUILD_POPPLER' ],
+ 'dependencies': [ 'poppler.gyp:*' ],
+ }],
],
}]
}
« no previous file with comments | « dm/README ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698