| Index: gyp/tools.gyp
|
| diff --git a/gyp/tools.gyp b/gyp/tools.gyp
|
| index 7c3cc2a21789faad5b2ce411491c0c839152e559..1b196a75b1bd557af1888dbbb85e8a028b260ff9 100644
|
| --- a/gyp/tools.gyp
|
| +++ b/gyp/tools.gyp
|
| @@ -607,6 +607,13 @@
|
| ],
|
| 'paths_to_ignore': [
|
| '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h',
|
| + '<(skia_include_path)/ports/SkAtomics_sync.h',
|
| + '<(skia_include_path)/ports/SkAtomics_win.h',
|
| + '<(skia_include_path)/ports/SkBarriers_arm.h',
|
| + '<(skia_include_path)/ports/SkBarriers_tsan.h',
|
| + '<(skia_include_path)/ports/SkBarriers_x86.h',
|
| + '<(skia_include_path)/ports/SkMutex_pthread.h',
|
| + '<(skia_include_path)/ports/SkMutex_win.h',
|
| '<(skia_include_path)/ports/SkTypeface_mac.h',
|
| '<(skia_include_path)/ports/SkTypeface_win.h',
|
| '<(skia_include_path)/utils/ios',
|
|
|