Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(382)

Side by Side Diff: src/SConscript

Issue 6597029: [Isolates] Merge r 6300:6500 from bleeding_edge to isolates. (Closed) Base URL: http://v8.googlecode.com/svn/branches/experimental/isolates/
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « include/v8.h ('k') | src/api.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 disassembler.cc 64 disassembler.cc
65 diy-fp.cc 65 diy-fp.cc
66 dtoa.cc 66 dtoa.cc
67 execution.cc 67 execution.cc
68 factory.cc 68 factory.cc
69 flags.cc 69 flags.cc
70 frame-element.cc 70 frame-element.cc
71 frames.cc 71 frames.cc
72 full-codegen.cc 72 full-codegen.cc
73 func-name-inferrer.cc 73 func-name-inferrer.cc
74 gdb-jit.cc
74 global-handles.cc 75 global-handles.cc
75 fast-dtoa.cc 76 fast-dtoa.cc
76 fixed-dtoa.cc 77 fixed-dtoa.cc
77 handles.cc 78 handles.cc
78 hashmap.cc 79 hashmap.cc
79 heap-profiler.cc 80 heap-profiler.cc
80 heap.cc 81 heap.cc
81 hydrogen.cc 82 hydrogen.cc
82 hydrogen-instructions.cc 83 hydrogen-instructions.cc
83 ic.cc 84 ic.cc
85 inspector.cc
84 interpreter-irregexp.cc 86 interpreter-irregexp.cc
85 isolate.cc 87 isolate.cc
86 jsregexp.cc 88 jsregexp.cc
87 jump-target.cc 89 jump-target.cc
88 lithium-allocator.cc 90 lithium-allocator.cc
89 lithium.cc 91 lithium.cc
90 liveedit.cc 92 liveedit.cc
93 liveobjectlist.cc
91 log-utils.cc 94 log-utils.cc
92 log.cc 95 log.cc
93 mark-compact.cc 96 mark-compact.cc
94 messages.cc 97 messages.cc
95 objects.cc 98 objects.cc
99 objects-printer.cc
96 objects-visiting.cc 100 objects-visiting.cc
97 oprofile-agent.cc 101 oprofile-agent.cc
98 parser.cc 102 parser.cc
99 preparser.cc 103 preparser.cc
100 preparse-data.cc 104 preparse-data.cc
101 profile-generator.cc 105 profile-generator.cc
102 property.cc 106 property.cc
103 regexp-macro-assembler-irregexp.cc 107 regexp-macro-assembler-irregexp.cc
104 regexp-macro-assembler.cc 108 regexp-macro-assembler.cc
105 regexp-stack.cc 109 regexp-stack.cc
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 ia32/codegen-ia32.cc 188 ia32/codegen-ia32.cc
185 ia32/cpu-ia32.cc 189 ia32/cpu-ia32.cc
186 ia32/debug-ia32.cc 190 ia32/debug-ia32.cc
187 ia32/deoptimizer-ia32.cc 191 ia32/deoptimizer-ia32.cc
188 ia32/disasm-ia32.cc 192 ia32/disasm-ia32.cc
189 ia32/frames-ia32.cc 193 ia32/frames-ia32.cc
190 ia32/full-codegen-ia32.cc 194 ia32/full-codegen-ia32.cc
191 ia32/ic-ia32.cc 195 ia32/ic-ia32.cc
192 ia32/jump-target-ia32.cc 196 ia32/jump-target-ia32.cc
193 ia32/lithium-codegen-ia32.cc 197 ia32/lithium-codegen-ia32.cc
198 ia32/lithium-gap-resolver-ia32.cc
194 ia32/lithium-ia32.cc 199 ia32/lithium-ia32.cc
195 ia32/macro-assembler-ia32.cc 200 ia32/macro-assembler-ia32.cc
196 ia32/regexp-macro-assembler-ia32.cc 201 ia32/regexp-macro-assembler-ia32.cc
197 ia32/register-allocator-ia32.cc 202 ia32/register-allocator-ia32.cc
198 ia32/stub-cache-ia32.cc 203 ia32/stub-cache-ia32.cc
199 ia32/virtual-frame-ia32.cc 204 ia32/virtual-frame-ia32.cc
200 """), 205 """),
201 'arch:x64': Split(""" 206 'arch:x64': Split("""
202 jump-target-heavy.cc 207 jump-target-heavy.cc
203 virtual-frame-heavy.cc 208 virtual-frame-heavy.cc
204 x64/assembler-x64.cc 209 x64/assembler-x64.cc
205 x64/builtins-x64.cc 210 x64/builtins-x64.cc
206 x64/code-stubs-x64.cc 211 x64/code-stubs-x64.cc
207 x64/codegen-x64.cc 212 x64/codegen-x64.cc
208 x64/cpu-x64.cc 213 x64/cpu-x64.cc
209 x64/debug-x64.cc 214 x64/debug-x64.cc
210 x64/deoptimizer-x64.cc 215 x64/deoptimizer-x64.cc
211 x64/disasm-x64.cc 216 x64/disasm-x64.cc
212 x64/frames-x64.cc 217 x64/frames-x64.cc
213 x64/full-codegen-x64.cc 218 x64/full-codegen-x64.cc
214 x64/ic-x64.cc 219 x64/ic-x64.cc
215 x64/jump-target-x64.cc 220 x64/jump-target-x64.cc
221 x64/lithium-codegen-x64.cc
222 x64/lithium-gap-resolver-x64.cc
216 x64/lithium-x64.cc 223 x64/lithium-x64.cc
217 x64/lithium-codegen-x64.cc
218 x64/macro-assembler-x64.cc 224 x64/macro-assembler-x64.cc
219 x64/regexp-macro-assembler-x64.cc 225 x64/regexp-macro-assembler-x64.cc
220 x64/register-allocator-x64.cc 226 x64/register-allocator-x64.cc
221 x64/stub-cache-x64.cc 227 x64/stub-cache-x64.cc
222 x64/virtual-frame-x64.cc 228 x64/virtual-frame-x64.cc
223 """), 229 """),
224 'simulator:arm': ['arm/simulator-arm.cc'], 230 'simulator:arm': ['arm/simulator-arm.cc'],
225 'simulator:mips': ['mips/simulator-mips.cc'], 231 'simulator:mips': ['mips/simulator-mips.cc'],
226 'os:freebsd': ['platform-freebsd.cc', 'platform-posix.cc'], 232 'os:freebsd': ['platform-freebsd.cc', 'platform-posix.cc'],
227 'os:openbsd': ['platform-openbsd.cc', 'platform-posix.cc'], 233 'os:openbsd': ['platform-openbsd.cc', 'platform-posix.cc'],
228 'os:linux': ['platform-linux.cc', 'platform-posix.cc'], 234 'os:linux': ['platform-linux.cc', 'platform-posix.cc'],
229 'os:android': ['platform-linux.cc', 'platform-posix.cc'], 235 'os:android': ['platform-linux.cc', 'platform-posix.cc'],
230 'os:macos': ['platform-macos.cc', 'platform-posix.cc'], 236 'os:macos': ['platform-macos.cc', 'platform-posix.cc'],
231 'os:solaris': ['platform-solaris.cc', 'platform-posix.cc'], 237 'os:solaris': ['platform-solaris.cc', 'platform-posix.cc'],
232 'os:nullos': ['platform-nullos.cc'], 238 'os:nullos': ['platform-nullos.cc'],
233 'os:win32': ['platform-win32.cc'], 239 'os:win32': ['platform-win32.cc'],
234 'mode:release': [], 240 'mode:release': [],
235 'mode:debug': [ 241 'mode:debug': [
236 'objects-debug.cc', 'objects-printer.cc', 'prettyprinter.cc', 242 'objects-debug.cc', 'prettyprinter.cc', 'regexp-macro-assembler-tracer.cc'
237 'regexp-macro-assembler-tracer.cc' 243 ]
238 ],
239 'objectprint:on': ['objects-printer.cc']
240 } 244 }
241 245
242 246
243 D8_FILES = { 247 D8_FILES = {
244 'all': [ 248 'all': [
245 'd8.cc', 'd8-debug.cc' 249 'd8.cc', 'd8-debug.cc'
246 ], 250 ],
247 'os:linux': [ 251 'os:linux': [
248 'd8-posix.cc' 252 'd8-posix.cc'
249 ], 253 ],
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 snapshot_cc = 'snapshot.cc' 344 snapshot_cc = 'snapshot.cc'
341 snapshot_obj = context.ConfigureObject(env, snapshot_cc, CPPPATH=['.']) 345 snapshot_obj = context.ConfigureObject(env, snapshot_cc, CPPPATH=['.'])
342 else: 346 else:
343 snapshot_obj = empty_snapshot_obj 347 snapshot_obj = empty_snapshot_obj
344 library_objs = [non_snapshot_files, libraries_obj, snapshot_obj] 348 library_objs = [non_snapshot_files, libraries_obj, snapshot_obj]
345 return (library_objs, d8_objs, [mksnapshot]) 349 return (library_objs, d8_objs, [mksnapshot])
346 350
347 351
348 (library_objs, d8_objs, mksnapshot) = ConfigureObjectFiles() 352 (library_objs, d8_objs, mksnapshot) = ConfigureObjectFiles()
349 Return('library_objs d8_objs mksnapshot') 353 Return('library_objs d8_objs mksnapshot')
OLDNEW
« no previous file with comments | « include/v8.h ('k') | src/api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698