From e3f84f3911d6ab1c99030fef3200199755251d51 Mon Sep 17 00:00:00 2001 From: "scroggo@google.com" Date: Mon, 16 Jul 2012 13:13:29 +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. Review URL: https://codereview.appspot.com/6350106 git-svn-id: http://skia.googlecode.com/svn/trunk@4614 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