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

Side by Side Diff: src/SConscript

Issue 6614010: [Isolates] Merge 6700:7030 from bleeding_edge to isolates. (Closed) Base URL: http://v8.googlecode.com/svn/branches/experimental/isolates/
Patch Set: '' Created 9 years, 9 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 | « samples/shell.cc ('k') | src/accessors.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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 lithium.cc 91 lithium.cc
92 liveedit.cc 92 liveedit.cc
93 liveobjectlist.cc 93 liveobjectlist.cc
94 log-utils.cc 94 log-utils.cc
95 log.cc 95 log.cc
96 mark-compact.cc 96 mark-compact.cc
97 messages.cc 97 messages.cc
98 objects.cc 98 objects.cc
99 objects-printer.cc 99 objects-printer.cc
100 objects-visiting.cc 100 objects-visiting.cc
101 oprofile-agent.cc
102 parser.cc 101 parser.cc
103 preparser.cc 102 preparser.cc
104 preparse-data.cc 103 preparse-data.cc
105 profile-generator.cc 104 profile-generator.cc
106 property.cc 105 property.cc
107 regexp-macro-assembler-irregexp.cc 106 regexp-macro-assembler-irregexp.cc
108 regexp-macro-assembler.cc 107 regexp-macro-assembler.cc
109 regexp-stack.cc 108 regexp-stack.cc
110 register-allocator.cc 109 register-allocator.cc
111 rewriter.cc 110 rewriter.cc
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 arm/cpu-arm.cc 147 arm/cpu-arm.cc
149 arm/debug-arm.cc 148 arm/debug-arm.cc
150 arm/deoptimizer-arm.cc 149 arm/deoptimizer-arm.cc
151 arm/disasm-arm.cc 150 arm/disasm-arm.cc
152 arm/frames-arm.cc 151 arm/frames-arm.cc
153 arm/full-codegen-arm.cc 152 arm/full-codegen-arm.cc
154 arm/ic-arm.cc 153 arm/ic-arm.cc
155 arm/jump-target-arm.cc 154 arm/jump-target-arm.cc
156 arm/lithium-arm.cc 155 arm/lithium-arm.cc
157 arm/lithium-codegen-arm.cc 156 arm/lithium-codegen-arm.cc
157 arm/lithium-gap-resolver-arm.cc
158 arm/macro-assembler-arm.cc 158 arm/macro-assembler-arm.cc
159 arm/regexp-macro-assembler-arm.cc 159 arm/regexp-macro-assembler-arm.cc
160 arm/register-allocator-arm.cc 160 arm/register-allocator-arm.cc
161 arm/stub-cache-arm.cc 161 arm/stub-cache-arm.cc
162 arm/virtual-frame-arm.cc 162 arm/virtual-frame-arm.cc
163 arm/assembler-arm.cc 163 arm/assembler-arm.cc
164 """), 164 """),
165 'arch:mips': Split(""" 165 'arch:mips': Split("""
166 mips/assembler-mips.cc 166 mips/assembler-mips.cc
167 mips/builtins-mips.cc 167 mips/builtins-mips.cc
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 x64/virtual-frame-x64.cc 228 x64/virtual-frame-x64.cc
229 """), 229 """),
230 'simulator:arm': ['arm/simulator-arm.cc'], 230 'simulator:arm': ['arm/simulator-arm.cc'],
231 'simulator:mips': ['mips/simulator-mips.cc'], 231 'simulator:mips': ['mips/simulator-mips.cc'],
232 'os:freebsd': ['platform-freebsd.cc', 'platform-posix.cc'], 232 'os:freebsd': ['platform-freebsd.cc', 'platform-posix.cc'],
233 'os:openbsd': ['platform-openbsd.cc', 'platform-posix.cc'], 233 'os:openbsd': ['platform-openbsd.cc', 'platform-posix.cc'],
234 'os:linux': ['platform-linux.cc', 'platform-posix.cc'], 234 'os:linux': ['platform-linux.cc', 'platform-posix.cc'],
235 'os:android': ['platform-linux.cc', 'platform-posix.cc'], 235 'os:android': ['platform-linux.cc', 'platform-posix.cc'],
236 'os:macos': ['platform-macos.cc', 'platform-posix.cc'], 236 'os:macos': ['platform-macos.cc', 'platform-posix.cc'],
237 'os:solaris': ['platform-solaris.cc', 'platform-posix.cc'], 237 'os:solaris': ['platform-solaris.cc', 'platform-posix.cc'],
238 'os:cygwin': ['platform-cygwin.cc', 'platform-posix.cc'],
238 'os:nullos': ['platform-nullos.cc'], 239 'os:nullos': ['platform-nullos.cc'],
239 'os:win32': ['platform-win32.cc'], 240 'os:win32': ['platform-win32.cc'],
240 'mode:release': [], 241 'mode:release': [],
241 'mode:debug': [ 242 'mode:debug': [
242 'objects-debug.cc', 'prettyprinter.cc', 'regexp-macro-assembler-tracer.cc' 243 'objects-debug.cc', 'prettyprinter.cc', 'regexp-macro-assembler-tracer.cc'
243 ] 244 ]
244 } 245 }
245 246
246 247
247 D8_FILES = { 248 D8_FILES = {
(...skipping 11 matching lines...) Expand all
259 ], 260 ],
260 'os:freebsd': [ 261 'os:freebsd': [
261 'd8-posix.cc' 262 'd8-posix.cc'
262 ], 263 ],
263 'os:openbsd': [ 264 'os:openbsd': [
264 'd8-posix.cc' 265 'd8-posix.cc'
265 ], 266 ],
266 'os:solaris': [ 267 'os:solaris': [
267 'd8-posix.cc' 268 'd8-posix.cc'
268 ], 269 ],
270 'os:cygwin': [
271 'd8-posix.cc'
272 ],
269 'os:win32': [ 273 'os:win32': [
270 'd8-windows.cc' 274 'd8-windows.cc'
271 ], 275 ],
272 'os:nullos': [ 276 'os:nullos': [
273 'd8-windows.cc' # Empty implementation at the moment. 277 'd8-windows.cc' # Empty implementation at the moment.
274 ], 278 ],
275 'console:readline': [ 279 'console:readline': [
276 'd8-readline.cc' 280 'd8-readline.cc'
277 ] 281 ]
278 } 282 }
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 snapshot_cc = 'snapshot.cc' 348 snapshot_cc = 'snapshot.cc'
345 snapshot_obj = context.ConfigureObject(env, snapshot_cc, CPPPATH=['.']) 349 snapshot_obj = context.ConfigureObject(env, snapshot_cc, CPPPATH=['.'])
346 else: 350 else:
347 snapshot_obj = empty_snapshot_obj 351 snapshot_obj = empty_snapshot_obj
348 library_objs = [non_snapshot_files, libraries_obj, snapshot_obj] 352 library_objs = [non_snapshot_files, libraries_obj, snapshot_obj]
349 return (library_objs, d8_objs, [mksnapshot]) 353 return (library_objs, d8_objs, [mksnapshot])
350 354
351 355
352 (library_objs, d8_objs, mksnapshot) = ConfigureObjectFiles() 356 (library_objs, d8_objs, mksnapshot) = ConfigureObjectFiles()
353 Return('library_objs d8_objs mksnapshot') 357 Return('library_objs d8_objs mksnapshot')
OLDNEW
« no previous file with comments | « samples/shell.cc ('k') | src/accessors.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698