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

Side by Side Diff: BUILD.gn

Issue 2021213002: Revert of [gn] Add cctest (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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
« no previous file with comments | « no previous file | test/cctest/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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium 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("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/arm.gni") 6 import("//build/config/arm.gni")
7 import("//build/config/mips.gni") 7 import("//build/config/mips.gni")
8 import("//build/config/sanitizers/sanitizers.gni") 8 import("//build/config/sanitizers/sanitizers.gni")
9 9
10 if (is_android) { 10 if (is_android) {
(...skipping 2052 matching lines...) Expand 10 before | Expand all | Expand 10 after
2063 2063
2064 if (want_v8_shell) { 2064 if (want_v8_shell) {
2065 deps += [ 2065 deps += [
2066 ":v8_shell", 2066 ":v8_shell",
2067 ] 2067 ]
2068 } 2068 }
2069 2069
2070 if (host_os != "mac" || !is_android) { 2070 if (host_os != "mac" || !is_android) {
2071 # These items don't compile for Android on Mac. 2071 # These items don't compile for Android on Mac.
2072 deps += [ 2072 deps += [
2073 "test/cctest:cctest",
2074 "test/unittests:unittests", 2073 "test/unittests:unittests",
2075 ] 2074 ]
2076 } 2075 }
2077 } 2076 }
2078 2077
2079 if (is_component_build) { 2078 if (is_component_build) {
2080 component("v8") { 2079 component("v8") {
2081 sources = [ 2080 sources = [
2082 "src/v8dll-main.cc", 2081 "src/v8dll-main.cc",
2083 ] 2082 ]
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
2230 sources = [ 2229 sources = [
2231 "test/fuzzer/wasm-asmjs.cc", 2230 "test/fuzzer/wasm-asmjs.cc",
2232 ] 2231 ]
2233 2232
2234 deps = [ 2233 deps = [
2235 ":fuzzer_support", 2234 ":fuzzer_support",
2236 ] 2235 ]
2237 2236
2238 configs = [ ":internal_config" ] 2237 configs = [ ":internal_config" ]
2239 } 2238 }
OLDNEW
« no previous file with comments | « no previous file | test/cctest/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698