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

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

Issue 2089533002: add use counters for __defineGetter__ failing (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: use appropriate copyright notice 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
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 v8_executable("cctest") { 9 v8_executable("cctest") {
10 testonly = true 10 testonly = true
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 "test-thread-termination.cc", 150 "test-thread-termination.cc",
151 "test-threads.cc", 151 "test-threads.cc",
152 "test-trace-event.cc", 152 "test-trace-event.cc",
153 "test-transitions.cc", 153 "test-transitions.cc",
154 "test-typedarrays.cc", 154 "test-typedarrays.cc",
155 "test-types.cc", 155 "test-types.cc",
156 "test-unbound-queue.cc", 156 "test-unbound-queue.cc",
157 "test-unboxed-doubles.cc", 157 "test-unboxed-doubles.cc",
158 "test-unique.cc", 158 "test-unique.cc",
159 "test-unscopables-hidden-prototype.cc", 159 "test-unscopables-hidden-prototype.cc",
160 "test-usecounters.cc",
160 "test-utils.cc", 161 "test-utils.cc",
161 "test-version.cc", 162 "test-version.cc",
162 "test-weakmaps.cc", 163 "test-weakmaps.cc",
163 "test-weaksets.cc", 164 "test-weaksets.cc",
164 "trace-extension.cc", 165 "trace-extension.cc",
165 "wasm/test-run-wasm-64.cc", 166 "wasm/test-run-wasm-64.cc",
166 "wasm/test-run-wasm-asmjs.cc", 167 "wasm/test-run-wasm-asmjs.cc",
167 "wasm/test-run-wasm-interpreter.cc", 168 "wasm/test-run-wasm-interpreter.cc",
168 "wasm/test-run-wasm-js.cc", 169 "wasm/test-run-wasm-js.cc",
169 "wasm/test-run-wasm-module.cc", 170 "wasm/test-run-wasm-module.cc",
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 "$target_gen_dir/resources.cc", 365 "$target_gen_dir/resources.cc",
365 ] 366 ]
366 367
367 args = [ 368 args = [
368 rebase_path("$target_gen_dir/resources.cc", root_build_dir), 369 rebase_path("$target_gen_dir/resources.cc", root_build_dir),
369 "TEST", 370 "TEST",
370 ] 371 ]
371 args += rebase_path(sources, root_build_dir) 372 args += rebase_path(sources, root_build_dir)
372 } 373 }
373 # TODO(machenbach): Migrate generate-bytecode-expectations. 374 # TODO(machenbach): Migrate generate-bytecode-expectations.
OLDNEW
« include/v8.h ('K') | « src/builtins.cc ('k') | test/cctest/cctest.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698