summaryrefslogtreecommitdiffstats
path: root/Source/JavaScriptGlue/gyp/JavaScriptGlue.gypi
blob: abc98d0cd8634306fca52ceefebf2bbea7a7213d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
    'variables': {
        'javascriptglue_files': [
            '../JavaScriptGlue.cpp',
            '../JSBase.cpp',
            '../JSObject.cpp',
            '../JSRun.cpp',
            '../JSUtils.cpp',
            '../JSValueWrapper.cpp',
            '../UserObjectImp.cpp',
            '../config.h',
            '../ForwardingHeaders/masm/X86Assembler.h',
            '../ForwardingHeaders/profiler/Profiler.h',
            '../ForwardingHeaders/runtime/CallFrame.h',
            '../ForwardingHeaders/wtf/AlwaysInline.h',
            '../ForwardingHeaders/wtf/ASCIICType.h',
            '../ForwardingHeaders/wtf/Assertions.h',
            '../ForwardingHeaders/wtf/Atomics.h',
            '../ForwardingHeaders/wtf/Bitmap.h',
            '../ForwardingHeaders/wtf/BumpPointerAllocator.h',
            '../ForwardingHeaders/wtf/CrossThreadRefCounted.h',
            '../ForwardingHeaders/wtf/CurrentTime.h',
            '../ForwardingHeaders/wtf/DateInstanceCache.h',
            '../ForwardingHeaders/wtf/DateMath.h',
            '../ForwardingHeaders/wtf/FastAllocBase.h',
            '../ForwardingHeaders/wtf/FastMalloc.h',
            '../ForwardingHeaders/wtf/FixedArray.h',
            '../ForwardingHeaders/wtf/Forward.h',
            '../ForwardingHeaders/wtf/HashCountedSet.h',
            '../ForwardingHeaders/wtf/HashFunctions.h',
            '../ForwardingHeaders/wtf/HashMap.h',
            '../ForwardingHeaders/wtf/HashSet.h',
            '../ForwardingHeaders/wtf/HashTraits.h',
            '../ForwardingHeaders/wtf/ListHashSet.h',
            '../ForwardingHeaders/wtf/ListRefPtr.h',
            '../ForwardingHeaders/wtf/Locker.h',
            '../ForwardingHeaders/wtf/MainThread.h',
            '../ForwardingHeaders/wtf/MathExtras.h',
            '../ForwardingHeaders/wtf/Noncopyable.h',
            '../ForwardingHeaders/wtf/NotFound.h',
            '../ForwardingHeaders/wtf/OSAllocator.h',
            '../ForwardingHeaders/wtf/OwnArrayPtr.h',
            '../ForwardingHeaders/wtf/OwnFastMallocPtr.h',
            '../ForwardingHeaders/wtf/OwnPtr.h',
            '../ForwardingHeaders/wtf/OwnPtrCommon.h',
            '../ForwardingHeaders/wtf/PageAllocation.h',
            '../ForwardingHeaders/wtf/PageAllocationAligned.h',
            '../ForwardingHeaders/wtf/PageBlock.h',
            '../ForwardingHeaders/wtf/PageReservation.h',
            '../ForwardingHeaders/wtf/PassOwnArrayPtr.h',
            '../ForwardingHeaders/wtf/PassOwnPtr.h',
            '../ForwardingHeaders/wtf/PassRefPtr.h',
            '../ForwardingHeaders/wtf/Platform.h',
            '../ForwardingHeaders/wtf/PossiblyNull.h',
            '../ForwardingHeaders/wtf/PtrAndFlags.h',
            '../ForwardingHeaders/wtf/RandomNumber.h',
            '../ForwardingHeaders/wtf/RefCounted.h',
            '../ForwardingHeaders/wtf/RefPtr.h',
            '../ForwardingHeaders/wtf/StackBounds.h',
            '../ForwardingHeaders/wtf/StdLibExtras.h',
            '../ForwardingHeaders/wtf/StringHasher.h',
            '../ForwardingHeaders/wtf/text/CString.h',
            '../ForwardingHeaders/wtf/text/StringHash.h',
            '../ForwardingHeaders/wtf/text/StringImpl.h',
            '../ForwardingHeaders/wtf/text/StringImplBase.h',
            '../ForwardingHeaders/wtf/text/TextPosition.h',
            '../ForwardingHeaders/wtf/text/WTFString.h',
            '../ForwardingHeaders/wtf/Threading.h',
            '../ForwardingHeaders/wtf/ThreadingPrimitives.h',
            '../ForwardingHeaders/wtf/ThreadSafeShared.h',
            '../ForwardingHeaders/wtf/ThreadSpecific.h',
            '../ForwardingHeaders/wtf/unicode/icu/UnicodeIcu.h',
            '../ForwardingHeaders/wtf/unicode/Unicode.h',
            '../ForwardingHeaders/wtf/UnusedParam.h',
            '../ForwardingHeaders/wtf/ValueCheck.h',
            '../ForwardingHeaders/wtf/Vector.h',
            '../ForwardingHeaders/wtf/VectorTraits.h',
            '../ForwardingHeaders/wtf/VMTags.h',
            '../ForwardingHeaders/wtf/WTFThreadData.h',
            '../icu/unicode/platform.h',
            '../icu/unicode/putil.h',
            '../icu/unicode/uchar.h',
            '../icu/unicode/ucnv.h',
            '../icu/unicode/ucnv_err.h',
            '../icu/unicode/uconfig.h',
            '../icu/unicode/uenum.h',
            '../icu/unicode/uiter.h',
            '../icu/unicode/umachine.h',
            '../icu/unicode/urename.h',
            '../icu/unicode/ustring.h',
            '../icu/unicode/utf.h',
            '../icu/unicode/utf16.h',
            '../icu/unicode/utf8.h',
            '../icu/unicode/utf_old.h',
            '../icu/unicode/utypes.h',
            '../icu/unicode/uversion.h',
            '../JavaScriptGlue.h',
            '../JSBase.h',
            '../JSObject.h',
            '../JSRun.h',
            '../JSUtils.h',
            '../JSValueWrapper.h',
            '../UserObjectImp.h',
            '../Info.plist',
        ],
        'testjsglue_files': [
            '../testjsglue.cpp',
        ]
    }
}