| Index: gyp/tools.gyp
|
| diff --git a/gyp/tools.gyp b/gyp/tools.gyp
|
| index dfeb6efecd9fec8b3d78eb921ac8293f21746d97..1cd40b7d6475b37338ae51181b3b2e67f0027235 100644
|
| --- a/gyp/tools.gyp
|
| +++ b/gyp/tools.gyp
|
| @@ -628,11 +628,9 @@
|
| ],
|
| 'paths_to_ignore': [
|
| '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h',
|
| + '<(skia_include_path)/ports/SkAtomics_std.h',
|
| + '<(skia_include_path)/ports/SkAtomics_atomic.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',
|
|
|