aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-11-12 11:07:53 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-11-12 11:07:53 -0800
commit23267db67824a92f045649f571ae1ceaf2cc2b28 (patch)
tree6058957cf726013eaf2c8bdb919d9b98f6a0a194 /gyp
parent64593525debc63339e1bf9ddb8a0e998f7d976a3 (diff)
SkAtomic: always use std::atomic
We were doing it on Windows, now do it everywhere. This just changes the backend. We could think about another step to actually replacing all our sk_atomic_... with std atomic stuff. CQ_EXTRA_TRYBOTS=client.skia:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN-Trybot TBR=reed@google.com Only deleting from include/... Review URL: https://codereview.chromium.org/1441773002
Diffstat (limited to 'gyp')
-rw-r--r--gyp/ports.gyp3
-rw-r--r--gyp/tools.gyp3
2 files changed, 0 insertions, 6 deletions
diff --git a/gyp/ports.gyp b/gyp/ports.gyp
index c227a803a8..e37ca3a6ee 100644
--- a/gyp/ports.gyp
+++ b/gyp/ports.gyp
@@ -60,9 +60,6 @@
'../src/ports/SkTLS_pthread.cpp',
'../src/ports/SkTLS_win.cpp',
- '../include/ports/SkAtomics_atomic.h',
- '../include/ports/SkAtomics_std.h',
- '../include/ports/SkAtomics_sync.h',
'../include/ports/SkFontConfigInterface.h',
'../include/ports/SkFontMgr.h',
'../include/ports/SkFontMgr_android.h',
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index 74f2b2cda1..7e2279e04d 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -595,9 +595,6 @@
],
'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/SkFontMgr_fontconfig.h',
'<(skia_include_path)/ports/SkTypeface_mac.h',
'<(skia_include_path)/ports/SkTypeface_win.h',