aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/tests.gyp
diff options
context:
space:
mode:
authorGravatar scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-16 16:51:28 +0000
committerGravatar scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-16 16:51:28 +0000
commit50ccb0a73865b0d0f0dd48989dbf5aa4a27f4a72 (patch)
treefa3fbb1819cd8474e4edd9c1486d771a76cf7093 /gyp/tests.gyp
parent70d1be5f9447bfeba59fedc8283ac734dc89a0e2 (diff)
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
Diffstat (limited to 'gyp/tests.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',