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

Unified Diff: gyp/gm.gyp

Issue 294683003: Since we're only using it on Linux now, just require poppler as a system dependency. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: set -e 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 | « gyp/fontconfig.gyp ('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 a4ec604fbfe5d3faf42066d114f9a38f88448047..b727afbd14ee65dcda6f3271dde81746d3a7d18b 100644
--- a/gyp/gm.gyp
+++ b/gyp/gm.gyp
@@ -76,7 +76,7 @@
}],
['skia_poppler_enabled', {
'dependencies': [
- 'poppler.gyp:libpoppler-cpp-gpl',
+ 'poppler.gyp:*',
],
'defines': [
'SK_BUILD_POPPLER',
« no previous file with comments | « gyp/fontconfig.gyp ('k') | gyp/iconv.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698