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

Side by Side Diff: src/SConscript

Issue 6811012: Remove some dead code. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 8 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/arm/builtins-arm.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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 hashmap.cc 80 hashmap.cc
81 heap-profiler.cc 81 heap-profiler.cc
82 heap.cc 82 heap.cc
83 hydrogen.cc 83 hydrogen.cc
84 hydrogen-instructions.cc 84 hydrogen-instructions.cc
85 ic.cc 85 ic.cc
86 inspector.cc 86 inspector.cc
87 interpreter-irregexp.cc 87 interpreter-irregexp.cc
88 isolate.cc 88 isolate.cc
89 jsregexp.cc 89 jsregexp.cc
90 jump-target.cc
91 lithium-allocator.cc 90 lithium-allocator.cc
92 lithium.cc 91 lithium.cc
93 liveedit.cc 92 liveedit.cc
94 liveobjectlist.cc 93 liveobjectlist.cc
95 log-utils.cc 94 log-utils.cc
96 log.cc 95 log.cc
97 mark-compact.cc 96 mark-compact.cc
98 messages.cc 97 messages.cc
99 objects.cc 98 objects.cc
100 objects-printer.cc 99 objects-printer.cc
101 objects-visiting.cc 100 objects-visiting.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
111 rewriter.cc 109 rewriter.cc
112 runtime.cc 110 runtime.cc
113 runtime-profiler.cc 111 runtime-profiler.cc
114 safepoint-table.cc 112 safepoint-table.cc
115 scanner-base.cc 113 scanner-base.cc
116 scanner.cc 114 scanner.cc
117 scopeinfo.cc 115 scopeinfo.cc
118 scopes.cc 116 scopes.cc
119 serialize.cc 117 serialize.cc
120 snapshot-common.cc 118 snapshot-common.cc
121 spaces.cc 119 spaces.cc
122 string-search.cc 120 string-search.cc
123 string-stream.cc 121 string-stream.cc
124 strtod.cc 122 strtod.cc
125 stub-cache.cc 123 stub-cache.cc
126 token.cc 124 token.cc
127 top.cc 125 top.cc
128 type-info.cc 126 type-info.cc
129 unicode.cc 127 unicode.cc
130 utils.cc 128 utils.cc
131 v8-counters.cc 129 v8-counters.cc
132 v8.cc 130 v8.cc
133 v8threads.cc 131 v8threads.cc
134 variables.cc 132 variables.cc
135 version.cc 133 version.cc
136 virtual-frame.cc
137 zone.cc 134 zone.cc
138 extensions/gc-extension.cc 135 extensions/gc-extension.cc
139 extensions/externalize-string-extension.cc 136 extensions/externalize-string-extension.cc
140 """), 137 """),
141 'arch:arm': Split(""" 138 'arch:arm': Split("""
142 jump-target-light.cc
143 virtual-frame-light.cc
144 arm/builtins-arm.cc 139 arm/builtins-arm.cc
145 arm/code-stubs-arm.cc 140 arm/code-stubs-arm.cc
146 arm/codegen-arm.cc 141 arm/codegen-arm.cc
147 arm/constants-arm.cc 142 arm/constants-arm.cc
148 arm/cpu-arm.cc 143 arm/cpu-arm.cc
149 arm/debug-arm.cc 144 arm/debug-arm.cc
150 arm/deoptimizer-arm.cc 145 arm/deoptimizer-arm.cc
151 arm/disasm-arm.cc 146 arm/disasm-arm.cc
152 arm/frames-arm.cc 147 arm/frames-arm.cc
153 arm/full-codegen-arm.cc 148 arm/full-codegen-arm.cc
154 arm/ic-arm.cc 149 arm/ic-arm.cc
155 arm/jump-target-arm.cc
156 arm/lithium-arm.cc 150 arm/lithium-arm.cc
157 arm/lithium-codegen-arm.cc 151 arm/lithium-codegen-arm.cc
158 arm/lithium-gap-resolver-arm.cc 152 arm/lithium-gap-resolver-arm.cc
159 arm/macro-assembler-arm.cc 153 arm/macro-assembler-arm.cc
160 arm/regexp-macro-assembler-arm.cc 154 arm/regexp-macro-assembler-arm.cc
161 arm/register-allocator-arm.cc
162 arm/stub-cache-arm.cc 155 arm/stub-cache-arm.cc
163 arm/virtual-frame-arm.cc
164 arm/assembler-arm.cc 156 arm/assembler-arm.cc
165 """), 157 """),
166 'arch:mips': Split(""" 158 'arch:mips': Split("""
167 jump-target-light.cc
168 virtual-frame-light.cc
169 mips/assembler-mips.cc 159 mips/assembler-mips.cc
170 mips/builtins-mips.cc 160 mips/builtins-mips.cc
171 mips/code-stubs-mips.cc 161 mips/code-stubs-mips.cc
172 mips/codegen-mips.cc 162 mips/codegen-mips.cc
173 mips/constants-mips.cc 163 mips/constants-mips.cc
174 mips/cpu-mips.cc 164 mips/cpu-mips.cc
175 mips/debug-mips.cc 165 mips/debug-mips.cc
176 mips/deoptimizer-mips.cc 166 mips/deoptimizer-mips.cc
177 mips/disasm-mips.cc 167 mips/disasm-mips.cc
178 mips/frames-mips.cc 168 mips/frames-mips.cc
179 mips/full-codegen-mips.cc 169 mips/full-codegen-mips.cc
180 mips/ic-mips.cc 170 mips/ic-mips.cc
181 mips/jump-target-mips.cc
182 mips/macro-assembler-mips.cc 171 mips/macro-assembler-mips.cc
183 mips/regexp-macro-assembler-mips.cc 172 mips/regexp-macro-assembler-mips.cc
184 mips/register-allocator-mips.cc
185 mips/stub-cache-mips.cc 173 mips/stub-cache-mips.cc
186 mips/virtual-frame-mips.cc
187 """), 174 """),
188 'arch:ia32': Split(""" 175 'arch:ia32': Split("""
189 jump-target-heavy.cc
190 virtual-frame-heavy.cc
191 ia32/assembler-ia32.cc 176 ia32/assembler-ia32.cc
192 ia32/builtins-ia32.cc 177 ia32/builtins-ia32.cc
193 ia32/code-stubs-ia32.cc 178 ia32/code-stubs-ia32.cc
194 ia32/codegen-ia32.cc 179 ia32/codegen-ia32.cc
195 ia32/cpu-ia32.cc 180 ia32/cpu-ia32.cc
196 ia32/debug-ia32.cc 181 ia32/debug-ia32.cc
197 ia32/deoptimizer-ia32.cc 182 ia32/deoptimizer-ia32.cc
198 ia32/disasm-ia32.cc 183 ia32/disasm-ia32.cc
199 ia32/frames-ia32.cc 184 ia32/frames-ia32.cc
200 ia32/full-codegen-ia32.cc 185 ia32/full-codegen-ia32.cc
201 ia32/ic-ia32.cc 186 ia32/ic-ia32.cc
202 ia32/jump-target-ia32.cc
203 ia32/lithium-codegen-ia32.cc 187 ia32/lithium-codegen-ia32.cc
204 ia32/lithium-gap-resolver-ia32.cc 188 ia32/lithium-gap-resolver-ia32.cc
205 ia32/lithium-ia32.cc 189 ia32/lithium-ia32.cc
206 ia32/macro-assembler-ia32.cc 190 ia32/macro-assembler-ia32.cc
207 ia32/regexp-macro-assembler-ia32.cc 191 ia32/regexp-macro-assembler-ia32.cc
208 ia32/register-allocator-ia32.cc
209 ia32/stub-cache-ia32.cc 192 ia32/stub-cache-ia32.cc
210 ia32/virtual-frame-ia32.cc
211 """), 193 """),
212 'arch:x64': Split(""" 194 'arch:x64': Split("""
213 jump-target-heavy.cc
214 virtual-frame-heavy.cc
215 x64/assembler-x64.cc 195 x64/assembler-x64.cc
216 x64/builtins-x64.cc 196 x64/builtins-x64.cc
217 x64/code-stubs-x64.cc 197 x64/code-stubs-x64.cc
218 x64/codegen-x64.cc 198 x64/codegen-x64.cc
219 x64/cpu-x64.cc 199 x64/cpu-x64.cc
220 x64/debug-x64.cc 200 x64/debug-x64.cc
221 x64/deoptimizer-x64.cc 201 x64/deoptimizer-x64.cc
222 x64/disasm-x64.cc 202 x64/disasm-x64.cc
223 x64/frames-x64.cc 203 x64/frames-x64.cc
224 x64/full-codegen-x64.cc 204 x64/full-codegen-x64.cc
225 x64/ic-x64.cc 205 x64/ic-x64.cc
226 x64/jump-target-x64.cc
227 x64/lithium-codegen-x64.cc 206 x64/lithium-codegen-x64.cc
228 x64/lithium-gap-resolver-x64.cc 207 x64/lithium-gap-resolver-x64.cc
229 x64/lithium-x64.cc 208 x64/lithium-x64.cc
230 x64/macro-assembler-x64.cc 209 x64/macro-assembler-x64.cc
231 x64/regexp-macro-assembler-x64.cc 210 x64/regexp-macro-assembler-x64.cc
232 x64/register-allocator-x64.cc
233 x64/stub-cache-x64.cc 211 x64/stub-cache-x64.cc
234 x64/virtual-frame-x64.cc
235 """), 212 """),
236 'simulator:arm': ['arm/simulator-arm.cc'], 213 'simulator:arm': ['arm/simulator-arm.cc'],
237 'simulator:mips': ['mips/simulator-mips.cc'], 214 'simulator:mips': ['mips/simulator-mips.cc'],
238 'os:freebsd': ['platform-freebsd.cc', 'platform-posix.cc'], 215 'os:freebsd': ['platform-freebsd.cc', 'platform-posix.cc'],
239 'os:openbsd': ['platform-openbsd.cc', 'platform-posix.cc'], 216 'os:openbsd': ['platform-openbsd.cc', 'platform-posix.cc'],
240 'os:linux': ['platform-linux.cc', 'platform-posix.cc'], 217 'os:linux': ['platform-linux.cc', 'platform-posix.cc'],
241 'os:android': ['platform-linux.cc', 'platform-posix.cc'], 218 'os:android': ['platform-linux.cc', 'platform-posix.cc'],
242 'os:macos': ['platform-macos.cc', 'platform-posix.cc'], 219 'os:macos': ['platform-macos.cc', 'platform-posix.cc'],
243 'os:solaris': ['platform-solaris.cc', 'platform-posix.cc'], 220 'os:solaris': ['platform-solaris.cc', 'platform-posix.cc'],
244 'os:cygwin': ['platform-cygwin.cc', 'platform-posix.cc'], 221 'os:cygwin': ['platform-cygwin.cc', 'platform-posix.cc'],
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 snapshot_cc = 'snapshot.cc' 348 snapshot_cc = 'snapshot.cc'
372 snapshot_obj = context.ConfigureObject(env, snapshot_cc, CPPPATH=['.']) 349 snapshot_obj = context.ConfigureObject(env, snapshot_cc, CPPPATH=['.'])
373 else: 350 else:
374 snapshot_obj = empty_snapshot_obj 351 snapshot_obj = empty_snapshot_obj
375 library_objs = [non_snapshot_files, libraries_obj, snapshot_obj] 352 library_objs = [non_snapshot_files, libraries_obj, snapshot_obj]
376 return (library_objs, d8_objs, [mksnapshot], preparser_objs) 353 return (library_objs, d8_objs, [mksnapshot], preparser_objs)
377 354
378 355
379 (library_objs, d8_objs, mksnapshot, preparser_objs) = ConfigureObjectFiles() 356 (library_objs, d8_objs, mksnapshot, preparser_objs) = ConfigureObjectFiles()
380 Return('library_objs d8_objs mksnapshot preparser_objs') 357 Return('library_objs d8_objs mksnapshot preparser_objs')
OLDNEW
« no previous file with comments | « no previous file | src/arm/builtins-arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698