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..01ae9cecd26d44193843a43de179a87bebd6a814 100644 |
--- a/third_party/WebKit/Source/wtf/wtf.gypi |
+++ b/third_party/WebKit/Source/wtf/wtf.gypi |
@@ -21,6 +21,7 @@ |
'Compiler.h', |
'ConditionalDestructor.h', |
'ContainerAnnotations.h', |
+ 'CrossThreadCopier.h', |
'CryptographicallyRandomNumber.cpp', |
'CryptographicallyRandomNumber.h', |
'CurrentTime.cpp', |
@@ -204,6 +205,7 @@ |
'wtf_unittest_files': [ |
'ASCIICTypeTest.cpp', |
'AssertionsTest.cpp', |
+ 'CrossThreadCopierTest.cpp', |
'DequeTest.cpp', |
'FunctionalTest.cpp', |
'HashMapTest.cpp', |