OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 # TODO(mark): Upstream this file to v8. | 5 # TODO(mark): Upstream this file to v8. |
6 { | 6 { |
7 'variables': { | 7 'variables': { |
8 'chromium_code': 1, | 8 'chromium_code': 1, |
9 'base_source_files': [ | 9 'base_source_files': [ |
10 '../../v8/src/third_party/dtoa/dtoa.c', | 10 '../../v8/src/third_party/dtoa/dtoa.c', |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 '../../v8/src/counters.h', | 61 '../../v8/src/counters.h', |
62 '../../v8/src/cpu-arm.cc', | 62 '../../v8/src/cpu-arm.cc', |
63 '../../v8/src/cpu-ia32.cc', | 63 '../../v8/src/cpu-ia32.cc', |
64 '../../v8/src/cpu.h', | 64 '../../v8/src/cpu.h', |
65 '../../v8/src/dateparser.cc', | 65 '../../v8/src/dateparser.cc', |
66 '../../v8/src/dateparser.h', | 66 '../../v8/src/dateparser.h', |
67 '../../v8/src/debug-arm.cc', | 67 '../../v8/src/debug-arm.cc', |
68 '../../v8/src/debug-ia32.cc', | 68 '../../v8/src/debug-ia32.cc', |
69 '../../v8/src/debug.cc', | 69 '../../v8/src/debug.cc', |
70 '../../v8/src/debug.h', | 70 '../../v8/src/debug.h', |
71 '../../v8/src/debug-agent.cc', | |
72 '../../v8/src/debug-agent.h', | |
73 '../../v8/src/disasm-arm.cc', | 71 '../../v8/src/disasm-arm.cc', |
74 '../../v8/src/disasm-ia32.cc', | 72 '../../v8/src/disasm-ia32.cc', |
75 '../../v8/src/disasm.h', | 73 '../../v8/src/disasm.h', |
76 '../../v8/src/disassembler.cc', | 74 '../../v8/src/disassembler.cc', |
77 '../../v8/src/disassembler.h', | 75 '../../v8/src/disassembler.h', |
78 '../../v8/src/dtoa-config.c', | 76 '../../v8/src/dtoa-config.c', |
79 '../../v8/src/execution.cc', | 77 '../../v8/src/execution.cc', |
80 '../../v8/src/execution.h', | 78 '../../v8/src/execution.h', |
81 '../../v8/src/factory.cc', | 79 '../../v8/src/factory.cc', |
82 '../../v8/src/factory.h', | 80 '../../v8/src/factory.h', |
(...skipping 18 matching lines...) Expand all Loading... |
101 '../../v8/src/heap-inl.h', | 99 '../../v8/src/heap-inl.h', |
102 '../../v8/src/heap.cc', | 100 '../../v8/src/heap.cc', |
103 '../../v8/src/heap.h', | 101 '../../v8/src/heap.h', |
104 '../../v8/src/ic-arm.cc', | 102 '../../v8/src/ic-arm.cc', |
105 '../../v8/src/ic-ia32.cc', | 103 '../../v8/src/ic-ia32.cc', |
106 '../../v8/src/ic-inl.h', | 104 '../../v8/src/ic-inl.h', |
107 '../../v8/src/ic.cc', | 105 '../../v8/src/ic.cc', |
108 '../../v8/src/ic.h', | 106 '../../v8/src/ic.h', |
109 '../../v8/src/interpreter-irregexp.cc', | 107 '../../v8/src/interpreter-irregexp.cc', |
110 '../../v8/src/interpreter-irregexp.h', | 108 '../../v8/src/interpreter-irregexp.h', |
111 '../../v8/src/jump-target.cc', | |
112 '../../v8/src/jump-target.h', | |
113 '../../v8/src/jump-target-arm.cc', | |
114 '../../v8/src/jump-target-ia32.cc', | |
115 '../../v8/src/jsregexp-inl.h', | 109 '../../v8/src/jsregexp-inl.h', |
116 '../../v8/src/jsregexp.cc', | 110 '../../v8/src/jsregexp.cc', |
117 '../../v8/src/jsregexp.h', | 111 '../../v8/src/jsregexp.h', |
118 '../../v8/src/list-inl.h', | 112 '../../v8/src/list-inl.h', |
119 '../../v8/src/list.h', | 113 '../../v8/src/list.h', |
120 '../../v8/src/log.cc', | 114 '../../v8/src/log.cc', |
121 '../../v8/src/log.h', | 115 '../../v8/src/log.h', |
122 '../../v8/src/macro-assembler-arm.cc', | 116 '../../v8/src/macro-assembler-arm.cc', |
123 '../../v8/src/macro-assembler-arm.h', | 117 '../../v8/src/macro-assembler-arm.h', |
124 '../../v8/src/macro-assembler-ia32.cc', | 118 '../../v8/src/macro-assembler-ia32.cc', |
125 '../../v8/src/macro-assembler-ia32.h', | 119 '../../v8/src/macro-assembler-ia32.h', |
126 '../../v8/src/macro-assembler.h', | 120 '../../v8/src/macro-assembler.h', |
127 '../../v8/src/mark-compact.cc', | 121 '../../v8/src/mark-compact.cc', |
128 '../../v8/src/mark-compact.h', | 122 '../../v8/src/mark-compact.h', |
129 '../../v8/src/memory.h', | 123 '../../v8/src/memory.h', |
130 '../../v8/src/messages.cc', | 124 '../../v8/src/messages.cc', |
131 '../../v8/src/messages.h', | 125 '../../v8/src/messages.h', |
132 '../../v8/src/natives.h', | 126 '../../v8/src/natives.h', |
133 '../../v8/src/objects-debug.cc', | 127 '../../v8/src/objects-debug.cc', |
134 '../../v8/src/objects-inl.h', | 128 '../../v8/src/objects-inl.h', |
135 '../../v8/src/objects.cc', | 129 '../../v8/src/objects.cc', |
136 '../../v8/src/objects.h', | 130 '../../v8/src/objects.h', |
137 '../../v8/src/oprofile-agent.h', | |
138 '../../v8/src/oprofile-agent.cc', | |
139 '../../v8/src/parser.cc', | 131 '../../v8/src/parser.cc', |
140 '../../v8/src/parser.h', | 132 '../../v8/src/parser.h', |
141 '../../v8/src/platform-freebsd.cc', | 133 '../../v8/src/platform-freebsd.cc', |
142 '../../v8/src/platform-linux.cc', | 134 '../../v8/src/platform-linux.cc', |
143 '../../v8/src/platform-macos.cc', | 135 '../../v8/src/platform-macos.cc', |
144 '../../v8/src/platform-nullos.cc', | 136 '../../v8/src/platform-nullos.cc', |
145 '../../v8/src/platform-win32.cc', | 137 '../../v8/src/platform-win32.cc', |
146 '../../v8/src/platform.h', | 138 '../../v8/src/platform.h', |
147 '../../v8/src/prettyprinter.cc', | 139 '../../v8/src/prettyprinter.cc', |
148 '../../v8/src/prettyprinter.h', | 140 '../../v8/src/prettyprinter.h', |
149 '../../v8/src/property.cc', | 141 '../../v8/src/property.cc', |
150 '../../v8/src/property.h', | 142 '../../v8/src/property.h', |
151 '../../v8/src/regexp-macro-assembler-arm.cc', | 143 '../../v8/src/regexp-macro-assembler-arm.cc', |
152 '../../v8/src/regexp-macro-assembler-arm.h', | 144 '../../v8/src/regexp-macro-assembler-arm.h', |
153 '../../v8/src/regexp-macro-assembler-ia32.cc', | 145 '../../v8/src/regexp-macro-assembler-ia32.cc', |
154 '../../v8/src/regexp-macro-assembler-ia32.h', | 146 '../../v8/src/regexp-macro-assembler-ia32.h', |
155 '../../v8/src/regexp-macro-assembler-irregexp-inl.h', | 147 '../../v8/src/regexp-macro-assembler-irregexp-inl.h', |
156 '../../v8/src/regexp-macro-assembler-irregexp.cc', | 148 '../../v8/src/regexp-macro-assembler-irregexp.cc', |
157 '../../v8/src/regexp-macro-assembler-irregexp.h', | 149 '../../v8/src/regexp-macro-assembler-irregexp.h', |
158 '../../v8/src/regexp-macro-assembler-tracer.cc', | 150 '../../v8/src/regexp-macro-assembler-tracer.cc', |
159 '../../v8/src/regexp-macro-assembler-tracer.h', | 151 '../../v8/src/regexp-macro-assembler-tracer.h', |
160 '../../v8/src/regexp-macro-assembler.cc', | 152 '../../v8/src/regexp-macro-assembler.cc', |
161 '../../v8/src/regexp-macro-assembler.h', | 153 '../../v8/src/regexp-macro-assembler.h', |
162 '../../v8/src/regexp-stack.cc', | 154 '../../v8/src/regexp-stack.cc', |
163 '../../v8/src/regexp-stack.h', | 155 '../../v8/src/regexp-stack.h', |
164 '../../v8/src/register-allocator.h', | |
165 '../../v8/src/register-allocator.cc', | |
166 '../../v8/src/register-allocator-arm.cc', | |
167 '../../v8/src/register-allocator-ia32.cc', | |
168 '../../v8/src/rewriter.cc', | 156 '../../v8/src/rewriter.cc', |
169 '../../v8/src/rewriter.h', | 157 '../../v8/src/rewriter.h', |
170 '../../v8/src/runtime.cc', | 158 '../../v8/src/runtime.cc', |
171 '../../v8/src/runtime.h', | 159 '../../v8/src/runtime.h', |
172 '../../v8/src/scanner.cc', | 160 '../../v8/src/scanner.cc', |
173 '../../v8/src/scanner.h', | 161 '../../v8/src/scanner.h', |
174 '../../v8/src/scopeinfo.cc', | 162 '../../v8/src/scopeinfo.cc', |
175 '../../v8/src/scopeinfo.h', | 163 '../../v8/src/scopeinfo.h', |
176 '../../v8/src/scopes.cc', | 164 '../../v8/src/scopes.cc', |
177 '../../v8/src/scopes.h', | 165 '../../v8/src/scopes.h', |
(...skipping 25 matching lines...) Expand all Loading... |
203 '../../v8/src/utils.cc', | 191 '../../v8/src/utils.cc', |
204 '../../v8/src/utils.h', | 192 '../../v8/src/utils.h', |
205 '../../v8/src/v8-counters.cc', | 193 '../../v8/src/v8-counters.cc', |
206 '../../v8/src/v8-counters.h', | 194 '../../v8/src/v8-counters.h', |
207 '../../v8/src/v8.cc', | 195 '../../v8/src/v8.cc', |
208 '../../v8/src/v8.h', | 196 '../../v8/src/v8.h', |
209 '../../v8/src/v8threads.cc', | 197 '../../v8/src/v8threads.cc', |
210 '../../v8/src/v8threads.h', | 198 '../../v8/src/v8threads.h', |
211 '../../v8/src/variables.cc', | 199 '../../v8/src/variables.cc', |
212 '../../v8/src/variables.h', | 200 '../../v8/src/variables.h', |
213 '../../v8/src/virtual-frame.h', | |
214 '../../v8/src/virtual-frame.cc', | |
215 '../../v8/src/virtual-frame-arm.h', | |
216 '../../v8/src/virtual-frame-arm.cc', | |
217 '../../v8/src/virtual-frame-ia32.h', | |
218 '../../v8/src/virtual-frame-ia32.cc', | |
219 '../../v8/src/zone-inl.h', | 201 '../../v8/src/zone-inl.h', |
220 '../../v8/src/zone.cc', | 202 '../../v8/src/zone.cc', |
221 '../../v8/src/zone.h', | 203 '../../v8/src/zone.h', |
222 ], | 204 ], |
223 'not_base_source_files': [ | 205 'not_base_source_files': [ |
224 # These files are #included by others and are not meant to be compiled | 206 # These files are #included by others and are not meant to be compiled |
225 # directly. | 207 # directly. |
226 '../../v8/src/third_party/dtoa/dtoa.c', | 208 '../../v8/src/third_party/dtoa/dtoa.c', |
227 ], | 209 ], |
228 'd8_source_files': [ | 210 'd8_source_files': [ |
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
543 '$(SDKROOT)/usr/lib/libreadline.dylib' | 525 '$(SDKROOT)/usr/lib/libreadline.dylib' |
544 ]}, | 526 ]}, |
545 }], | 527 }], |
546 [ 'OS=="win"', { | 528 [ 'OS=="win"', { |
547 'sources!': [ '../../v8/src/d8-readline.cc' ], | 529 'sources!': [ '../../v8/src/d8-readline.cc' ], |
548 }], | 530 }], |
549 ], | 531 ], |
550 }, | 532 }, |
551 ], | 533 ], |
552 } | 534 } |
OLD | NEW |