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

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

Issue 801033003: remove WTF::Complex (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: remove WTF::Complex typedef Created 6 years 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
« no previous file with comments | « Source/wtf/Complex.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 '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 12 matching lines...) Expand all
23 'BitArray.h', 23 'BitArray.h',
24 'BitVector.cpp', 24 'BitVector.cpp',
25 'BitVector.h', 25 'BitVector.h',
26 'BitwiseOperations.h', 26 'BitwiseOperations.h',
27 'BloomFilter.h', 27 'BloomFilter.h',
28 'ByteOrder.h', 28 'ByteOrder.h',
29 'ByteSwap.h', 29 'ByteSwap.h',
30 'CPU.h', 30 'CPU.h',
31 'CheckedArithmetic.h', 31 'CheckedArithmetic.h',
32 'Compiler.h', 32 'Compiler.h',
33 'Complex.h',
34 'CryptographicallyRandomNumber.cpp', 33 'CryptographicallyRandomNumber.cpp',
35 'CryptographicallyRandomNumber.h', 34 'CryptographicallyRandomNumber.h',
36 'CurrentTime.cpp', 35 'CurrentTime.cpp',
37 'CurrentTime.h', 36 'CurrentTime.h',
38 'DataLog.cpp', 37 'DataLog.cpp',
39 'DataLog.h', 38 'DataLog.h',
40 'DateMath.cpp', 39 'DateMath.cpp',
41 'DateMath.h', 40 'DateMath.h',
42 'DefaultAllocator.cpp', 41 'DefaultAllocator.cpp',
43 'DefaultAllocator.h', 42 'DefaultAllocator.h',
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 'text/TextCodecUTF8Test.cpp', 232 'text/TextCodecUTF8Test.cpp',
234 'text/WTFStringTest.cpp', 233 'text/WTFStringTest.cpp',
235 ], 234 ],
236 'wtf_unittest_helper_files': [ 235 'wtf_unittest_helper_files': [
237 'testing/WTFTestHelpers.cpp', 236 'testing/WTFTestHelpers.cpp',
238 'testing/WTFTestHelpers.h', 237 'testing/WTFTestHelpers.h',
239 'testing/WTFUnitTestHelpersExport.h', 238 'testing/WTFUnitTestHelpersExport.h',
240 ], 239 ],
241 }, 240 },
242 } 241 }
OLDNEW
« no previous file with comments | « Source/wtf/Complex.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698