| 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',
|
|
|