aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-16 13:13:29 +0000
committerGravatar scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-16 13:13:29 +0000
commite3f84f3911d6ab1c99030fef3200199755251d51 (patch)
tree6b49e6c64b5ee84be0e3c032062eb14f7fb0fa90 /gyp
parentfde2c0af2fd5aae19ab6c8b5228debd5b6209856 (diff)
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
Diffstat (limited to 'gyp')
-rw-r--r--gyp/tests.gyp1
1 files changed, 1 insertions, 0 deletions
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',