| Index: third_party/WebKit/Source/wtf/wtf.gypi
|
| diff --git a/third_party/WebKit/Source/wtf/wtf.gypi b/third_party/WebKit/Source/wtf/wtf.gypi
|
| index d0b9b391181a632772ac3e1d60f0b650798701a8..03aa4a21cff783c85beb54fe850e71f22ba596cc 100644
|
| --- a/third_party/WebKit/Source/wtf/wtf.gypi
|
| +++ b/third_party/WebKit/Source/wtf/wtf.gypi
|
| @@ -10,6 +10,7 @@
|
| 'Assertions.cpp',
|
| 'Assertions.h',
|
| 'Atomics.h',
|
| + 'AutoReset.h',
|
| 'BitVector.cpp',
|
| 'BitVector.h',
|
| 'BitwiseOperations.h',
|
| @@ -74,7 +75,6 @@
|
| 'StdLibExtras.h',
|
| 'StringExtras.h',
|
| 'StringHasher.h',
|
| - 'TemporaryChange.h',
|
| 'ThreadRestrictionVerifier.h',
|
| 'ThreadSafeRefCounted.h',
|
| 'ThreadSpecific.h',
|
| @@ -215,7 +215,6 @@
|
| 'SaturatedArithmeticTest.cpp',
|
| 'StringExtrasTest.cpp',
|
| 'StringHasherTest.cpp',
|
| - 'TemporaryChangeTest.cpp',
|
| 'TreeNodeTest.cpp',
|
| 'TypeTraitsTest.cpp',
|
| 'VectorTest.cpp',
|
|
|