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

Unified Diff: Source/wtf/wtf.gypi

Issue 1129793005: Replace OwnPtr with WTF::Optional for optional recorders. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge with master Created 5 years, 7 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
« Source/wtf/Optional.h ('K') | « Source/wtf/Utility.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/wtf.gypi
diff --git a/Source/wtf/wtf.gypi b/Source/wtf/wtf.gypi
index 63a6843402e5d11221992fa1f460d25f4e13a438..bab0e321bfb96f0d6a9a620d6df14588ea199c5c 100644
--- a/Source/wtf/wtf.gypi
+++ b/Source/wtf/wtf.gypi
@@ -86,6 +86,7 @@
'Noncopyable.h',
'NotFound.h',
'NullPtr.h',
+ 'Optional.h',
'OwnPtr.h',
'OwnPtrCommon.h',
'PageAllocator.cpp',
@@ -128,6 +129,7 @@
'Uint16Array.h',
'Uint32Array.h',
'Uint8Array.h',
+ 'Utility.h',
'Vector.h',
'VectorTraits.h',
'WTF.cpp',
@@ -217,6 +219,7 @@
'HashSetTest.cpp',
'ListHashSetTest.cpp',
'MathExtrasTest.cpp',
+ 'OptionalTest.cpp',
'PartitionAllocTest.cpp',
'RefPtrTest.cpp',
'SaturatedArithmeticTest.cpp',
« Source/wtf/Optional.h ('K') | « Source/wtf/Utility.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698