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

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

Issue 14390002: Decrease the visibility of the ENABLE_THREADING_XX guards. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase + remove the deleted file from the file list in gypi file 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/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 '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',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 'NumberOfCores.cpp', 90 'NumberOfCores.cpp',
91 'NumberOfCores.h', 91 'NumberOfCores.h',
92 'OSRandomSource.h', 92 'OSRandomSource.h',
93 'OwnArrayPtr.h', 93 'OwnArrayPtr.h',
94 'OwnPtr.h', 94 'OwnPtr.h',
95 'OwnPtrCommon.h', 95 'OwnPtrCommon.h',
96 'ParallelJobs.h', 96 'ParallelJobs.h',
97 'ParallelJobsGeneric.cpp', 97 'ParallelJobsGeneric.cpp',
98 'ParallelJobsGeneric.h', 98 'ParallelJobsGeneric.h',
99 'ParallelJobsLibdispatch.h', 99 'ParallelJobsLibdispatch.h',
100 'ParallelJobsOpenMP.h',
101 'PassOwnArrayPtr.h', 100 'PassOwnArrayPtr.h',
102 'PassOwnPtr.h', 101 'PassOwnPtr.h',
103 'PassRefPtr.h', 102 'PassRefPtr.h',
104 'PassTraits.h', 103 'PassTraits.h',
105 'Platform.h', 104 'Platform.h',
106 'PossiblyNull.h', 105 'PossiblyNull.h',
107 'PrintStream.cpp', 106 'PrintStream.cpp',
108 'PrintStream.h', 107 'PrintStream.h',
109 'ProcessID.h', 108 'ProcessID.h',
110 'RandomNumber.cpp', 109 'RandomNumber.cpp',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 'tests/StringImpl.cpp', 239 'tests/StringImpl.cpp',
241 'tests/StringOperators.cpp', 240 'tests/StringOperators.cpp',
242 'tests/TemporaryChange.cpp', 241 'tests/TemporaryChange.cpp',
243 'tests/Vector.cpp', 242 'tests/Vector.cpp',
244 'tests/VectorBasic.cpp', 243 'tests/VectorBasic.cpp',
245 'tests/VectorReverse.cpp', 244 'tests/VectorReverse.cpp',
246 'tests/WTFString.cpp', 245 'tests/WTFString.cpp',
247 ], 246 ],
248 }, 247 },
249 } 248 }
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