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

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

Issue 148293020: Merge experimental/a64 to bleeding_edge. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Remove ARM from OWNERS Created 6 years, 10 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 | « test/benchmarks/benchmarks.status ('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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 }], 144 }],
145 ['v8_target_arch=="arm"', { 145 ['v8_target_arch=="arm"', {
146 'sources': [ 146 'sources': [
147 'test-assembler-arm.cc', 147 'test-assembler-arm.cc',
148 'test-code-stubs.cc', 148 'test-code-stubs.cc',
149 'test-code-stubs-arm.cc', 149 'test-code-stubs-arm.cc',
150 'test-disasm-arm.cc', 150 'test-disasm-arm.cc',
151 'test-macro-assembler-arm.cc' 151 'test-macro-assembler-arm.cc'
152 ], 152 ],
153 }], 153 }],
154 ['v8_target_arch=="a64"', {
155 'sources': [
156 'test-utils-a64.cc',
157 'test-assembler-a64.cc',
158 'test-disasm-a64.cc',
159 'test-fuzz-a64.cc',
160 'test-javascript-a64.cc',
161 'test-js-a64-variables.cc'
162 ],
163 }],
154 ['v8_target_arch=="mipsel"', { 164 ['v8_target_arch=="mipsel"', {
155 'sources': [ 165 'sources': [
156 'test-assembler-mips.cc', 166 'test-assembler-mips.cc',
157 'test-code-stubs.cc', 167 'test-code-stubs.cc',
158 'test-code-stubs-mips.cc', 168 'test-code-stubs-mips.cc',
159 'test-disasm-mips.cc', 169 'test-disasm-mips.cc',
160 'test-macro-assembler-mips.cc' 170 'test-macro-assembler-mips.cc'
161 ], 171 ],
162 }], 172 }],
163 [ 'OS=="linux" or OS=="qnx"', { 173 [ 'OS=="linux" or OS=="qnx"', {
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 '<@(_outputs)', 240 '<@(_outputs)',
231 'TEST', # type 241 'TEST', # type
232 'off', # compression 242 'off', # compression
233 '<@(file_list)', 243 '<@(file_list)',
234 ], 244 ],
235 } 245 }
236 ], 246 ],
237 }, 247 },
238 ], 248 ],
239 } 249 }
OLDNEW
« no previous file with comments | « test/benchmarks/benchmarks.status ('k') | test/cctest/cctest.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698