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

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 fix 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 71c4b1956616b932cd3b56e3553da3c066050245..bf88d3fce0c3b9ecd5770f6329146848bf7ccd57 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',
@@ -210,6 +212,7 @@
'HashMapTest.cpp',
'HashSetTest.cpp',
'ListHashSetTest.cpp',
+ 'MakeCancellableTest.cpp',
'MathExtrasTest.cpp',
'OptionalTest.cpp',
'RefPtrTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698