diff options
author | halcanary <halcanary@google.com> | 2016-05-05 11:17:08 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-05 11:17:08 -0700 |
commit | c34323549d6cf87691a6db2dd4999e8beaf082fe (patch) | |
tree | d5f233b0fd4b11a567c6f52aa1da5fcc7e3adfad /gyp | |
parent | f8bdf5d8e7147e8420e8209c165066966451bbcc (diff) |
experimental/tools/coreGraphicsPdf2png: remove skia dependency
// experimental-only
TBR=
NOTRY=true
Review-Url: https://codereview.chromium.org/1950353002
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/experimental.gyp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gyp/experimental.gyp b/gyp/experimental.gyp index b67524a916..540ff95814 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', + ], + }, }, ], }, |