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

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

Issue 2125003002: Move CrossThreadCopier from platform/ to wtf/ Base URL: https://chromium.googlesource.com/chromium/src.git@TRV_RemoveTupleInBind
Patch Set: Rebase Created 4 years, 5 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 'Alignment.h', 8 'Alignment.h',
9 'Allocator.h', 9 'Allocator.h',
10 'Assertions.cpp', 10 'Assertions.cpp',
11 'Assertions.h', 11 'Assertions.h',
12 'Atomics.h', 12 'Atomics.h',
13 'BitVector.cpp', 13 'BitVector.cpp',
14 'BitVector.h', 14 'BitVector.h',
15 'BitwiseOperations.h', 15 'BitwiseOperations.h',
16 'BloomFilter.h', 16 'BloomFilter.h',
17 'ByteOrder.h', 17 'ByteOrder.h',
18 'ByteSwap.h', 18 'ByteSwap.h',
19 'CPU.h', 19 'CPU.h',
20 'CheckedNumeric.h', 20 'CheckedNumeric.h',
21 'Compiler.h', 21 'Compiler.h',
22 'ConditionalDestructor.h', 22 'ConditionalDestructor.h',
23 'ContainerAnnotations.h', 23 'ContainerAnnotations.h',
24 'CrossThreadCopier.h',
24 'CryptographicallyRandomNumber.cpp', 25 'CryptographicallyRandomNumber.cpp',
25 'CryptographicallyRandomNumber.h', 26 'CryptographicallyRandomNumber.h',
26 'CurrentTime.cpp', 27 'CurrentTime.cpp',
27 'CurrentTime.h', 28 'CurrentTime.h',
28 'DataLog.cpp', 29 'DataLog.cpp',
29 'DataLog.h', 30 'DataLog.h',
30 'DateMath.cpp', 31 'DateMath.cpp',
31 'DateMath.h', 32 'DateMath.h',
32 'Deque.h', 33 'Deque.h',
33 'DoublyLinkedList.h', 34 'DoublyLinkedList.h',
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 'typed_arrays/Int8Array.h', 198 'typed_arrays/Int8Array.h',
198 'typed_arrays/IntegralTypedArrayBase.h', 199 'typed_arrays/IntegralTypedArrayBase.h',
199 'typed_arrays/TypedArrayBase.h', 200 'typed_arrays/TypedArrayBase.h',
200 'typed_arrays/Uint16Array.h', 201 'typed_arrays/Uint16Array.h',
201 'typed_arrays/Uint32Array.h', 202 'typed_arrays/Uint32Array.h',
202 'typed_arrays/Uint8Array.h', 203 'typed_arrays/Uint8Array.h',
203 ], 204 ],
204 'wtf_unittest_files': [ 205 'wtf_unittest_files': [
205 'ASCIICTypeTest.cpp', 206 'ASCIICTypeTest.cpp',
206 'AssertionsTest.cpp', 207 'AssertionsTest.cpp',
208 'CrossThreadCopierTest.cpp',
207 'DequeTest.cpp', 209 'DequeTest.cpp',
208 'FunctionalTest.cpp', 210 'FunctionalTest.cpp',
209 'HashMapTest.cpp', 211 'HashMapTest.cpp',
210 'HashSetTest.cpp', 212 'HashSetTest.cpp',
211 'ListHashSetTest.cpp', 213 'ListHashSetTest.cpp',
212 'MathExtrasTest.cpp', 214 'MathExtrasTest.cpp',
213 'OptionalTest.cpp', 215 'OptionalTest.cpp',
214 'RefPtrTest.cpp', 216 'RefPtrTest.cpp',
215 'SaturatedArithmeticTest.cpp', 217 'SaturatedArithmeticTest.cpp',
216 'StringExtrasTest.cpp', 218 'StringExtrasTest.cpp',
(...skipping 12 matching lines...) Expand all
229 'text/StringOperatorsTest.cpp', 231 'text/StringOperatorsTest.cpp',
230 'text/StringViewTest.cpp', 232 'text/StringViewTest.cpp',
231 'text/TextCodecTest.cpp', 233 'text/TextCodecTest.cpp',
232 'text/TextCodecReplacementTest.cpp', 234 'text/TextCodecReplacementTest.cpp',
233 'text/TextCodecUTF8Test.cpp', 235 'text/TextCodecUTF8Test.cpp',
234 'text/WTFStringTest.cpp', 236 'text/WTFStringTest.cpp',
235 'typed_arrays/ArrayBufferBuilderTest.cpp', 237 'typed_arrays/ArrayBufferBuilderTest.cpp',
236 ], 238 ],
237 }, 239 },
238 } 240 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698