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

Side by Side Diff: gni/v8.gni

Issue 2116913002: Land v8-side changes to switch to v8_current_cpu in the GN build. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: for review Created 4 years, 5 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 import("//build/config/v8_target_cpu.gni")
6 import("//build/config/sanitizers/sanitizers.gni") 5 import("//build/config/sanitizers/sanitizers.gni")
7 6
8 declare_args() { 7 declare_args() {
9 # Indicate if valgrind was fetched as a custom deps to make it available on 8 # Indicate if valgrind was fetched as a custom deps to make it available on
10 # swarming. 9 # swarming.
11 v8_has_valgrind = false 10 v8_has_valgrind = false
12 11
13 # Indicate if gcmole was fetched as a hook to make it available on swarming. 12 # Indicate if gcmole was fetched as a hook to make it available on swarming.
14 v8_gcmole = false 13 v8_gcmole = false
15 14
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 } 82 }
84 83
85 template("v8_component") { 84 template("v8_component") {
86 component(target_name) { 85 component(target_name) {
87 forward_variables_from(invoker, "*", [ "configs" ]) 86 forward_variables_from(invoker, "*", [ "configs" ])
88 configs += invoker.configs 87 configs += invoker.configs
89 configs -= remove_configs 88 configs -= remove_configs
90 configs += add_configs 89 configs += add_configs
91 } 90 }
92 } 91 }
OLDNEW
« no previous file with comments | « build_overrides/v8.gni ('k') | snapshot_toolchain.gni » ('j') | snapshot_toolchain.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698