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

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

Issue 2683573002: [parser/test] Move cctest/PreParserScopeAnalysis into a new file. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | test/cctest/cctest.gyp » ('j') | test/cctest/test-preparser.cc » ('J')
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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 "interpreter/test-source-positions.cc", 91 "interpreter/test-source-positions.cc",
92 "libplatform/test-tracing.cc", 92 "libplatform/test-tracing.cc",
93 "libsampler/test-sampler.cc", 93 "libsampler/test-sampler.cc",
94 "parsing/test-parse-decision.cc", 94 "parsing/test-parse-decision.cc",
95 "parsing/test-scanner-streams.cc", 95 "parsing/test-scanner-streams.cc",
96 "parsing/test-scanner.cc", 96 "parsing/test-scanner.cc",
97 "print-extension.cc", 97 "print-extension.cc",
98 "print-extension.h", 98 "print-extension.h",
99 "profiler-extension.cc", 99 "profiler-extension.cc",
100 "profiler-extension.h", 100 "profiler-extension.h",
101 "scope-test-helper.h",
101 "test-access-checks.cc", 102 "test-access-checks.cc",
102 "test-accessor-assembler.cc", 103 "test-accessor-assembler.cc",
103 "test-accessors.cc", 104 "test-accessors.cc",
104 "test-api-accessors.cc", 105 "test-api-accessors.cc",
105 "test-api-fast-accessor-builder.cc", 106 "test-api-fast-accessor-builder.cc",
106 "test-api-interceptors.cc", 107 "test-api-interceptors.cc",
107 "test-api.cc", 108 "test-api.cc",
108 "test-api.h", 109 "test-api.h",
109 "test-array-list.cc", 110 "test-array-list.cc",
110 "test-ast-types.cc", 111 "test-ast-types.cc",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 "test-inobject-slack-tracking.cc", 148 "test-inobject-slack-tracking.cc",
148 "test-list.cc", 149 "test-list.cc",
149 "test-liveedit.cc", 150 "test-liveedit.cc",
150 "test-lockers.cc", 151 "test-lockers.cc",
151 "test-log.cc", 152 "test-log.cc",
152 "test-mementos.cc", 153 "test-mementos.cc",
153 "test-modules.cc", 154 "test-modules.cc",
154 "test-object.cc", 155 "test-object.cc",
155 "test-parsing.cc", 156 "test-parsing.cc",
156 "test-platform.cc", 157 "test-platform.cc",
158 "test-preparser.cc",
157 "test-profile-generator.cc", 159 "test-profile-generator.cc",
158 "test-random-number-generator.cc", 160 "test-random-number-generator.cc",
159 "test-receiver-check-hidden-prototype.cc", 161 "test-receiver-check-hidden-prototype.cc",
160 "test-regexp.cc", 162 "test-regexp.cc",
161 "test-representation.cc", 163 "test-representation.cc",
162 "test-sampler-api.cc", 164 "test-sampler-api.cc",
163 "test-serialize.cc", 165 "test-serialize.cc",
164 "test-simd.cc", 166 "test-simd.cc",
165 "test-strings.cc", 167 "test-strings.cc",
166 "test-strtod.cc", 168 "test-strtod.cc",
(...skipping 10 matching lines...) Expand all
177 "test-unique.cc", 179 "test-unique.cc",
178 "test-unscopables-hidden-prototype.cc", 180 "test-unscopables-hidden-prototype.cc",
179 "test-usecounters.cc", 181 "test-usecounters.cc",
180 "test-utils.cc", 182 "test-utils.cc",
181 "test-version.cc", 183 "test-version.cc",
182 "test-weakmaps.cc", 184 "test-weakmaps.cc",
183 "test-weaksets.cc", 185 "test-weaksets.cc",
184 "trace-extension.cc", 186 "trace-extension.cc",
185 "trace-extension.h", 187 "trace-extension.h",
186 "types-fuzz.h", 188 "types-fuzz.h",
189 "unicode-helpers.h",
187 "wasm/test-managed.cc", 190 "wasm/test-managed.cc",
188 "wasm/test-run-wasm-64.cc", 191 "wasm/test-run-wasm-64.cc",
189 "wasm/test-run-wasm-asmjs.cc", 192 "wasm/test-run-wasm-asmjs.cc",
190 "wasm/test-run-wasm-interpreter.cc", 193 "wasm/test-run-wasm-interpreter.cc",
191 "wasm/test-run-wasm-js.cc", 194 "wasm/test-run-wasm-js.cc",
192 "wasm/test-run-wasm-module.cc", 195 "wasm/test-run-wasm-module.cc",
193 "wasm/test-run-wasm-relocation.cc", 196 "wasm/test-run-wasm-relocation.cc",
194 "wasm/test-run-wasm.cc", 197 "wasm/test-run-wasm.cc",
195 "wasm/test-wasm-breakpoints.cc", 198 "wasm/test-wasm-breakpoints.cc",
196 "wasm/test-wasm-stack.cc", 199 "wasm/test-wasm-stack.cc",
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 ] 441 ]
439 442
440 deps = [ 443 deps = [
441 "../..:v8", 444 "../..:v8",
442 "../..:v8_libbase", 445 "../..:v8_libbase",
443 "../..:v8_libplatform", 446 "../..:v8_libplatform",
444 "//build/config/sanitizers:deps", 447 "//build/config/sanitizers:deps",
445 "//build/win:default_exe_manifest", 448 "//build/win:default_exe_manifest",
446 ] 449 ]
447 } 450 }
OLDNEW
« no previous file with comments | « no previous file | test/cctest/cctest.gyp » ('j') | test/cctest/test-preparser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698