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

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

Issue 2177283005: Add WTF::makeCancellable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: +comment 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
« no previous file with comments | « third_party/WebKit/Source/wtf/MakeCancellableTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d95aa32e0f8929bbf17e88974f868d525b3d6ed1..c18f1a2ddfd2f62db9ae0f681a695545fd4c3ba6 100644
--- a/third_party/WebKit/Source/wtf/wtf.gypi
+++ b/third_party/WebKit/Source/wtf/wtf.gypi
@@ -56,6 +56,8 @@
'ListHashSet.h',
'Locker.h',
'MathExtras.h',
+ 'MakeCancellable.cpp',
+ 'MakeCancellable.h',
'NonCopyingSort.h',
'Noncopyable.h',
'NotFound.h',
@@ -211,6 +213,7 @@
'HashMapTest.cpp',
'HashSetTest.cpp',
'ListHashSetTest.cpp',
+ 'MakeCancellableTest.cpp',
'MathExtrasTest.cpp',
'OptionalTest.cpp',
'RefPtrTest.cpp',
« no previous file with comments | « third_party/WebKit/Source/wtf/MakeCancellableTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698