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

Unified Diff: gyp/experimental.gyp

Issue 1950353002: experimental/tools/coreGraphicsPdf2png: remove skia dependency (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 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 | « experimental/tools/coreGraphicsPdf2png.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/experimental.gyp
diff --git a/gyp/experimental.gyp b/gyp/experimental.gyp
index b67524a9161d9217b7499b471f3564ab8c5094a0..540ff958140aea3bb494a8338f2a60cf9a04698a 100644
--- a/gyp/experimental.gyp
+++ b/gyp/experimental.gyp
@@ -31,9 +31,12 @@
{
'target_name': 'coreGraphicsPdf2png',
'type': 'executable',
- 'include_dirs': [ '../src/core', ],
'sources': [ '../experimental/tools/coreGraphicsPdf2png.cpp', ],
- 'dependencies': [ 'skia_lib.gyp:skia_lib', 'libpng.gyp:libpng', ],
+ 'link_settings': {
+ 'libraries': [
+ '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework',
+ ],
+ },
},
],
},
« no previous file with comments | « experimental/tools/coreGraphicsPdf2png.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698