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

Side by Side Diff: test/cctest/cctest.gyp

Issue 371923006: Add mips64 port. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebase Created 6 years, 5 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 | « src/simulator.h ('k') | test/cctest/cctest.status » ('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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 }], 172 }],
173 ['v8_target_arch=="mipsel"', { 173 ['v8_target_arch=="mipsel"', {
174 'sources': [ ### gcmole(arch:mipsel) ### 174 'sources': [ ### gcmole(arch:mipsel) ###
175 'test-assembler-mips.cc', 175 'test-assembler-mips.cc',
176 'test-code-stubs.cc', 176 'test-code-stubs.cc',
177 'test-code-stubs-mips.cc', 177 'test-code-stubs-mips.cc',
178 'test-disasm-mips.cc', 178 'test-disasm-mips.cc',
179 'test-macro-assembler-mips.cc' 179 'test-macro-assembler-mips.cc'
180 ], 180 ],
181 }], 181 }],
182 ['v8_target_arch=="mips64el"', {
183 'sources': [
184 'test-assembler-mips64.cc',
185 'test-code-stubs.cc',
186 'test-code-stubs-mips64.cc',
187 'test-disasm-mips64.cc',
188 'test-macro-assembler-mips64.cc'
189 ],
190 }],
182 ['v8_target_arch=="x87"', { 191 ['v8_target_arch=="x87"', {
183 'sources': [ ### gcmole(arch:x87) ### 192 'sources': [ ### gcmole(arch:x87) ###
184 'test-assembler-x87.cc', 193 'test-assembler-x87.cc',
185 'test-code-stubs.cc', 194 'test-code-stubs.cc',
186 'test-code-stubs-x87.cc', 195 'test-code-stubs-x87.cc',
187 'test-cpu-x87.cc', 196 'test-cpu-x87.cc',
188 'test-disasm-x87.cc', 197 'test-disasm-x87.cc',
189 'test-macro-assembler-x87.cc', 198 'test-macro-assembler-x87.cc',
190 'test-log-stack-tracer.cc' 199 'test-log-stack-tracer.cc'
191 ], 200 ],
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 '<@(_outputs)', 269 '<@(_outputs)',
261 'TEST', # type 270 'TEST', # type
262 'off', # compression 271 'off', # compression
263 '<@(file_list)', 272 '<@(file_list)',
264 ], 273 ],
265 } 274 }
266 ], 275 ],
267 }, 276 },
268 ], 277 ],
269 } 278 }
OLDNEW
« no previous file with comments | « src/simulator.h ('k') | test/cctest/cctest.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698