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

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

Issue 670113002: Oilpan: A thread that is not attached to Oilpan shouldn't create a CrossThreadPersistent Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « Source/wtf/UnretainedPtr.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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 'ThreadingPrimitives.h', 118 'ThreadingPrimitives.h',
119 'ThreadingPthreads.cpp', 119 'ThreadingPthreads.cpp',
120 'ThreadingWin.cpp', 120 'ThreadingWin.cpp',
121 'TreeNode.h', 121 'TreeNode.h',
122 'TypeTraits.cpp', 122 'TypeTraits.cpp',
123 'TypeTraits.h', 123 'TypeTraits.h',
124 'TypedArrayBase.h', 124 'TypedArrayBase.h',
125 'Uint16Array.h', 125 'Uint16Array.h',
126 'Uint32Array.h', 126 'Uint32Array.h',
127 'Uint8Array.h', 127 'Uint8Array.h',
128 'UnretainedPtr.h',
128 'Vector.h', 129 'Vector.h',
129 'VectorTraits.h', 130 'VectorTraits.h',
130 'WTF.cpp', 131 'WTF.cpp',
131 'WTF.h', 132 'WTF.h',
132 'WTFExport.h', 133 'WTFExport.h',
133 'WTFThreadData.cpp', 134 'WTFThreadData.cpp',
134 'WTFThreadData.h', 135 'WTFThreadData.h',
135 'WeakPtr.h', 136 'WeakPtr.h',
136 'asm/SaturatedArithmeticARM.h', 137 'asm/SaturatedArithmeticARM.h',
137 'dtoa.cpp', 138 'dtoa.cpp',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 'text/TextCodecUTF8Test.cpp', 234 'text/TextCodecUTF8Test.cpp',
234 'text/WTFStringTest.cpp', 235 'text/WTFStringTest.cpp',
235 ], 236 ],
236 'wtf_unittest_helper_files': [ 237 'wtf_unittest_helper_files': [
237 'testing/WTFTestHelpers.cpp', 238 'testing/WTFTestHelpers.cpp',
238 'testing/WTFTestHelpers.h', 239 'testing/WTFTestHelpers.h',
239 'testing/WTFUnitTestHelpersExport.h', 240 'testing/WTFUnitTestHelpersExport.h',
240 ], 241 ],
241 }, 242 },
242 } 243 }
OLDNEW
« no previous file with comments | « Source/wtf/UnretainedPtr.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698