| Index: Source/wtf/wtf.gypi
|
| diff --git a/Source/wtf/wtf.gypi b/Source/wtf/wtf.gypi
|
| index 343d9373f19ac9b399a181aad5cf7d2610326898..245126168c4021e51884acd7f4ea1d8f5d6cd2af 100644
|
| --- a/Source/wtf/wtf.gypi
|
| +++ b/Source/wtf/wtf.gypi
|
| @@ -112,6 +112,7 @@
|
| 'SHA1.h',
|
| 'SaturatedArithmetic.h',
|
| 'SizeLimits.cpp',
|
| + 'SpinLock.h',
|
| 'StaticConstructors.h',
|
| 'StdLibExtras.h',
|
| 'StringExtras.h',
|
| @@ -213,6 +214,7 @@
|
| 'wtf_unittest_files': [
|
| 'PartitionAllocTest.cpp',
|
| 'SHA1Test.cpp',
|
| + 'SpinLockTest.cpp',
|
| 'testing/WTFTestHelpers.h',
|
| 'tests/CString.cpp',
|
| 'tests/CheckedArithmeticOperations.cpp',
|
|
|