| OLD | NEW |
| 1 # Copyright 2008 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 |
| 11 # with the distribution. | 11 # with the distribution. |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 jsregexp.cc | 87 jsregexp.cc |
| 86 jump-target.cc | 88 jump-target.cc |
| 87 lithium-allocator.cc | 89 lithium-allocator.cc |
| 90 lithium.cc |
| 88 liveedit.cc | 91 liveedit.cc |
| 92 liveobjectlist.cc |
| 89 log-utils.cc | 93 log-utils.cc |
| 90 log.cc | 94 log.cc |
| 91 mark-compact.cc | 95 mark-compact.cc |
| 92 messages.cc | 96 messages.cc |
| 93 objects.cc | 97 objects.cc |
| 98 objects-printer.cc |
| 94 objects-visiting.cc | 99 objects-visiting.cc |
| 95 oprofile-agent.cc | |
| 96 parser.cc | 100 parser.cc |
| 97 preparser.cc | 101 preparser.cc |
| 98 preparse-data.cc | 102 preparse-data.cc |
| 99 profile-generator.cc | 103 profile-generator.cc |
| 100 property.cc | 104 property.cc |
| 101 regexp-macro-assembler-irregexp.cc | 105 regexp-macro-assembler-irregexp.cc |
| 102 regexp-macro-assembler.cc | 106 regexp-macro-assembler.cc |
| 103 regexp-stack.cc | 107 regexp-stack.cc |
| 104 register-allocator.cc | 108 register-allocator.cc |
| 105 rewriter.cc | 109 rewriter.cc |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 ia32/codegen-ia32.cc | 187 ia32/codegen-ia32.cc |
| 184 ia32/cpu-ia32.cc | 188 ia32/cpu-ia32.cc |
| 185 ia32/debug-ia32.cc | 189 ia32/debug-ia32.cc |
| 186 ia32/deoptimizer-ia32.cc | 190 ia32/deoptimizer-ia32.cc |
| 187 ia32/disasm-ia32.cc | 191 ia32/disasm-ia32.cc |
| 188 ia32/frames-ia32.cc | 192 ia32/frames-ia32.cc |
| 189 ia32/full-codegen-ia32.cc | 193 ia32/full-codegen-ia32.cc |
| 190 ia32/ic-ia32.cc | 194 ia32/ic-ia32.cc |
| 191 ia32/jump-target-ia32.cc | 195 ia32/jump-target-ia32.cc |
| 192 ia32/lithium-codegen-ia32.cc | 196 ia32/lithium-codegen-ia32.cc |
| 197 ia32/lithium-gap-resolver-ia32.cc |
| 193 ia32/lithium-ia32.cc | 198 ia32/lithium-ia32.cc |
| 194 ia32/macro-assembler-ia32.cc | 199 ia32/macro-assembler-ia32.cc |
| 195 ia32/regexp-macro-assembler-ia32.cc | 200 ia32/regexp-macro-assembler-ia32.cc |
| 196 ia32/register-allocator-ia32.cc | 201 ia32/register-allocator-ia32.cc |
| 197 ia32/stub-cache-ia32.cc | 202 ia32/stub-cache-ia32.cc |
| 198 ia32/virtual-frame-ia32.cc | 203 ia32/virtual-frame-ia32.cc |
| 199 """), | 204 """), |
| 200 'arch:x64': Split(""" | 205 'arch:x64': Split(""" |
| 201 jump-target-heavy.cc | 206 jump-target-heavy.cc |
| 202 virtual-frame-heavy.cc | 207 virtual-frame-heavy.cc |
| 203 x64/assembler-x64.cc | 208 x64/assembler-x64.cc |
| 204 x64/builtins-x64.cc | 209 x64/builtins-x64.cc |
| 205 x64/code-stubs-x64.cc | 210 x64/code-stubs-x64.cc |
| 206 x64/codegen-x64.cc | 211 x64/codegen-x64.cc |
| 207 x64/cpu-x64.cc | 212 x64/cpu-x64.cc |
| 208 x64/debug-x64.cc | 213 x64/debug-x64.cc |
| 209 x64/deoptimizer-x64.cc | 214 x64/deoptimizer-x64.cc |
| 210 x64/disasm-x64.cc | 215 x64/disasm-x64.cc |
| 211 x64/frames-x64.cc | 216 x64/frames-x64.cc |
| 212 x64/full-codegen-x64.cc | 217 x64/full-codegen-x64.cc |
| 213 x64/ic-x64.cc | 218 x64/ic-x64.cc |
| 214 x64/jump-target-x64.cc | 219 x64/jump-target-x64.cc |
| 220 x64/lithium-codegen-x64.cc |
| 221 x64/lithium-gap-resolver-x64.cc |
| 222 x64/lithium-x64.cc |
| 215 x64/macro-assembler-x64.cc | 223 x64/macro-assembler-x64.cc |
| 216 x64/regexp-macro-assembler-x64.cc | 224 x64/regexp-macro-assembler-x64.cc |
| 217 x64/register-allocator-x64.cc | 225 x64/register-allocator-x64.cc |
| 218 x64/stub-cache-x64.cc | 226 x64/stub-cache-x64.cc |
| 219 x64/virtual-frame-x64.cc | 227 x64/virtual-frame-x64.cc |
| 220 """), | 228 """), |
| 221 'simulator:arm': ['arm/simulator-arm.cc'], | 229 'simulator:arm': ['arm/simulator-arm.cc'], |
| 222 'simulator:mips': ['mips/simulator-mips.cc'], | 230 'simulator:mips': ['mips/simulator-mips.cc'], |
| 223 'os:freebsd': ['platform-freebsd.cc', 'platform-posix.cc'], | 231 'os:freebsd': ['platform-freebsd.cc', 'platform-posix.cc'], |
| 224 'os:openbsd': ['platform-openbsd.cc', 'platform-posix.cc'], | 232 'os:openbsd': ['platform-openbsd.cc', 'platform-posix.cc'], |
| 225 'os:linux': ['platform-linux.cc', 'platform-posix.cc'], | 233 'os:linux': ['platform-linux.cc', 'platform-posix.cc'], |
| 226 'os:android': ['platform-linux.cc', 'platform-posix.cc'], | 234 'os:android': ['platform-linux.cc', 'platform-posix.cc'], |
| 227 'os:macos': ['platform-macos.cc', 'platform-posix.cc'], | 235 'os:macos': ['platform-macos.cc', 'platform-posix.cc'], |
| 228 'os:solaris': ['platform-solaris.cc', 'platform-posix.cc'], | 236 'os:solaris': ['platform-solaris.cc', 'platform-posix.cc'], |
| 229 'os:nullos': ['platform-nullos.cc'], | 237 'os:nullos': ['platform-nullos.cc'], |
| 230 'os:win32': ['platform-win32.cc'], | 238 'os:win32': ['platform-win32.cc'], |
| 231 'mode:release': [], | 239 'mode:release': [], |
| 232 'mode:debug': [ | 240 'mode:debug': [ |
| 233 'objects-debug.cc', 'objects-printer.cc', 'prettyprinter.cc', | 241 'objects-debug.cc', 'prettyprinter.cc', 'regexp-macro-assembler-tracer.cc' |
| 234 'regexp-macro-assembler-tracer.cc' | 242 ] |
| 235 ], | |
| 236 'objectprint:on': ['objects-printer.cc'] | |
| 237 } | 243 } |
| 238 | 244 |
| 239 | 245 |
| 240 D8_FILES = { | 246 D8_FILES = { |
| 241 'all': [ | 247 'all': [ |
| 242 'd8.cc', 'd8-debug.cc' | 248 'd8.cc', 'd8-debug.cc' |
| 243 ], | 249 ], |
| 244 'os:linux': [ | 250 'os:linux': [ |
| 245 'd8-posix.cc' | 251 'd8-posix.cc' |
| 246 ], | 252 ], |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 337 snapshot_cc = 'snapshot.cc' | 343 snapshot_cc = 'snapshot.cc' |
| 338 snapshot_obj = context.ConfigureObject(env, snapshot_cc, CPPPATH=['.']) | 344 snapshot_obj = context.ConfigureObject(env, snapshot_cc, CPPPATH=['.']) |
| 339 else: | 345 else: |
| 340 snapshot_obj = empty_snapshot_obj | 346 snapshot_obj = empty_snapshot_obj |
| 341 library_objs = [non_snapshot_files, libraries_obj, snapshot_obj] | 347 library_objs = [non_snapshot_files, libraries_obj, snapshot_obj] |
| 342 return (library_objs, d8_objs, [mksnapshot]) | 348 return (library_objs, d8_objs, [mksnapshot]) |
| 343 | 349 |
| 344 | 350 |
| 345 (library_objs, d8_objs, mksnapshot) = ConfigureObjectFiles() | 351 (library_objs, d8_objs, mksnapshot) = ConfigureObjectFiles() |
| 346 Return('library_objs d8_objs mksnapshot') | 352 Return('library_objs d8_objs mksnapshot') |
| OLD | NEW |