aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/BUILD.public.expected
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 /tools/BUILD.public.expected
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 'tools/BUILD.public.expected')
-rw-r--r--tools/BUILD.public.expected3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/BUILD.public.expected b/tools/BUILD.public.expected
index f9231d91e5..023cd646e8 100644
--- a/tools/BUILD.public.expected
+++ b/tools/BUILD.public.expected
@@ -797,9 +797,6 @@ HDRS = ['include/c/sk_canvas.h',
'include/images/SkPageFlipper.h',
'include/pathops/SkPathOps.h',
'include/pipe/SkGPipe.h',
- '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',