Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Unified Diff: third_party/WebKit/Source/wtf/wtf.gypi

Issue 2125003002: Move CrossThreadCopier from platform/ to wtf/ Base URL: https://chromium.googlesource.com/chromium/src.git@TRV_RemoveTupleInBind
Patch Set: Rebase Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698