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

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

Issue 2274793002: Added move constructor to PassRefPtr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed reviewer comments Created 4 years, 4 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 c18f1a2ddfd2f62db9ae0f681a695545fd4c3ba6..69f64aebc9355fe3a3c00b31af62621483b34d0c 100644
--- a/third_party/WebKit/Source/wtf/wtf.gypi
+++ b/third_party/WebKit/Source/wtf/wtf.gypi
@@ -216,6 +216,7 @@
'MakeCancellableTest.cpp',
'MathExtrasTest.cpp',
'OptionalTest.cpp',
+ 'PassRefPtrTest.cpp',
'RefPtrTest.cpp',
'SaturatedArithmeticTest.cpp',
'StringExtrasTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698