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

Side by Side Diff: src/SConscript

Issue 10442015: Rollback of r11638, r11636 on trunk branch. (Closed) Base URL: https://v8.googlecode.com/svn/trunk
Patch Set: Created 8 years, 7 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 | « no previous file | src/api.h » ('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 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 data-flow.cc 61 data-flow.cc
62 date.cc 62 date.cc
63 dateparser.cc 63 dateparser.cc
64 debug-agent.cc 64 debug-agent.cc
65 debug.cc 65 debug.cc
66 deoptimizer.cc 66 deoptimizer.cc
67 disassembler.cc 67 disassembler.cc
68 diy-fp.cc 68 diy-fp.cc
69 dtoa.cc 69 dtoa.cc
70 elements.cc 70 elements.cc
71 elements-kind.cc
72 execution.cc 71 execution.cc
73 factory.cc 72 factory.cc
74 flags.cc 73 flags.cc
75 frames.cc 74 frames.cc
76 full-codegen.cc 75 full-codegen.cc
77 func-name-inferrer.cc 76 func-name-inferrer.cc
78 gdb-jit.cc 77 gdb-jit.cc
79 global-handles.cc 78 global-handles.cc
80 fast-dtoa.cc 79 fast-dtoa.cc
81 fixed-dtoa.cc 80 fixed-dtoa.cc
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 snapshot_cc = 'snapshot.cc' 400 snapshot_cc = 'snapshot.cc'
402 snapshot_obj = context.ConfigureObject(env, snapshot_cc, CPPPATH=['.']) 401 snapshot_obj = context.ConfigureObject(env, snapshot_cc, CPPPATH=['.'])
403 else: 402 else:
404 snapshot_obj = empty_snapshot_obj 403 snapshot_obj = empty_snapshot_obj
405 library_objs = [non_snapshot_files, libraries_obj, experimental_libraries_obj, snapshot_obj] 404 library_objs = [non_snapshot_files, libraries_obj, experimental_libraries_obj, snapshot_obj]
406 return (library_objs, d8_objs, [mksnapshot], preparser_objs) 405 return (library_objs, d8_objs, [mksnapshot], preparser_objs)
407 406
408 407
409 (library_objs, d8_objs, mksnapshot, preparser_objs) = ConfigureObjectFiles() 408 (library_objs, d8_objs, mksnapshot, preparser_objs) = ConfigureObjectFiles()
410 Return('library_objs d8_objs mksnapshot preparser_objs') 409 Return('library_objs d8_objs mksnapshot preparser_objs')
OLDNEW
« no previous file with comments | « no previous file | src/api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698