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

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

Issue 337323004: Revert of Some inline ARM assembly for saturated arithmetic, a small speed-up for (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« no previous file with comments | « Source/wtf/asm/SaturatedArithmeticARM.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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 'Uint32Array.h', 130 'Uint32Array.h',
131 'Uint8Array.h', 131 'Uint8Array.h',
132 'Vector.h', 132 'Vector.h',
133 'VectorTraits.h', 133 'VectorTraits.h',
134 'WTF.cpp', 134 'WTF.cpp',
135 'WTF.h', 135 'WTF.h',
136 'WTFExport.h', 136 'WTFExport.h',
137 'WTFThreadData.cpp', 137 'WTFThreadData.cpp',
138 'WTFThreadData.h', 138 'WTFThreadData.h',
139 'WeakPtr.h', 139 'WeakPtr.h',
140 'asm/SaturatedArithmeticARM.h',
141 'dtoa.cpp', 140 'dtoa.cpp',
142 'dtoa.h', 141 'dtoa.h',
143 'dtoa/bignum-dtoa.cc', 142 'dtoa/bignum-dtoa.cc',
144 'dtoa/bignum-dtoa.h', 143 'dtoa/bignum-dtoa.h',
145 'dtoa/bignum.cc', 144 'dtoa/bignum.cc',
146 'dtoa/bignum.h', 145 'dtoa/bignum.h',
147 'dtoa/cached-powers.cc', 146 'dtoa/cached-powers.cc',
148 'dtoa/cached-powers.h', 147 'dtoa/cached-powers.h',
149 'dtoa/diy-fp.cc', 148 'dtoa/diy-fp.cc',
150 'dtoa/diy-fp.h', 149 'dtoa/diy-fp.h',
(...skipping 82 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/asm/SaturatedArithmeticARM.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698