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

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

Issue 1257203002: Fix ODR violation that can break WTF::String pretty printing in tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Really fix Created 5 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 unified diff | Download patch | Annotate | Revision Log
« Source/wtf/text/WTFString.h ('K') | « Source/wtf/text/WTFString.h ('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 'AddressSanitizer.h', 6 'AddressSanitizer.h',
7 'AddressSpaceRandomization.cpp', 7 'AddressSpaceRandomization.cpp',
8 'AddressSpaceRandomization.h', 8 'AddressSpaceRandomization.h',
9 'Alignment.h', 9 'Alignment.h',
10 'ArrayBuffer.cpp', 10 'ArrayBuffer.cpp',
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 'MathExtrasTest.cpp', 218 'MathExtrasTest.cpp',
219 'OptionalTest.cpp', 219 'OptionalTest.cpp',
220 'PartitionAllocTest.cpp', 220 'PartitionAllocTest.cpp',
221 'RefPtrTest.cpp', 221 'RefPtrTest.cpp',
222 'SaturatedArithmeticTest.cpp', 222 'SaturatedArithmeticTest.cpp',
223 'StringExtrasTest.cpp', 223 'StringExtrasTest.cpp',
224 'StringHasherTest.cpp', 224 'StringHasherTest.cpp',
225 'TemporaryChangeTest.cpp', 225 'TemporaryChangeTest.cpp',
226 'TreeNodeTest.cpp', 226 'TreeNodeTest.cpp',
227 'VectorTest.cpp', 227 'VectorTest.cpp',
228 'testing/WTFTestHelpersTest.cpp', 228 'testing/WTFTestPrintersTest.cpp',
229 'text/AtomicStringTest.cpp', 229 'text/AtomicStringTest.cpp',
230 'text/CStringTest.cpp', 230 'text/CStringTest.cpp',
231 'text/StringBufferTest.cpp', 231 'text/StringBufferTest.cpp',
232 'text/StringBuilderTest.cpp', 232 'text/StringBuilderTest.cpp',
233 'text/StringImplTest.cpp', 233 'text/StringImplTest.cpp',
234 'text/StringOperatorsTest.cpp', 234 'text/StringOperatorsTest.cpp',
235 'text/TextCodecReplacementTest.cpp', 235 'text/TextCodecReplacementTest.cpp',
236 'text/TextCodecUTF8Test.cpp', 236 'text/TextCodecUTF8Test.cpp',
237 'text/WTFStringTest.cpp', 237 'text/WTFStringTest.cpp',
238 ], 238 ],
239 'wtf_unittest_helper_files': [ 239 'wtf_unittest_helper_files': [
240 'testing/WTFTestHelpers.cpp', 240 'testing/WTFTestPrinters.cpp',
241 'testing/WTFTestHelpers.h',
242 'testing/WTFUnitTestHelpersExport.h',
243 ], 241 ],
244 }, 242 },
245 } 243 }
OLDNEW
« Source/wtf/text/WTFString.h ('K') | « Source/wtf/text/WTFString.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698