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

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

Issue 2035533003: Move test/cctest/compiler/test-code-stub-assembler.cc to test/cctest directory. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebasing Created 4 years, 6 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 | « no previous file | 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 # Please keep this file in sync with cctest.gyp. 5 # Please keep this file in sync with cctest.gyp.
6 6
7 import("../../gni/v8.gni") 7 import("../../gni/v8.gni")
8 8
9 executable("cctest") { 9 executable("cctest") {
10 testonly = true 10 testonly = true
11 11
12 sources = [ 12 sources = [
13 "$target_gen_dir/resources.cc", 13 "$target_gen_dir/resources.cc",
14 "cctest.cc", 14 "cctest.cc",
15 "compiler/c-signature.h", 15 "compiler/c-signature.h",
16 "compiler/codegen-tester.cc", 16 "compiler/codegen-tester.cc",
17 "compiler/codegen-tester.h", 17 "compiler/codegen-tester.h",
18 "compiler/function-tester.h", 18 "compiler/function-tester.h",
19 "compiler/graph-builder-tester.h", 19 "compiler/graph-builder-tester.h",
20 "compiler/test-basic-block-profiler.cc", 20 "compiler/test-basic-block-profiler.cc",
21 "compiler/test-branch-combine.cc", 21 "compiler/test-branch-combine.cc",
22 "compiler/test-code-stub-assembler.cc",
23 "compiler/test-gap-resolver.cc", 22 "compiler/test-gap-resolver.cc",
24 "compiler/test-graph-visualizer.cc", 23 "compiler/test-graph-visualizer.cc",
25 "compiler/test-instruction.cc", 24 "compiler/test-instruction.cc",
26 "compiler/test-js-constant-cache.cc", 25 "compiler/test-js-constant-cache.cc",
27 "compiler/test-js-context-specialization.cc", 26 "compiler/test-js-context-specialization.cc",
28 "compiler/test-js-typed-lowering.cc", 27 "compiler/test-js-typed-lowering.cc",
29 "compiler/test-jump-threading.cc", 28 "compiler/test-jump-threading.cc",
30 "compiler/test-linkage.cc", 29 "compiler/test-linkage.cc",
31 "compiler/test-loop-analysis.cc", 30 "compiler/test-loop-analysis.cc",
32 "compiler/test-loop-assignment-analysis.cc", 31 "compiler/test-loop-assignment-analysis.cc",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 "test-array-list.cc", 86 "test-array-list.cc",
88 "test-asm-validator.cc", 87 "test-asm-validator.cc",
89 "test-ast-expression-visitor.cc", 88 "test-ast-expression-visitor.cc",
90 "test-ast.cc", 89 "test-ast.cc",
91 "test-atomicops.cc", 90 "test-atomicops.cc",
92 "test-bignum-dtoa.cc", 91 "test-bignum-dtoa.cc",
93 "test-bignum.cc", 92 "test-bignum.cc",
94 "test-bit-vector.cc", 93 "test-bit-vector.cc",
95 "test-circular-queue.cc", 94 "test-circular-queue.cc",
96 "test-code-cache.cc", 95 "test-code-cache.cc",
96 "test-code-stub-assembler.cc",
97 "test-compiler.cc", 97 "test-compiler.cc",
98 "test-constantpool.cc", 98 "test-constantpool.cc",
99 "test-conversions.cc", 99 "test-conversions.cc",
100 "test-cpu-profiler.cc", 100 "test-cpu-profiler.cc",
101 "test-date.cc", 101 "test-date.cc",
102 "test-debug.cc", 102 "test-debug.cc",
103 "test-decls.cc", 103 "test-decls.cc",
104 "test-deoptimization.cc", 104 "test-deoptimization.cc",
105 "test-dictionary.cc", 105 "test-dictionary.cc",
106 "test-diy-fp.cc", 106 "test-diy-fp.cc",
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 "$target_gen_dir/resources.cc", 345 "$target_gen_dir/resources.cc",
346 ] 346 ]
347 347
348 args = [ 348 args = [
349 rebase_path("$target_gen_dir/resources.cc", root_build_dir), 349 rebase_path("$target_gen_dir/resources.cc", root_build_dir),
350 "TEST", 350 "TEST",
351 ] 351 ]
352 args += rebase_path(sources, root_build_dir) 352 args += rebase_path(sources, root_build_dir)
353 } 353 }
354 # TODO(machenbach): Migrate generate-bytecode-expectations. 354 # TODO(machenbach): Migrate generate-bytecode-expectations.
OLDNEW
« no previous file with comments | « no previous file | test/cctest/cctest.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698