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

Side by Side Diff: test/cctest/BUILD.gn

Issue 2819093002: Revert "Reland "ARM64: Add NEON support"" (Closed)
Patch Set: Created 3 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
« no previous file with comments | « src/v8.gyp ('k') | test/cctest/cctest.gyp » ('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 2016 The V8 project authors. All rights reserved. 1 # Copyright 2016 The V8 project authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("../../gni/v8.gni") 5 import("../../gni/v8.gni")
6 6
7 v8_executable("cctest") { 7 v8_executable("cctest") {
8 testonly = true 8 testonly = true
9 9
10 sources = [ 10 sources = [
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 "test-assembler-arm64.cc", 220 "test-assembler-arm64.cc",
221 "test-code-stubs-arm64.cc", 221 "test-code-stubs-arm64.cc",
222 "test-code-stubs.cc", 222 "test-code-stubs.cc",
223 "test-code-stubs.h", 223 "test-code-stubs.h",
224 "test-disasm-arm64.cc", 224 "test-disasm-arm64.cc",
225 "test-fuzz-arm64.cc", 225 "test-fuzz-arm64.cc",
226 "test-javascript-arm64.cc", 226 "test-javascript-arm64.cc",
227 "test-js-arm64-variables.cc", 227 "test-js-arm64-variables.cc",
228 "test-run-wasm-relocation-arm64.cc", 228 "test-run-wasm-relocation-arm64.cc",
229 "test-simulator-arm64.cc", 229 "test-simulator-arm64.cc",
230 "test-simulator-neon-arm64.cc",
231 "test-simulator-neon-inputs-arm64.h",
232 "test-simulator-neon-traces-arm64.h",
233 "test-utils-arm64.cc", 230 "test-utils-arm64.cc",
234 "test-utils-arm64.h", 231 "test-utils-arm64.h",
235 ] 232 ]
236 } else if (v8_current_cpu == "x86") { 233 } else if (v8_current_cpu == "x86") {
237 sources += [ ### gcmole(arch:ia32) ### 234 sources += [ ### gcmole(arch:ia32) ###
238 "test-assembler-ia32.cc", 235 "test-assembler-ia32.cc",
239 "test-code-stubs-ia32.cc", 236 "test-code-stubs-ia32.cc",
240 "test-code-stubs.cc", 237 "test-code-stubs.cc",
241 "test-code-stubs.h", 238 "test-code-stubs.h",
242 "test-disasm-ia32.cc", 239 "test-disasm-ia32.cc",
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 ] 434 ]
438 435
439 deps = [ 436 deps = [
440 "../..:v8", 437 "../..:v8",
441 "../..:v8_libbase", 438 "../..:v8_libbase",
442 "../..:v8_libplatform", 439 "../..:v8_libplatform",
443 "//build/config/sanitizers:deps", 440 "//build/config/sanitizers:deps",
444 "//build/win:default_exe_manifest", 441 "//build/win:default_exe_manifest",
445 ] 442 ]
446 } 443 }
OLDNEW
« no previous file with comments | « src/v8.gyp ('k') | test/cctest/cctest.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698