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

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

Issue 2401173002: Version 5.6.1.1 (cherry-pick) (Closed)
Patch Set: Created 4 years, 2 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 | « test/cctest/wasm/wasm-run-utils.h ('k') | test/unittests/compiler/zone-pool-unittest.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 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("unittests") { 7 v8_executable("unittests") {
8 testonly = true 8 testonly = true
9 9
10 sources = [ 10 sources = [
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "compiler/schedule-unittest.cc", 75 "compiler/schedule-unittest.cc",
76 "compiler/scheduler-rpo-unittest.cc", 76 "compiler/scheduler-rpo-unittest.cc",
77 "compiler/scheduler-unittest.cc", 77 "compiler/scheduler-unittest.cc",
78 "compiler/simplified-operator-reducer-unittest.cc", 78 "compiler/simplified-operator-reducer-unittest.cc",
79 "compiler/simplified-operator-unittest.cc", 79 "compiler/simplified-operator-unittest.cc",
80 "compiler/state-values-utils-unittest.cc", 80 "compiler/state-values-utils-unittest.cc",
81 "compiler/tail-call-optimization-unittest.cc", 81 "compiler/tail-call-optimization-unittest.cc",
82 "compiler/typed-optimization-unittest.cc", 82 "compiler/typed-optimization-unittest.cc",
83 "compiler/typer-unittest.cc", 83 "compiler/typer-unittest.cc",
84 "compiler/value-numbering-reducer-unittest.cc", 84 "compiler/value-numbering-reducer-unittest.cc",
85 "compiler/zone-stats-unittest.cc", 85 "compiler/zone-pool-unittest.cc",
86 "counters-unittest.cc", 86 "counters-unittest.cc",
87 "eh-frame-iterator-unittest.cc", 87 "eh-frame-iterator-unittest.cc",
88 "eh-frame-writer-unittest.cc", 88 "eh-frame-writer-unittest.cc",
89 "heap/bitmap-unittest.cc", 89 "heap/bitmap-unittest.cc",
90 "heap/gc-idle-time-handler-unittest.cc", 90 "heap/gc-idle-time-handler-unittest.cc",
91 "heap/gc-tracer-unittest.cc", 91 "heap/gc-tracer-unittest.cc",
92 "heap/heap-unittest.cc", 92 "heap/heap-unittest.cc",
93 "heap/marking-unittest.cc", 93 "heap/marking-unittest.cc",
94 "heap/memory-reducer-unittest.cc", 94 "heap/memory-reducer-unittest.cc",
95 "heap/scavenge-job-unittest.cc", 95 "heap/scavenge-job-unittest.cc",
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 182
183 # Suppress warnings about importing locally defined symbols. 183 # Suppress warnings about importing locally defined symbols.
184 if (is_component_build) { 184 if (is_component_build) {
185 ldflags = [ 185 ldflags = [
186 "/ignore:4049", 186 "/ignore:4049",
187 "/ignore:4217", 187 "/ignore:4217",
188 ] 188 ]
189 } 189 }
190 } 190 }
191 } 191 }
OLDNEW
« no previous file with comments | « test/cctest/wasm/wasm-run-utils.h ('k') | test/unittests/compiler/zone-pool-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698