Missing ewk API tests
[framework/web/webkit-efl.git] / Source / WTF / WTF.gypi
1 {
2     'variables': {
3         'project_dir': ['.'],
4         'wtf_privateheader_files': [
5             'wtf/ASCIICType.h',
6             'wtf/AVLTree.h',
7             'wtf/Alignment.h',
8             'wtf/AlwaysInline.h',
9             'wtf/Assertions.h',
10             'wtf/Atomics.h',
11             'wtf/BitArray.h',
12             'wtf/BitVector.h',
13             'wtf/Bitmap.h',
14             'wtf/BlockStack.h',
15             'wtf/BloomFilter.h',
16             'wtf/BumpPointerAllocator.h',
17             'wtf/CheckedArithmetic.h',
18             'wtf/CheckedBoolean.h',
19             'wtf/Compiler.h',
20             'wtf/Complex.h',
21             'wtf/CryptographicallyRandomNumber.h',
22             'wtf/CurrentTime.h',
23             'wtf/DataLog.h',
24             'wtf/DateMath.h',
25             'wtf/DecimalNumber.h',
26             'wtf/Decoder.h',
27             'wtf/Deque.h',
28             'wtf/DisallowCType.h',
29             'wtf/DoublyLinkedList.h',
30             'wtf/Encoder.h',
31             'wtf/FastAllocBase.h',
32             'wtf/FastMalloc.h',
33             'wtf/FixedArray.h',
34             'wtf/Forward.h',
35             'wtf/Functional.h',
36             'wtf/GetPtr.h',
37             'wtf/GregorianDateTime.h',
38             'wtf/HashCountedSet.h',
39             'wtf/HashFunctions.h',
40             'wtf/HashIterators.h',
41             'wtf/HashMap.h',
42             'wtf/HashSet.h',
43             'wtf/HashTable.h',
44             'wtf/HashTraits.h',
45             'wtf/HexNumber.h',
46             'wtf/ListHashSet.h',
47             'wtf/ListRefPtr.h',
48             'wtf/Locker.h',
49             'wtf/MD5.h',
50             'wtf/MainThread.h',
51             'wtf/MathExtras.h',
52             'wtf/MessageQueue.h',
53             'wtf/NonCopyingSort.h',
54             'wtf/Noncopyable.h',
55             'wtf/NotFound.h',
56             'wtf/NullPtr.h',
57             'wtf/OSAllocator.h',
58             'wtf/OwnArrayPtr.h',
59             'wtf/OwnPtr.h',
60             'wtf/OwnPtrCommon.h',
61             'wtf/PageAllocation.h',
62             'wtf/PageAllocationAligned.h',
63             'wtf/PageBlock.h',
64             'wtf/PageReservation.h',
65             'wtf/PassOwnArrayPtr.h',
66             'wtf/PassOwnPtr.h',
67             'wtf/PassRefPtr.h',
68             'wtf/PassTraits.h',
69             'wtf/Platform.h',
70             'wtf/Platform.h',
71             'wtf/PossiblyNull.h',
72             'wtf/RandomNumber.h',
73             'wtf/RefCounted.h',
74             'wtf/RefCountedLeakCounter.h',
75             'wtf/RefPtr.h',
76             'wtf/RefPtrHashMap.h',
77             'wtf/RetainPtr.h',
78             'wtf/SentinelLinkedList.h',
79             'wtf/SinglyLinkedList.h',
80             'wtf/StackBounds.h',
81             'wtf/StaticConstructors.h',
82             'wtf/StdLibExtras.h',
83             'wtf/StringExtras.h',
84             'wtf/StringHasher.h',
85             'wtf/TemporaryChange.h',
86             'wtf/ThreadRestrictionVerifier.h',
87             'wtf/ThreadSafeRefCounted.h',
88             'wtf/ThreadSpecific.h',
89             'wtf/Threading.h',
90             'wtf/ThreadingPrimitives.h',
91             'wtf/TypeTraits.h',
92             'wtf/UnusedParam.h',
93             'wtf/VMTags.h',
94             'wtf/ValueCheck.h',
95             'wtf/Vector.h',
96             'wtf/VectorTraits.h',
97             'wtf/WTFThreadData.h',
98             'wtf/dtoa.h',
99             'wtf/dtoa/bignum-dtoa.h',
100             'wtf/dtoa/bignum.h',
101             'wtf/dtoa/cached-powers.h',
102             'wtf/dtoa/diy-fp.h',
103             'wtf/dtoa/double-conversion.h',
104             'wtf/dtoa/double.h',
105             'wtf/dtoa/fast-dtoa.h',
106             'wtf/dtoa/fixed-dtoa.h',
107             'wtf/dtoa/strtod.h',
108             'wtf/dtoa/utils.h',
109             'wtf/text/ASCIIFastPath.h',
110             'wtf/text/AtomicString.h',
111             'wtf/text/AtomicStringHash.h',
112             'wtf/text/AtomicStringImpl.h',
113             'wtf/text/Base64.h',
114             'wtf/text/CString.h',
115             'wtf/text/StringBuffer.h',
116             'wtf/text/StringBuilder.h',
117             'wtf/text/StringConcatenate.h',
118             'wtf/text/StringHash.h',
119             'wtf/text/StringImpl.h',
120             'wtf/text/StringOperators.h',
121             'wtf/text/TextPosition.h',
122             'wtf/text/WTFString.h',
123             'wtf/threads/BinarySemaphore.h',
124             'wtf/unicode/CharacterNames.h',
125             'wtf/unicode/Collator.h',
126             'wtf/unicode/UTF8.h',
127             'wtf/unicode/Unicode.h',
128             'wtf/unicode/icu/UnicodeIcu.h',
129         ],
130         'wtf_files': [
131             'wtf/ArrayBuffer.cpp',
132             'wtf/ArrayBuffer.h',
133             'wtf/ArrayBufferView.cpp',
134             'wtf/ArrayBufferView.h',
135             'wtf/Assertions.cpp',
136             'wtf/BitVector.cpp',
137             'wtf/CryptographicallyRandomNumber.cpp',
138             'wtf/CurrentTime.cpp',
139             'wtf/DataLog.cpp',
140             'wtf/DateMath.cpp',
141             'wtf/DecimalNumber.cpp',
142             'wtf/DynamicAnnotations.cpp',
143             'wtf/DynamicAnnotations.h',
144             'wtf/FastMalloc.cpp',
145             'wtf/Float32Array.h',
146             'wtf/Float64Array.h',
147             'wtf/GregorianDateTime.cpp',
148             'wtf/HashTable.cpp',
149             'wtf/Int16Array.h',
150             'wtf/Int32Array.h',
151             'wtf/Int8Array.h',
152             'wtf/IntegralTypedArrayBase.h',
153             'wtf/MD5.cpp',
154             'wtf/MainThread.cpp',
155             'wtf/MallocZoneSupport.h',
156             'wtf/MediaTime.h',
157             'wtf/MediaTime.cpp',
158             'wtf/NullPtr.cpp',
159             'wtf/NumberOfCores.cpp',
160             'wtf/NumberOfCores.h',
161             'wtf/RAMSize.cpp',
162             'wtf/RAMSize.h',
163             'wtf/OSAllocatorPosix.cpp',
164             'wtf/OSAllocatorWin.cpp',
165             'wtf/OSRandomSource.cpp',
166             'wtf/OSRandomSource.h',
167             'wtf/PageAllocationAligned.cpp',
168             'wtf/PageBlock.cpp',
169             'wtf/ParallelJobs.h',
170             'wtf/ParallelJobsGeneric.cpp',
171             'wtf/ParallelJobsGeneric.h',
172             'wtf/ParallelJobsLibdispatch.h',
173             'wtf/ParallelJobsOpenMP.h',
174             'wtf/RandomNumber.cpp',
175             'wtf/RandomNumberSeed.h',
176             'wtf/RefCountedLeakCounter.cpp',
177             'wtf/SHA1.cpp',
178             'wtf/SHA1.h',
179             'wtf/SegmentedVector.h',
180             'wtf/SizeLimits.cpp',
181             'wtf/StackBounds.cpp',
182             'wtf/StringExtras.cpp',
183             'wtf/TCPackedCache.h',
184             'wtf/TCPageMap.h',
185             'wtf/TCSpinLock.h',
186             'wtf/TCSystemAlloc.cpp',
187             'wtf/TCSystemAlloc.h',
188             'wtf/ThreadFunctionInvocation.h',
189             'wtf/ThreadIdentifierDataPthreads.cpp',
190             'wtf/ThreadIdentifierDataPthreads.h',
191             'wtf/ThreadSpecificWin.cpp',
192             'wtf/Threading.cpp',
193             'wtf/ThreadingPthreads.cpp',
194             'wtf/ThreadingWin.cpp',
195             'wtf/TypeTraits.cpp',
196             'wtf/TypedArrayBase.h',
197             'wtf/Uint16Array.h',
198             'wtf/Uint32Array.h',
199             'wtf/Uint8Array.h',
200             'wtf/WTFThreadData.cpp',
201             'wtf/chromium/ChromiumThreading.h',
202             'wtf/chromium/MainThreadChromium.cpp',
203             'wtf/dtoa.cpp',
204             'wtf/dtoa/bignum-dtoa.cc',
205             'wtf/dtoa/bignum.cc',
206             'wtf/dtoa/cached-powers.cc',
207             'wtf/dtoa/diy-fp.cc',
208             'wtf/dtoa/double-conversion.cc',
209             'wtf/dtoa/fast-dtoa.cc',
210             'wtf/dtoa/fixed-dtoa.cc',
211             'wtf/dtoa/strtod.cc',
212             'wtf/efl/MainThreadEfl.cpp',
213             'wtf/gobject/GOwnPtr.cpp',
214             'wtf/gobject/GOwnPtr.h',
215             'wtf/gobject/GRefPtr.cpp',
216             'wtf/gobject/GRefPtr.h',
217             'wtf/gobject/GTypedefs.h',
218             'wtf/gtk/MainThreadGtk.cpp',
219             'wtf/mac/MainThreadMac.mm',
220             'wtf/qt/MainThreadQt.cpp',
221             'wtf/qt/StringQt.cpp',
222             'wtf/text/AtomicString.cpp',
223             'wtf/text/Base64.cpp',
224             'wtf/text/CString.cpp',
225             'wtf/text/StringBuilder.cpp',
226             'wtf/text/StringImpl.cpp',
227             'wtf/text/StringStatics.cpp',
228             'wtf/text/WTFString.cpp',
229             'wtf/threads/BinarySemaphore.cpp',
230             'wtf/unicode/CollatorDefault.cpp',
231             'wtf/unicode/ScriptCodesFromICU.h',
232             'wtf/unicode/UTF8.cpp',
233             'wtf/unicode/UnicodeMacrosFromICU.h',
234             'wtf/unicode/glib/UnicodeGLib.cpp',
235             'wtf/unicode/glib/UnicodeGLib.h',
236             'wtf/unicode/icu/CollatorICU.cpp',
237             'wtf/unicode/qt4/UnicodeQt4.h',
238             'wtf/unicode/wince/UnicodeWinCE.cpp',
239             'wtf/unicode/wince/UnicodeWinCE.h',
240             'wtf/win/MainThreadWin.cpp',
241             'wtf/win/OwnPtrWin.cpp',
242             'wtf/wince/FastMallocWinCE.h',
243             'wtf/wince/MemoryManager.cpp',
244             'wtf/wince/MemoryManager.h',
245             'wtf/wx/MainThreadWx.cpp',
246             'wtf/wx/StringWx.cpp',
247         ],
248     }
249 }