| Index: gyp/opts.gyp
|
| diff --git a/gyp/opts.gyp b/gyp/opts.gyp
|
| index 2c87b81fc1d25fd6fcb906ecfc345681a59e4ac8..bcc85a9bae69d9402f88f9e58ab6a85eecd97e78 100644
|
| --- a/gyp/opts.gyp
|
| +++ b/gyp/opts.gyp
|
| @@ -43,9 +43,13 @@
|
| ],
|
| }],
|
| ],
|
| + 'include_dirs': [
|
| + '../include/utils',
|
| + ],
|
| 'sources': [
|
| '../src/opts/opts_check_SSE2.cpp',
|
| '../src/opts/SkBitmapProcState_opts_SSE2.cpp',
|
| + '../src/opts/SkBitmapFilter_opts_SSE2.cpp',
|
| '../src/opts/SkBlitRow_opts_SSE2.cpp',
|
| '../src/opts/SkBlitRect_opts_SSE2.cpp',
|
| '../src/opts/SkUtils_opts_SSE2.cpp',
|
|
|