From 50ccb0a73865b0d0f0dd48989dbf5aa4a27f4a72 Mon Sep 17 00:00:00 2001 From: "scroggo@google.com" Date: Mon, 16 Jul 2012 16:51:28 +0000 Subject: Add a skia method to perform an atomic add. Complements sk_atomic_inc for when you want to increase by more than one. This time, use the correct atomic add function on Windows. Reviewed at https://codereview.appspot.com/6399050/ Review URL: https://codereview.appspot.com/6407048 git-svn-id: http://skia.googlecode.com/svn/trunk@4623 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gyp/tests.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'gyp') diff --git a/gyp/tests.gyp b/gyp/tests.gyp index c6e2786f05..8ea4ee8411 100644 --- a/gyp/tests.gyp +++ b/gyp/tests.gyp @@ -18,6 +18,7 @@ 'sources': [ '../tests/AAClipTest.cpp', '../tests/AnnotationTest.cpp', + '../tests/AtomicTest.cpp', '../tests/BitmapCopyTest.cpp', '../tests/BitmapGetColorTest.cpp', '../tests/BitSetTest.cpp', -- cgit v1.2.3