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

Side by Side Diff: Source/wtf/wtf.gypi

Issue 354143005: Fix RefPtr's move assignment operator (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Stop using std::move Created 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/wtf/RefPtrTest.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 # For GN compatibility, this file can not have any conditions. 1 # For GN compatibility, this file can not have any conditions.
2 { 2 {
3 'variables': { 3 'variables': {
4 'wtf_files': [ 4 'wtf_files': [
5 'ASCIICType.h', 5 'ASCIICType.h',
6 'AddressSpaceRandomization.cpp', 6 'AddressSpaceRandomization.cpp',
7 'AddressSpaceRandomization.h', 7 'AddressSpaceRandomization.h',
8 'Alignment.h', 8 'Alignment.h',
9 'ArrayBuffer.cpp', 9 'ArrayBuffer.cpp',
10 'ArrayBuffer.h', 10 'ArrayBuffer.h',
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 'wtf_unittest_files': [ 209 'wtf_unittest_files': [
210 'ArrayBufferBuilderTest.cpp', 210 'ArrayBufferBuilderTest.cpp',
211 'CheckedArithmeticTest.cpp', 211 'CheckedArithmeticTest.cpp',
212 'DequeTest.cpp', 212 'DequeTest.cpp',
213 'FunctionalTest.cpp', 213 'FunctionalTest.cpp',
214 'HashMapTest.cpp', 214 'HashMapTest.cpp',
215 'HashSetTest.cpp', 215 'HashSetTest.cpp',
216 'ListHashSetTest.cpp', 216 'ListHashSetTest.cpp',
217 'MathExtrasTest.cpp', 217 'MathExtrasTest.cpp',
218 'PartitionAllocTest.cpp', 218 'PartitionAllocTest.cpp',
219 'RefPtrTest.cpp',
219 'SaturatedArithmeticTest.cpp', 220 'SaturatedArithmeticTest.cpp',
220 'StringExtrasTest.cpp', 221 'StringExtrasTest.cpp',
221 'StringHasherTest.cpp', 222 'StringHasherTest.cpp',
222 'TemporaryChangeTest.cpp', 223 'TemporaryChangeTest.cpp',
223 'TreeNodeTest.cpp', 224 'TreeNodeTest.cpp',
224 'VectorTest.cpp', 225 'VectorTest.cpp',
225 'testing/WTFTestHelpersTest.cpp', 226 'testing/WTFTestHelpersTest.cpp',
226 'text/AtomicStringTest.cpp', 227 'text/AtomicStringTest.cpp',
227 'text/CStringTest.cpp', 228 'text/CStringTest.cpp',
228 'text/StringBuilderTest.cpp', 229 'text/StringBuilderTest.cpp',
229 'text/StringImplTest.cpp', 230 'text/StringImplTest.cpp',
230 'text/StringOperatorsTest.cpp', 231 'text/StringOperatorsTest.cpp',
231 'text/TextCodecReplacementTest.cpp', 232 'text/TextCodecReplacementTest.cpp',
232 'text/TextCodecUTF8Test.cpp', 233 'text/TextCodecUTF8Test.cpp',
233 'text/WTFStringTest.cpp', 234 'text/WTFStringTest.cpp',
234 ], 235 ],
235 'wtf_unittest_helper_files': [ 236 'wtf_unittest_helper_files': [
236 'testing/WTFTestHelpers.cpp', 237 'testing/WTFTestHelpers.cpp',
237 'testing/WTFTestHelpers.h', 238 'testing/WTFTestHelpers.h',
238 'testing/WTFUnitTestHelpersExport.h', 239 'testing/WTFUnitTestHelpersExport.h',
239 ], 240 ],
240 }, 241 },
241 } 242 }
OLDNEW
« no previous file with comments | « Source/wtf/RefPtrTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698