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

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

Issue 14810003: Move CPU() macro to it's own header from wtf/Platform.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Move CPU() macro to it's own header from wtf/Platform.h Created 7 years, 7 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/text/ASCIIFastPath.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 { 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',
11 'ArrayBufferDeallocationObserver.h', 11 'ArrayBufferDeallocationObserver.h',
12 'ArrayBufferView.cpp', 12 'ArrayBufferView.cpp',
13 'ArrayBufferView.h', 13 'ArrayBufferView.h',
14 'Assertions.cpp', 14 'Assertions.cpp',
15 'Assertions.h', 15 'Assertions.h',
16 'Atomics.h', 16 'Atomics.h',
17 'AutodrainedPool.h', 17 'AutodrainedPool.h',
18 'AutodrainedPoolMac.mm', 18 'AutodrainedPoolMac.mm',
19 'BitArray.h', 19 'BitArray.h',
20 'BitVector.cpp', 20 'BitVector.cpp',
21 'BitVector.h', 21 'BitVector.h',
22 'BloomFilter.h', 22 'BloomFilter.h',
23 'ByteOrder.h', 23 'ByteOrder.h',
24 'CPU.h',
24 'CheckedArithmetic.h', 25 'CheckedArithmetic.h',
25 'Compiler.h', 26 'Compiler.h',
26 'Complex.h', 27 'Complex.h',
27 'CryptographicallyRandomNumber.cpp', 28 'CryptographicallyRandomNumber.cpp',
28 'CryptographicallyRandomNumber.h', 29 'CryptographicallyRandomNumber.h',
29 'CurrentTime.h', 30 'CurrentTime.h',
30 'DataLog.cpp', 31 'DataLog.cpp',
31 'DataLog.h', 32 'DataLog.h',
32 'DateMath.cpp', 33 'DateMath.cpp',
33 'DateMath.h', 34 'DateMath.h',
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 'tests/StringImpl.cpp', 239 'tests/StringImpl.cpp',
239 'tests/StringOperators.cpp', 240 'tests/StringOperators.cpp',
240 'tests/TemporaryChange.cpp', 241 'tests/TemporaryChange.cpp',
241 'tests/Vector.cpp', 242 'tests/Vector.cpp',
242 'tests/VectorBasic.cpp', 243 'tests/VectorBasic.cpp',
243 'tests/VectorReverse.cpp', 244 'tests/VectorReverse.cpp',
244 'tests/WTFString.cpp', 245 'tests/WTFString.cpp',
245 ], 246 ],
246 }, 247 },
247 } 248 }
OLDNEW
« no previous file with comments | « Source/wtf/text/ASCIIFastPath.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698