OSDN Git Service

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