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

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

Issue 2343093002: Also build parsing/test-scanner-streams. (Closed)
Patch Set: Created 4 years, 3 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 | no next file » | 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("cctest") { 7 v8_executable("cctest") {
8 testonly = true 8 testonly = true
9 9
10 sources = [ 10 sources = [
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 "interpreter/bytecode-expectations-printer.h", 74 "interpreter/bytecode-expectations-printer.h",
75 "interpreter/interpreter-tester.cc", 75 "interpreter/interpreter-tester.cc",
76 "interpreter/source-position-matcher.cc", 76 "interpreter/source-position-matcher.cc",
77 "interpreter/source-position-matcher.h", 77 "interpreter/source-position-matcher.h",
78 "interpreter/test-bytecode-generator.cc", 78 "interpreter/test-bytecode-generator.cc",
79 "interpreter/test-interpreter-intrinsics.cc", 79 "interpreter/test-interpreter-intrinsics.cc",
80 "interpreter/test-interpreter.cc", 80 "interpreter/test-interpreter.cc",
81 "interpreter/test-source-positions.cc", 81 "interpreter/test-source-positions.cc",
82 "libplatform/test-tracing.cc", 82 "libplatform/test-tracing.cc",
83 "libsampler/test-sampler.cc", 83 "libsampler/test-sampler.cc",
84 "parsing/test-scanner-streams.cc",
84 "print-extension.cc", 85 "print-extension.cc",
85 "profiler-extension.cc", 86 "profiler-extension.cc",
86 "test-access-checks.cc", 87 "test-access-checks.cc",
87 "test-accessors.cc", 88 "test-accessors.cc",
88 "test-api-accessors.cc", 89 "test-api-accessors.cc",
89 "test-api-fast-accessor-builder.cc", 90 "test-api-fast-accessor-builder.cc",
90 "test-api-interceptors.cc", 91 "test-api-interceptors.cc",
91 "test-api.cc", 92 "test-api.cc",
92 "test-api.h", 93 "test-api.h",
93 "test-array-list.cc", 94 "test-array-list.cc",
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 if (is_win) { 401 if (is_win) {
401 # Suppress warnings about importing locally defined symbols. 402 # Suppress warnings about importing locally defined symbols.
402 if (is_component_build) { 403 if (is_component_build) {
403 ldflags = [ 404 ldflags = [
404 "/ignore:4049", 405 "/ignore:4049",
405 "/ignore:4217", 406 "/ignore:4217",
406 ] 407 ]
407 } 408 }
408 } 409 }
409 } 410 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698