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

Unified Diff: gni/v8.gni

Issue 2105353002: [gn] Switch linux64 debug and internal snapshot to gn (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gni/isolate.gni ('k') | infra/mb/mb_config.pyl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gni/v8.gni
diff --git a/gni/v8.gni b/gni/v8.gni
index 24f65679a4731518b729d8d4ab1f9767e68108c9..f246e0f769b46dc05bdaeda652638b9cff1f8182 100644
--- a/gni/v8.gni
+++ b/gni/v8.gni
@@ -6,6 +6,10 @@ import("//build/config/v8_target_cpu.gni")
import("//build/config/sanitizers/sanitizers.gni")
declare_args() {
+ # Indicate if valgrind was fetched as a custom deps to make it available on
+ # swarming.
+ v8_has_valgrind = false
+
# Turns on compiler optimizations in V8 in Debug build.
v8_optimized_debug = true
« no previous file with comments | « gni/isolate.gni ('k') | infra/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698