Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(411)

Unified Diff: gyp/tools.gyp

Issue 862983002: Move sync code to include/, switch from using platform define to a proxy header in core/ (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: gyp Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gyp/ports.gyp ('k') | include/config/SkUserConfig.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « gyp/ports.gyp ('k') | include/config/SkUserConfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698