]> git.saurik.com Git - apple/javascriptcore.git/blame - JavaScriptCore.gypi
JavaScriptCore-576.tar.gz
[apple/javascriptcore.git] / JavaScriptCore.gypi
CommitLineData
ba379fdc
A
1{
2 'variables': {
3 'javascriptcore_files': [
ba379fdc
A
4 'API/APICast.h',
5 'API/JavaScript.h',
6 'API/JavaScriptCore.h',
7 'API/JSBase.cpp',
8 'API/JSBase.h',
9 'API/JSBasePrivate.h',
10 'API/JSCallbackConstructor.cpp',
11 'API/JSCallbackConstructor.h',
12 'API/JSCallbackFunction.cpp',
13 'API/JSCallbackFunction.h',
14 'API/JSCallbackObject.cpp',
15 'API/JSCallbackObject.h',
16 'API/JSCallbackObjectFunctions.h',
17 'API/JSClassRef.cpp',
18 'API/JSClassRef.h',
19 'API/JSContextRef.cpp',
20 'API/JSContextRef.h',
f9bf01c6 21 'API/JSContextRefPrivate.h',
ba379fdc
A
22 'API/JSObjectRef.cpp',
23 'API/JSObjectRef.h',
24 'API/JSProfilerPrivate.cpp',
25 'API/JSProfilerPrivate.h',
26 'API/JSRetainPtr.h',
27 'API/JSStringRef.cpp',
28 'API/JSStringRef.h',
29 'API/JSStringRefBSTR.cpp',
30 'API/JSStringRefBSTR.h',
31 'API/JSStringRefCF.cpp',
32 'API/JSStringRefCF.h',
33 'API/JSValueRef.cpp',
34 'API/JSValueRef.h',
35 'API/OpaqueJSString.cpp',
36 'API/OpaqueJSString.h',
37 'API/tests/JSNode.h',
38 'API/tests/JSNodeList.h',
39 'API/tests/Node.h',
40 'API/tests/NodeList.h',
41 'API/WebKitAvailability.h',
42 'assembler/AbstractMacroAssembler.h',
43 'assembler/ARMv7Assembler.h',
44 'assembler/AssemblerBuffer.h',
45 'assembler/CodeLocation.h',
46 'assembler/MacroAssembler.h',
47 'assembler/MacroAssemblerARMv7.h',
48 'assembler/MacroAssemblerCodeRef.h',
49 'assembler/MacroAssemblerX86.h',
50 'assembler/MacroAssemblerX86_64.h',
51 'assembler/MacroAssemblerX86Common.h',
52 'assembler/X86Assembler.h',
53 'bytecode/CodeBlock.cpp',
54 'bytecode/CodeBlock.h',
55 'bytecode/EvalCodeCache.h',
56 'bytecode/Instruction.h',
57 'bytecode/JumpTable.cpp',
58 'bytecode/JumpTable.h',
59 'bytecode/Opcode.cpp',
60 'bytecode/Opcode.h',
61 'bytecode/SamplingTool.cpp',
62 'bytecode/SamplingTool.h',
63 'bytecode/StructureStubInfo.cpp',
64 'bytecode/StructureStubInfo.h',
65 'bytecompiler/BytecodeGenerator.cpp',
66 'bytecompiler/BytecodeGenerator.h',
f9bf01c6 67 'bytecompiler/NodesCodegen.cpp',
ba379fdc
A
68 'bytecompiler/Label.h',
69 'bytecompiler/LabelScope.h',
70 'bytecompiler/RegisterID.h',
71 'config.h',
72 'debugger/Debugger.cpp',
73 'debugger/Debugger.h',
74 'debugger/DebuggerActivation.cpp',
75 'debugger/DebuggerActivation.h',
76 'debugger/DebuggerCallFrame.cpp',
77 'debugger/DebuggerCallFrame.h',
78 'icu/unicode/parseerr.h',
79 'icu/unicode/platform.h',
80 'icu/unicode/putil.h',
81 'icu/unicode/uchar.h',
82 'icu/unicode/ucnv.h',
83 'icu/unicode/ucnv_err.h',
84 'icu/unicode/ucol.h',
85 'icu/unicode/uconfig.h',
86 'icu/unicode/uenum.h',
87 'icu/unicode/uiter.h',
88 'icu/unicode/uloc.h',
89 'icu/unicode/umachine.h',
90 'icu/unicode/unorm.h',
91 'icu/unicode/urename.h',
92 'icu/unicode/uset.h',
93 'icu/unicode/ustring.h',
94 'icu/unicode/utf.h',
95 'icu/unicode/utf16.h',
96 'icu/unicode/utf8.h',
97 'icu/unicode/utf_old.h',
98 'icu/unicode/utypes.h',
99 'icu/unicode/uversion.h',
100 'interpreter/CachedCall.h',
101 'interpreter/CallFrame.cpp',
102 'interpreter/CallFrame.h',
103 'interpreter/CallFrameClosure.h',
104 'interpreter/Interpreter.cpp',
105 'interpreter/Interpreter.h',
106 'interpreter/Register.h',
107 'interpreter/RegisterFile.cpp',
108 'interpreter/RegisterFile.h',
109 'JavaScriptCorePrefix.h',
110 'jit/ExecutableAllocator.cpp',
111 'jit/ExecutableAllocator.h',
112 'jit/ExecutableAllocatorFixedVMPool.cpp',
113 'jit/ExecutableAllocatorPosix.cpp',
114 'jit/ExecutableAllocatorWin.cpp',
115 'jit/JIT.cpp',
116 'jit/JIT.h',
117 'jit/JITArithmetic.cpp',
118 'jit/JITCall.cpp',
119 'jit/JITCode.h',
120 'jit/JITInlineMethods.h',
121 'jit/JITOpcodes.cpp',
122 'jit/JITPropertyAccess.cpp',
123 'jit/JITStubCall.h',
124 'jit/JITStubs.cpp',
125 'jit/JITStubs.h',
126 'jsc.cpp',
127 'os-win32/stdbool.h',
128 'os-win32/stdint.h',
129 'parser/Lexer.cpp',
130 'parser/Lexer.h',
131 'parser/NodeConstructors.h',
132 'parser/NodeInfo.h',
133 'parser/Nodes.cpp',
134 'parser/Nodes.h',
135 'parser/Parser.cpp',
136 'parser/Parser.h',
137 'parser/ParserArena.cpp',
138 'parser/ParserArena.h',
139 'parser/ResultType.h',
140 'parser/SourceCode.h',
141 'parser/SourceProvider.h',
142 'pcre/pcre.h',
143 'pcre/pcre_compile.cpp',
144 'pcre/pcre_exec.cpp',
145 'pcre/pcre_internal.h',
146 'pcre/pcre_tables.cpp',
147 'pcre/pcre_ucp_searchfuncs.cpp',
148 'pcre/pcre_xclass.cpp',
149 'pcre/ucpinternal.h',
150 'pcre/ucptable.cpp',
151 'profiler/CallIdentifier.h',
ba379fdc
A
152 'profiler/Profile.cpp',
153 'profiler/Profile.h',
154 'profiler/ProfileGenerator.cpp',
155 'profiler/ProfileGenerator.h',
156 'profiler/ProfileNode.cpp',
157 'profiler/ProfileNode.h',
158 'profiler/Profiler.cpp',
159 'profiler/Profiler.h',
160 'profiler/ProfilerServer.h',
ba379fdc
A
161 'runtime/ArgList.cpp',
162 'runtime/ArgList.h',
163 'runtime/Arguments.cpp',
164 'runtime/Arguments.h',
165 'runtime/ArrayConstructor.cpp',
166 'runtime/ArrayConstructor.h',
167 'runtime/ArrayPrototype.cpp',
168 'runtime/ArrayPrototype.h',
169 'runtime/BatchedTransitionOptimizer.h',
170 'runtime/BooleanConstructor.cpp',
171 'runtime/BooleanConstructor.h',
172 'runtime/BooleanObject.cpp',
173 'runtime/BooleanObject.h',
174 'runtime/BooleanPrototype.cpp',
175 'runtime/BooleanPrototype.h',
176 'runtime/CallData.cpp',
177 'runtime/CallData.h',
178 'runtime/ClassInfo.h',
179 'runtime/Collector.cpp',
180 'runtime/Collector.h',
181 'runtime/CollectorHeapIterator.h',
182 'runtime/CommonIdentifiers.cpp',
183 'runtime/CommonIdentifiers.h',
184 'runtime/Completion.cpp',
185 'runtime/Completion.h',
186 'runtime/ConstructData.cpp',
187 'runtime/ConstructData.h',
188 'runtime/DateConstructor.cpp',
189 'runtime/DateConstructor.h',
190 'runtime/DateConversion.cpp',
191 'runtime/DateConversion.h',
192 'runtime/DateInstance.cpp',
193 'runtime/DateInstance.h',
f9bf01c6 194 'runtime/DateInstanceCache.h',
ba379fdc
A
195 'runtime/DatePrototype.cpp',
196 'runtime/DatePrototype.h',
197 'runtime/Error.cpp',
198 'runtime/Error.h',
199 'runtime/ErrorConstructor.cpp',
200 'runtime/ErrorConstructor.h',
201 'runtime/ErrorInstance.cpp',
202 'runtime/ErrorInstance.h',
203 'runtime/ErrorPrototype.cpp',
204 'runtime/ErrorPrototype.h',
205 'runtime/ExceptionHelpers.cpp',
206 'runtime/ExceptionHelpers.h',
207 'runtime/FunctionConstructor.cpp',
208 'runtime/FunctionConstructor.h',
209 'runtime/FunctionPrototype.cpp',
210 'runtime/FunctionPrototype.h',
211 'runtime/GetterSetter.cpp',
212 'runtime/GetterSetter.h',
213 'runtime/GlobalEvalFunction.cpp',
214 'runtime/GlobalEvalFunction.h',
215 'runtime/Identifier.cpp',
216 'runtime/Identifier.h',
217 'runtime/InitializeThreading.cpp',
218 'runtime/InitializeThreading.h',
219 'runtime/InternalFunction.cpp',
220 'runtime/InternalFunction.h',
221 'runtime/JSActivation.cpp',
222 'runtime/JSActivation.h',
223 'runtime/JSArray.cpp',
224 'runtime/JSArray.h',
225 'runtime/JSByteArray.cpp',
226 'runtime/JSByteArray.h',
227 'runtime/JSCell.cpp',
228 'runtime/JSCell.h',
229 'runtime/JSFunction.cpp',
230 'runtime/JSFunction.h',
231 'runtime/JSGlobalData.cpp',
232 'runtime/JSGlobalData.h',
233 'runtime/JSGlobalObject.cpp',
234 'runtime/JSGlobalObject.h',
235 'runtime/JSGlobalObjectFunctions.cpp',
236 'runtime/JSGlobalObjectFunctions.h',
237 'runtime/JSImmediate.cpp',
238 'runtime/JSImmediate.h',
239 'runtime/JSLock.cpp',
240 'runtime/JSLock.h',
241 'runtime/JSNotAnObject.cpp',
242 'runtime/JSNotAnObject.h',
243 'runtime/JSNumberCell.cpp',
244 'runtime/JSNumberCell.h',
245 'runtime/JSObject.cpp',
246 'runtime/JSObject.h',
247 'runtime/JSONObject.cpp',
248 'runtime/JSONObject.h',
249 'runtime/JSPropertyNameIterator.cpp',
250 'runtime/JSPropertyNameIterator.h',
251 'runtime/JSStaticScopeObject.cpp',
252 'runtime/JSStaticScopeObject.h',
253 'runtime/JSString.cpp',
254 'runtime/JSString.h',
255 'runtime/JSType.h',
f9bf01c6 256 'runtime/JSTypeInfo.h',
ba379fdc
A
257 'runtime/JSValue.cpp',
258 'runtime/JSValue.h',
259 'runtime/JSVariableObject.cpp',
260 'runtime/JSVariableObject.h',
261 'runtime/JSWrapperObject.cpp',
262 'runtime/JSWrapperObject.h',
263 'runtime/LiteralParser.cpp',
264 'runtime/LiteralParser.h',
265 'runtime/Lookup.cpp',
266 'runtime/Lookup.h',
f9bf01c6
A
267 'runtime/MarkStack.cpp',
268 'runtime/MarkStack.h',
269 'runtime/MarkStackWin.cpp',
ba379fdc
A
270 'runtime/MathObject.cpp',
271 'runtime/MathObject.h',
272 'runtime/NativeErrorConstructor.cpp',
273 'runtime/NativeErrorConstructor.h',
274 'runtime/NativeErrorPrototype.cpp',
275 'runtime/NativeErrorPrototype.h',
276 'runtime/NativeFunctionWrapper.h',
277 'runtime/NumberConstructor.cpp',
278 'runtime/NumberConstructor.h',
279 'runtime/NumberObject.cpp',
280 'runtime/NumberObject.h',
281 'runtime/NumberPrototype.cpp',
282 'runtime/NumberPrototype.h',
283 'runtime/ObjectConstructor.cpp',
284 'runtime/ObjectConstructor.h',
285 'runtime/ObjectPrototype.cpp',
286 'runtime/ObjectPrototype.h',
287 'runtime/Operations.cpp',
288 'runtime/Operations.h',
f9bf01c6
A
289 'runtime/PropertyDescriptor.cpp',
290 'runtime/PropertyDescriptor.h',
ba379fdc
A
291 'runtime/PropertyMapHashTable.h',
292 'runtime/PropertyNameArray.cpp',
293 'runtime/PropertyNameArray.h',
294 'runtime/PropertySlot.cpp',
295 'runtime/PropertySlot.h',
296 'runtime/Protect.h',
297 'runtime/PrototypeFunction.cpp',
298 'runtime/PrototypeFunction.h',
299 'runtime/PutPropertySlot.h',
300 'runtime/RegExp.cpp',
301 'runtime/RegExp.h',
302 'runtime/RegExpConstructor.cpp',
303 'runtime/RegExpConstructor.h',
304 'runtime/RegExpMatchesArray.h',
305 'runtime/RegExpObject.cpp',
306 'runtime/RegExpObject.h',
307 'runtime/RegExpPrototype.cpp',
308 'runtime/RegExpPrototype.h',
309 'runtime/ScopeChain.cpp',
310 'runtime/ScopeChain.h',
311 'runtime/ScopeChainMark.h',
312 'runtime/SmallStrings.cpp',
313 'runtime/SmallStrings.h',
314 'runtime/StringConstructor.cpp',
315 'runtime/StringConstructor.h',
316 'runtime/StringObject.cpp',
317 'runtime/StringObject.h',
318 'runtime/StringObjectThatMasqueradesAsUndefined.h',
319 'runtime/StringPrototype.cpp',
320 'runtime/StringPrototype.h',
321 'runtime/Structure.cpp',
322 'runtime/Structure.h',
323 'runtime/StructureChain.cpp',
324 'runtime/StructureChain.h',
325 'runtime/StructureTransitionTable.h',
326 'runtime/SymbolTable.h',
327 'runtime/TimeoutChecker.cpp',
328 'runtime/TimeoutChecker.h',
329 'runtime/Tracing.h',
ba379fdc
A
330 'runtime/UString.cpp',
331 'runtime/UString.h',
f9bf01c6 332 'runtime/WeakRandom.h',
ba379fdc
A
333 'wrec/CharacterClass.cpp',
334 'wrec/CharacterClass.h',
335 'wrec/CharacterClassConstructor.cpp',
336 'wrec/CharacterClassConstructor.h',
337 'wrec/Escapes.h',
338 'wrec/Quantifier.h',
339 'wrec/WREC.cpp',
340 'wrec/WREC.h',
341 'wrec/WRECFunctors.cpp',
342 'wrec/WRECFunctors.h',
343 'wrec/WRECGenerator.cpp',
344 'wrec/WRECGenerator.h',
345 'wrec/WRECParser.cpp',
346 'wrec/WRECParser.h',
347 'wtf/AlwaysInline.h',
348 'wtf/ASCIICType.h',
349 'wtf/Assertions.cpp',
350 'wtf/Assertions.h',
351 'wtf/AVLTree.h',
352 'wtf/ByteArray.cpp',
353 'wtf/ByteArray.h',
354 'wtf/chromium/ChromiumThreading.h',
355 'wtf/chromium/MainThreadChromium.cpp',
356 'wtf/CrossThreadRefCounted.h',
357 'wtf/CurrentTime.cpp',
358 'wtf/CurrentTime.h',
359 'wtf/DateMath.cpp',
360 'wtf/DateMath.h',
361 'wtf/Deque.h',
362 'wtf/DisallowCType.h',
363 'wtf/dtoa.cpp',
364 'wtf/dtoa.h',
365 'wtf/FastAllocBase.h',
366 'wtf/FastMalloc.cpp',
367 'wtf/FastMalloc.h',
368 'wtf/Forward.h',
369 'wtf/GetPtr.h',
f9bf01c6
A
370 'wtf/gtk/GOwnPtr.cpp',
371 'wtf/gtk/GOwnPtr.h',
ba379fdc
A
372 'wtf/gtk/MainThreadGtk.cpp',
373 'wtf/gtk/ThreadingGtk.cpp',
374 'wtf/HashCountedSet.h',
375 'wtf/HashFunctions.h',
376 'wtf/HashIterators.h',
377 'wtf/HashMap.h',
378 'wtf/HashSet.h',
379 'wtf/HashTable.cpp',
380 'wtf/HashTable.h',
381 'wtf/HashTraits.h',
382 'wtf/ListHashSet.h',
383 'wtf/ListRefPtr.h',
384 'wtf/Locker.h',
385 'wtf/MainThread.cpp',
386 'wtf/MainThread.h',
387 'wtf/MallocZoneSupport.h',
388 'wtf/MathExtras.h',
389 'wtf/MessageQueue.h',
390 'wtf/Noncopyable.h',
391 'wtf/NotFound.h',
392 'wtf/OwnArrayPtr.h',
393 'wtf/OwnFastMallocPtr.h',
394 'wtf/OwnPtr.h',
395 'wtf/OwnPtrCommon.h',
396 'wtf/OwnPtrWin.cpp',
397 'wtf/PassOwnPtr.h',
398 'wtf/PassRefPtr.h',
399 'wtf/Platform.h',
400 'wtf/PtrAndFlags.h',
ba379fdc
A
401 'wtf/RandomNumber.cpp',
402 'wtf/RandomNumber.h',
403 'wtf/RandomNumberSeed.h',
404 'wtf/RefCounted.h',
405 'wtf/RefCountedLeakCounter.cpp',
406 'wtf/RefCountedLeakCounter.h',
407 'wtf/RefPtr.h',
408 'wtf/RefPtrHashMap.h',
409 'wtf/RetainPtr.h',
410 'wtf/SegmentedVector.h',
411 'wtf/StdLibExtras.h',
412 'wtf/StringExtras.h',
f9bf01c6 413 'wtf/StringHashFunctions.h',
ba379fdc 414 'wtf/TCPackedCache.h',
f9bf01c6
A
415 'wtf/qt/MainThreadQt.cpp',
416 'wtf/qt/ThreadingQt.cpp',
ba379fdc
A
417 'wtf/TCPageMap.h',
418 'wtf/TCSpinLock.h',
419 'wtf/TCSystemAlloc.cpp',
420 'wtf/TCSystemAlloc.h',
f9bf01c6
A
421 'wtf/ThreadIdentifierDataPthreads.cpp',
422 'wtf/ThreadIdentifierDataPthreads.h',
ba379fdc
A
423 'wtf/Threading.cpp',
424 'wtf/Threading.h',
425 'wtf/ThreadingNone.cpp',
426 'wtf/ThreadingPthreads.cpp',
427 'wtf/ThreadingWin.cpp',
428 'wtf/ThreadSpecific.h',
429 'wtf/ThreadSpecificWin.cpp',
430 'wtf/TypeTraits.cpp',
431 'wtf/TypeTraits.h',
432 'wtf/unicode/Collator.h',
433 'wtf/unicode/CollatorDefault.cpp',
434 'wtf/unicode/glib/UnicodeGLib.cpp',
435 'wtf/unicode/glib/UnicodeGLib.h',
436 'wtf/unicode/glib/UnicodeMacrosFromICU.h',
437 'wtf/unicode/icu/CollatorICU.cpp',
438 'wtf/unicode/icu/UnicodeIcu.h',
439 'wtf/unicode/qt4/UnicodeQt4.h',
440 'wtf/unicode/Unicode.h',
441 'wtf/unicode/UTF8.cpp',
442 'wtf/unicode/UTF8.h',
443 'wtf/UnusedParam.h',
444 'wtf/Vector.h',
445 'wtf/VectorTraits.h',
446 'wtf/VMTags.h',
447 'wtf/win/MainThreadWin.cpp',
448 'wtf/wx/MainThreadWx.cpp',
449 'yarr/RegexCompiler.cpp',
450 'yarr/RegexCompiler.h',
451 'yarr/RegexInterpreter.cpp',
452 'yarr/RegexInterpreter.h',
453 'yarr/RegexJIT.cpp',
454 'yarr/RegexJIT.h',
455 'yarr/RegexParser.h',
456 'yarr/RegexPattern.h',
457 ]
458 }
459}