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

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

Issue 293743005: Introduce x87 port (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: rebase Created 6 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
« no previous file with comments | « src/x87/stub-cache-x87.cc ('k') | test/cctest/test-assembler-x87.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 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 }], 168 }],
169 ['v8_target_arch=="mipsel"', { 169 ['v8_target_arch=="mipsel"', {
170 'sources': [ ### gcmole(arch:mipsel) ### 170 'sources': [ ### gcmole(arch:mipsel) ###
171 'test-assembler-mips.cc', 171 'test-assembler-mips.cc',
172 'test-code-stubs.cc', 172 'test-code-stubs.cc',
173 'test-code-stubs-mips.cc', 173 'test-code-stubs-mips.cc',
174 'test-disasm-mips.cc', 174 'test-disasm-mips.cc',
175 'test-macro-assembler-mips.cc' 175 'test-macro-assembler-mips.cc'
176 ], 176 ],
177 }], 177 }],
178 ['v8_target_arch=="x87"', {
179 'sources': [ ### gcmole(arch:x87) ###
180 'test-assembler-x87.cc',
181 'test-code-stubs.cc',
182 'test-code-stubs-x87.cc',
183 'test-cpu-x87.cc',
184 'test-disasm-x87.cc',
185 'test-macro-assembler-x87.cc',
186 'test-log-stack-tracer.cc'
187 ],
188 }],
178 [ 'OS=="linux" or OS=="qnx"', { 189 [ 'OS=="linux" or OS=="qnx"', {
179 'sources': [ 190 'sources': [
180 'test-platform-linux.cc', 191 'test-platform-linux.cc',
181 ], 192 ],
182 }], 193 }],
183 [ 'OS=="mac"', { 194 [ 'OS=="mac"', {
184 'sources': [ 195 'sources': [
185 'test-platform-macos.cc', 196 'test-platform-macos.cc',
186 ], 197 ],
187 }], 198 }],
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 '<@(_outputs)', 256 '<@(_outputs)',
246 'TEST', # type 257 'TEST', # type
247 'off', # compression 258 'off', # compression
248 '<@(file_list)', 259 '<@(file_list)',
249 ], 260 ],
250 } 261 }
251 ], 262 ],
252 }, 263 },
253 ], 264 ],
254 } 265 }
OLDNEW
« no previous file with comments | « src/x87/stub-cache-x87.cc ('k') | test/cctest/test-assembler-x87.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698