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

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

Issue 16066003: Add wtf_unittests target that links unit tests outside DLL (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add base dependency for allocator target Created 7 years, 6 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/tests/RunAllTests.cpp ('k') | Source/wtf/wtf_tests.gyp » ('j') | 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 'AVLTree.h', 5 'AVLTree.h',
6 'Alignment.h', 6 'Alignment.h',
7 'ArrayBuffer.cpp', 7 'ArrayBuffer.cpp',
8 'ArrayBuffer.h', 8 'ArrayBuffer.h',
9 'ArrayBufferContents.cpp', 9 'ArrayBufferContents.cpp',
10 'ArrayBufferContents.h', 10 'ArrayBufferContents.h',
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 'unicode/ScriptCodesFromICU.h', 218 'unicode/ScriptCodesFromICU.h',
219 'unicode/UTF8.cpp', 219 'unicode/UTF8.cpp',
220 'unicode/UTF8.h', 220 'unicode/UTF8.h',
221 'unicode/Unicode.h', 221 'unicode/Unicode.h',
222 'unicode/UnicodeMacrosFromICU.h', 222 'unicode/UnicodeMacrosFromICU.h',
223 'unicode/icu/CollatorICU.cpp', 223 'unicode/icu/CollatorICU.cpp',
224 'unicode/icu/UnicodeIcu.h', 224 'unicode/icu/UnicodeIcu.h',
225 ], 225 ],
226 'wtf_unittest_files': [ 226 'wtf_unittest_files': [
227 'tests/AtomicString.cpp', 227 'tests/AtomicString.cpp',
228 'tests/CString.cpp',
228 'tests/CheckedArithmeticOperations.cpp', 229 'tests/CheckedArithmeticOperations.cpp',
229 'tests/CString.cpp',
230 'tests/Functional.cpp', 230 'tests/Functional.cpp',
231 'tests/HashMap.cpp', 231 'tests/HashMap.cpp',
232 'tests/HashSet.cpp', 232 'tests/HashSet.cpp',
233 'tests/ListHashSet.cpp', 233 'tests/ListHashSet.cpp',
234 'tests/MathExtras.cpp', 234 'tests/MathExtras.cpp',
235 'tests/MemoryInstrumentationTest.cpp', 235 'tests/MemoryInstrumentationTest.cpp',
236 'tests/SaturatedArithmeticOperations.cpp', 236 'tests/SaturatedArithmeticOperations.cpp',
237 'tests/StringBuilder.cpp', 237 'tests/StringBuilder.cpp',
238 'tests/StringHasher.cpp', 238 'tests/StringHasher.cpp',
239 'tests/StringImpl.cpp', 239 'tests/StringImpl.cpp',
240 'tests/StringOperators.cpp', 240 'tests/StringOperators.cpp',
241 'tests/TemporaryChange.cpp', 241 'tests/TemporaryChange.cpp',
242 'tests/Vector.cpp', 242 'tests/Vector.cpp',
243 'tests/VectorBasic.cpp', 243 'tests/VectorBasic.cpp',
244 'tests/VectorReverse.cpp', 244 'tests/VectorReverse.cpp',
245 'tests/WTFString.cpp', 245 'tests/WTFString.cpp',
246 ], 246 ],
247 }, 247 },
248 } 248 }
OLDNEW
« no previous file with comments | « Source/wtf/tests/RunAllTests.cpp ('k') | Source/wtf/wtf_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698