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

Side by Side Diff: test/BUILD.gn

Issue 2193143002: Revert of Reland [inspector] add inspector protocol parser test build target. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 4 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/inspector/js_protocol.json ('k') | test/inspector_protocol_parser_test/BUILD.gn » ('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/isolate.gni") 5 import("../gni/isolate.gni")
6 6
7 group("gn_all") { 7 group("gn_all") {
8 testonly = true 8 testonly = true
9 9
10 deps = [ 10 deps = [
11 ":default_tests", 11 ":default_tests",
12 ] 12 ]
13 13
14 if (host_os != "mac" || !is_android) { 14 if (host_os != "mac" || !is_android) {
15 # These items don't compile for Android on Mac. 15 # These items don't compile for Android on Mac.
16 deps += [ 16 deps += [
17 "cctest:cctest", 17 "cctest:cctest",
18 "cctest:generate-bytecode-expectations", 18 "cctest:generate-bytecode-expectations",
19 "unittests:unittests", 19 "unittests:unittests",
20 "inspector_protocol_parser_test:inspector_protocol_parser_test",
21 ] 20 ]
22 } 21 }
23 22
24 if (v8_test_isolation_mode != "noop") { 23 if (v8_test_isolation_mode != "noop") {
25 deps += [ 24 deps += [
26 ":benchmarks_run", 25 ":benchmarks_run",
27 ":bot_default_run", 26 ":bot_default_run",
28 ":default_run", 27 ":default_run",
29 ":mozilla_run", 28 ":mozilla_run",
30 ":simdjs_run", 29 ":simdjs_run",
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 isolate = "unittests/unittests.isolate" 194 isolate = "unittests/unittests.isolate"
196 } 195 }
197 196
198 v8_isolate_run("webkit") { 197 v8_isolate_run("webkit") {
199 deps = [ 198 deps = [
200 "..:d8_run", 199 "..:d8_run",
201 ] 200 ]
202 201
203 isolate = "webkit/webkit.isolate" 202 isolate = "webkit/webkit.isolate"
204 } 203 }
OLDNEW
« no previous file with comments | « src/inspector/js_protocol.json ('k') | test/inspector_protocol_parser_test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698