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

Unified Diff: gyp/gm.gyp

Issue 23190020: Revert "The CL adds libpoppler to DEPS and adds a libpoppler-cpp gyp target for Linux, Windows, and… (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 4 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/freetype.gypi ('k') | gyp/iconv.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/gm.gyp
diff --git a/gyp/gm.gyp b/gyp/gm.gyp
index 04efaa6f980b3c8b97dbc865fbd1bd1b4ed04c84..6608aba5dcdc879bcfad660fcc3f67cb8d3f67cd 100644
--- a/gyp/gm.gyp
+++ b/gyp/gm.gyp
@@ -60,17 +60,6 @@
'pdf.gyp:pdf',
],
'conditions': [
- ['skia_os in ["linux", "mac", "win"]', {
- 'dependencies': [
- 'poppler.gyp:libpoppler-cpp-gpl',
- ],
- 'sources': [
- '../src/utils/SkPDFRasterizer.cpp',
- ],
- 'defines': [
- 'SK_BUILD_POPPLER',
- ],
- }],
['skia_os == "mac"', {
'sources!': [
'../gm/system_preferences_default.cpp',
« no previous file with comments | « gyp/freetype.gypi ('k') | gyp/iconv.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698