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

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

Issue 1849023002: WTF::ThreadSpecific should use base::ThreadLocalStorage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Check isShutdown(). Created 4 years, 8 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
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.cpp', 5 'ASCIICType.cpp',
6 'ASCIICType.h', 6 'ASCIICType.h',
7 'AddressSanitizer.h', 7 'AddressSanitizer.h',
8 'AddressSpaceRandomization.cpp', 8 'AddressSpaceRandomization.cpp',
9 'AddressSpaceRandomization.h', 9 'AddressSpaceRandomization.h',
10 'Alignment.h', 10 'Alignment.h',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 'SpinLock.cpp', 102 'SpinLock.cpp',
103 'SpinLock.h', 103 'SpinLock.h',
104 'StaticConstructors.h', 104 'StaticConstructors.h',
105 'StdLibExtras.h', 105 'StdLibExtras.h',
106 'StringExtras.h', 106 'StringExtras.h',
107 'StringHasher.h', 107 'StringHasher.h',
108 'TemporaryChange.h', 108 'TemporaryChange.h',
109 'ThreadRestrictionVerifier.h', 109 'ThreadRestrictionVerifier.h',
110 'ThreadSafeRefCounted.h', 110 'ThreadSafeRefCounted.h',
111 'ThreadSpecific.h', 111 'ThreadSpecific.h',
112 'ThreadSpecificWin.cpp',
113 'Threading.h', 112 'Threading.h',
114 'ThreadingPrimitives.h', 113 'ThreadingPrimitives.h',
115 'ThreadingPthreads.cpp', 114 'ThreadingPthreads.cpp',
116 'ThreadingWin.cpp', 115 'ThreadingWin.cpp',
117 'TreeNode.h', 116 'TreeNode.h',
118 'TypeTraits.h', 117 'TypeTraits.h',
119 'TypedArrayBase.h', 118 'TypedArrayBase.h',
120 'Uint16Array.h', 119 'Uint16Array.h',
121 'Uint32Array.h', 120 'Uint32Array.h',
122 'Uint8Array.h', 121 'Uint8Array.h',
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 'text/StringBufferTest.cpp', 223 'text/StringBufferTest.cpp',
225 'text/StringBuilderTest.cpp', 224 'text/StringBuilderTest.cpp',
226 'text/StringImplTest.cpp', 225 'text/StringImplTest.cpp',
227 'text/StringOperatorsTest.cpp', 226 'text/StringOperatorsTest.cpp',
228 'text/TextCodecReplacementTest.cpp', 227 'text/TextCodecReplacementTest.cpp',
229 'text/TextCodecUTF8Test.cpp', 228 'text/TextCodecUTF8Test.cpp',
230 'text/WTFStringTest.cpp', 229 'text/WTFStringTest.cpp',
231 ], 230 ],
232 }, 231 },
233 } 232 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698