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

Unified Diff: Source/wtf/wtf.gypi

Issue 228403002: Deque: Add HeapDeque and prevent buggy use of swap and operator= (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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/Deque.h ('K') | « Source/wtf/VectorTest.cpp ('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 173ec447ee5c4aa19e653c5333970e34069070f4..8dc2e23f5c07cd5ad7de03885227fc6692a29e0e 100644
--- a/Source/wtf/wtf.gypi
+++ b/Source/wtf/wtf.gypi
@@ -205,6 +205,7 @@
'wtf_unittest_files': [
'ArrayBufferBuilderTest.cpp',
'CheckedArithmeticTest.cpp',
+ 'DequeTest.cpp',
Mads Ager (chromium) 2014/04/08 10:46:17 You need to add this file to the code review.
Erik Corry 2014/04/08 11:48:53 Done.
'FunctionalTest.cpp',
'HashMapTest.cpp',
'HashSetTest.cpp',
« Source/wtf/Deque.h ('K') | « Source/wtf/VectorTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698