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

Unified Diff: gyp/ports.gyp

Issue 1785613010: Add SkImageGeneratorWIC (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Blacklist bad images Created 4 years, 9 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 | « dm/DMSrcSink.cpp ('k') | public.bzl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/ports.gyp
diff --git a/gyp/ports.gyp b/gyp/ports.gyp
index db72625b9406a866a2426a00b1b8bd4780062b91..ddc9ead96e42162d6ed8bd475f89b0b7a981f079 100644
--- a/gyp/ports.gyp
+++ b/gyp/ports.gyp
@@ -178,6 +178,9 @@
'../src/ports/SkTime_Unix.cpp',
'../src/ports/SkTLS_pthread.cpp',
],
+ 'sources': [
+ '../src/ports/SkImageGeneratorWIC.cpp',
+ ],
'conditions': [
# when we build for win, we only want one of these default files
[ 'skia_gdi', {
@@ -186,6 +189,11 @@
'sources/': [['include', '../src/ports/SkFontMgr_win_dw_factory.cpp']],
}],
],
+ 'link_settings': {
+ 'libraries': [
+ '-lwindowscodecs.lib',
+ ],
+ },
}, { # else !win
'sources!': [
'../src/ports/SkDebug_win.cpp',
« no previous file with comments | « dm/DMSrcSink.cpp ('k') | public.bzl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698