| Index: skia/skia.gyp
|
| diff --git a/skia/skia.gyp b/skia/skia.gyp
|
| index 653d2b10c4fd40ac58a52b50024f4d98f9c2371b..2cc417cb58f705220a1c49736508f58c135b1d5b 100644
|
| --- a/skia/skia.gyp
|
| +++ b/skia/skia.gyp
|
| @@ -692,6 +692,8 @@
|
| 'ext/platform_device_mac.cc',
|
| 'ext/platform_device_win.cc',
|
| 'ext/SkMemory_new_handler.cpp',
|
| + 'ext/skia_sandbox_support_win.h',
|
| + 'ext/skia_sandbox_support_win.cc',
|
| 'ext/skia_utils_mac.mm',
|
| 'ext/skia_utils_mac.h',
|
| 'ext/skia_utils_win.cc',
|
| @@ -876,6 +878,7 @@
|
| 'sources!': [
|
| '../third_party/skia/src/core/SkMMapStream.cpp',
|
| '../third_party/skia/src/ports/SkTime_Unix.cpp',
|
| + '../third_party/skia/src/ports/SkFontHost_sandbox_none.cpp',
|
| 'ext/SkThread_chrome.cc',
|
| ],
|
| 'include_dirs': [
|
|
|