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

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

Issue 604373003: [WIP] Supporting arm_neon_optional flag for blink platform. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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/wtf.gyp ('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 10 matching lines...) Expand all
21 'Assertions.h', 21 'Assertions.h',
22 'Atomics.h', 22 'Atomics.h',
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 'CPU.cpp',
31 'CheckedArithmetic.h', 32 'CheckedArithmetic.h',
32 'Compiler.h', 33 'Compiler.h',
33 'Complex.h', 34 'Complex.h',
34 'CryptographicallyRandomNumber.cpp', 35 'CryptographicallyRandomNumber.cpp',
35 'CryptographicallyRandomNumber.h', 36 'CryptographicallyRandomNumber.h',
36 'CurrentTime.cpp', 37 'CurrentTime.cpp',
37 'CurrentTime.h', 38 'CurrentTime.h',
38 'DataLog.cpp', 39 'DataLog.cpp',
39 'DataLog.h', 40 'DataLog.h',
40 'DateMath.cpp', 41 'DateMath.cpp',
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 'text/TextCodecUTF8Test.cpp', 236 'text/TextCodecUTF8Test.cpp',
236 'text/WTFStringTest.cpp', 237 'text/WTFStringTest.cpp',
237 ], 238 ],
238 'wtf_unittest_helper_files': [ 239 'wtf_unittest_helper_files': [
239 'testing/WTFTestHelpers.cpp', 240 'testing/WTFTestHelpers.cpp',
240 'testing/WTFTestHelpers.h', 241 'testing/WTFTestHelpers.h',
241 'testing/WTFUnitTestHelpersExport.h', 242 'testing/WTFUnitTestHelpersExport.h',
242 ], 243 ],
243 }, 244 },
244 } 245 }
OLDNEW
« no previous file with comments | « Source/wtf/wtf.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698