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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« Source/wtf/Deque.h ('K') | « Source/wtf/VectorTest.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'wtf_files': [ 3 'wtf_files': [
4 'ASCIICType.h', 4 'ASCIICType.h',
5 'Alignment.h', 5 'Alignment.h',
6 'ArrayBuffer.cpp', 6 'ArrayBuffer.cpp',
7 'ArrayBuffer.h', 7 'ArrayBuffer.h',
8 'ArrayBufferBuilder.cpp', 8 'ArrayBufferBuilder.cpp',
9 'ArrayBufferBuilder.h', 9 'ArrayBufferBuilder.h',
10 'ArrayBufferContents.cpp', 10 'ArrayBufferContents.cpp',
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 'unicode/Collator.h', 198 'unicode/Collator.h',
199 'unicode/UTF8.cpp', 199 'unicode/UTF8.cpp',
200 'unicode/UTF8.h', 200 'unicode/UTF8.h',
201 'unicode/Unicode.h', 201 'unicode/Unicode.h',
202 'unicode/icu/CollatorICU.cpp', 202 'unicode/icu/CollatorICU.cpp',
203 'unicode/icu/UnicodeIcu.h', 203 'unicode/icu/UnicodeIcu.h',
204 ], 204 ],
205 'wtf_unittest_files': [ 205 'wtf_unittest_files': [
206 'ArrayBufferBuilderTest.cpp', 206 'ArrayBufferBuilderTest.cpp',
207 'CheckedArithmeticTest.cpp', 207 'CheckedArithmeticTest.cpp',
208 '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.
208 'FunctionalTest.cpp', 209 'FunctionalTest.cpp',
209 'HashMapTest.cpp', 210 'HashMapTest.cpp',
210 'HashSetTest.cpp', 211 'HashSetTest.cpp',
211 'ListHashSetTest.cpp', 212 'ListHashSetTest.cpp',
212 'MathExtrasTest.cpp', 213 'MathExtrasTest.cpp',
213 'PartitionAllocTest.cpp', 214 'PartitionAllocTest.cpp',
214 'SaturatedArithmeticTest.cpp', 215 'SaturatedArithmeticTest.cpp',
215 'StringExtrasTest.cpp', 216 'StringExtrasTest.cpp',
216 'StringHasherTest.cpp', 217 'StringHasherTest.cpp',
217 'TemporaryChangeTest.cpp', 218 'TemporaryChangeTest.cpp',
218 'TreeNodeTest.cpp', 219 'TreeNodeTest.cpp',
219 'VectorTest.cpp', 220 'VectorTest.cpp',
220 'testing/WTFTestHelpersTest.cpp', 221 'testing/WTFTestHelpersTest.cpp',
221 'text/AtomicStringTest.cpp', 222 'text/AtomicStringTest.cpp',
222 'text/CStringTest.cpp', 223 'text/CStringTest.cpp',
223 'text/StringBuilderTest.cpp', 224 'text/StringBuilderTest.cpp',
224 'text/StringImplTest.cpp', 225 'text/StringImplTest.cpp',
225 'text/StringOperatorsTest.cpp', 226 'text/StringOperatorsTest.cpp',
226 'text/TextCodecUTF8Test.cpp', 227 'text/TextCodecUTF8Test.cpp',
227 'text/WTFStringTest.cpp', 228 'text/WTFStringTest.cpp',
228 ], 229 ],
229 'wtf_unittest_helper_files': [ 230 'wtf_unittest_helper_files': [
230 'testing/WTFTestHelpers.cpp', 231 'testing/WTFTestHelpers.cpp',
231 'testing/WTFTestHelpers.h', 232 'testing/WTFTestHelpers.h',
232 'testing/WTFUnitTestHelpersExport.h', 233 'testing/WTFUnitTestHelpersExport.h',
233 ], 234 ],
234 }, 235 },
235 } 236 }
OLDNEW
« 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