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

Unified Diff: gyp/gm.gyp

Issue 20220002: Add libpoppler PDF rasterizer (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Make rasterizer header internal Created 7 years, 5 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: gyp/gm.gyp
diff --git a/gyp/gm.gyp b/gyp/gm.gyp
index 6608aba5dcdc879bcfad660fcc3f67cb8d3f67cd..080c34b6655a5540494493db69e6cda390bb936f 100644
--- a/gyp/gm.gyp
+++ b/gyp/gm.gyp
@@ -51,6 +51,8 @@
'../src/utils/debugger/SkDebugCanvas.cpp',
'../src/utils/debugger/SkObjectParser.h',
'../src/utils/debugger/SkObjectParser.cpp',
+
+ '../src/utils/SkPDFRasterizer.cpp',
],
'dependencies': [
'skia_lib.gyp:skia_lib',
@@ -58,6 +60,7 @@
'gm.gyp:gm_expectations',
'jsoncpp.gyp:jsoncpp',
'pdf.gyp:pdf',
+ 'poppler.gyp:libpoppler-cpp',
],
'conditions': [
['skia_os == "mac"', {

Powered by Google App Engine
This is Rietveld 408576698