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

Unified 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: remove incorrect assert 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 side-by-side diff with in-line comments
Download patch
Index: gni/v8.gni
diff --git a/gni/v8.gni b/gni/v8.gni
index 4abce0d17689aa47084c8084242cc75acf38902d..8a4b2d792a6ab0ffd4af0da3036b8be82db81958 100644
--- a/gni/v8.gni
+++ b/gni/v8.gni
@@ -2,8 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//build/config/v8_target_cpu.gni")
import("//build/config/sanitizers/sanitizers.gni")
+import("//build/config/v8_target_cpu.gni")
declare_args() {
# Indicate if valgrind was fetched as a custom deps to make it available on

Powered by Google App Engine
This is Rietveld 408576698