Chromium Code Reviews| Index: gni/v8.gni |
| diff --git a/gni/v8.gni b/gni/v8.gni |
| index 93b766920a7c71bfc7e10d1b36fea5902390a8f5..9b390bf5389b29dca9574f115d8811f83956bdb3 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 |