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

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

Issue 23112015: Fold wtf/Platform.h into config.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix wtf.gypi. Created 7 years, 4 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/Platform.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 'Alignment.h', 5 'Alignment.h',
6 'ArrayBuffer.cpp', 6 'ArrayBuffer.cpp',
7 'ArrayBuffer.h', 7 'ArrayBuffer.h',
8 'ArrayBufferContents.cpp', 8 'ArrayBufferContents.cpp',
9 'ArrayBufferContents.h', 9 'ArrayBufferContents.h',
10 'ArrayBufferDeallocationObserver.h', 10 'ArrayBufferDeallocationObserver.h',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'ParallelJobs.h', 87 'ParallelJobs.h',
88 'ParallelJobsGeneric.cpp', 88 'ParallelJobsGeneric.cpp',
89 'ParallelJobsGeneric.h', 89 'ParallelJobsGeneric.h',
90 'ParallelJobsLibdispatch.h', 90 'ParallelJobsLibdispatch.h',
91 'PartitionAlloc.cpp', 91 'PartitionAlloc.cpp',
92 'PartitionAlloc.h', 92 'PartitionAlloc.h',
93 'PassOwnArrayPtr.h', 93 'PassOwnArrayPtr.h',
94 'PassOwnPtr.h', 94 'PassOwnPtr.h',
95 'PassRefPtr.h', 95 'PassRefPtr.h',
96 'PassTraits.h', 96 'PassTraits.h',
97 'Platform.h',
98 'PossiblyNull.h', 97 'PossiblyNull.h',
99 'PrintStream.cpp', 98 'PrintStream.cpp',
100 'PrintStream.h', 99 'PrintStream.h',
101 'ProcessID.h', 100 'ProcessID.h',
102 'RandomNumber.cpp', 101 'RandomNumber.cpp',
103 'RandomNumber.h', 102 'RandomNumber.h',
104 'RandomNumberSeed.h', 103 'RandomNumberSeed.h',
105 'RefCounted.h', 104 'RefCounted.h',
106 'RefCountedLeakCounter.cpp', 105 'RefCountedLeakCounter.cpp',
107 'RefCountedLeakCounter.h', 106 'RefCountedLeakCounter.h',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 'tests/StringImpl.cpp', 231 'tests/StringImpl.cpp',
233 'tests/StringOperators.cpp', 232 'tests/StringOperators.cpp',
234 'tests/TemporaryChange.cpp', 233 'tests/TemporaryChange.cpp',
235 'tests/Vector.cpp', 234 'tests/Vector.cpp',
236 'tests/VectorBasic.cpp', 235 'tests/VectorBasic.cpp',
237 'tests/VectorReverse.cpp', 236 'tests/VectorReverse.cpp',
238 'tests/WTFString.cpp', 237 'tests/WTFString.cpp',
239 ], 238 ],
240 }, 239 },
241 } 240 }
OLDNEW
« no previous file with comments | « Source/wtf/Platform.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698