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

Unified Diff: gyp/gm.gyp

Issue 20220002: Add libpoppler PDF rasterizer (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Improve style, fix windows build, remove dead code, make GPL more obvious 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..ba6fa86d031dcb0e9085721eb6801e417e9ed3d2 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-gpl',
],
'conditions': [
['skia_os == "mac"', {
« no previous file with comments | « gyp/freetype.gyp ('k') | gyp/iconv.gyp » ('j') | src/utils/SkPDFRasterizer.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698