Index: gni/isolate.gni |
diff --git a/gni/isolate.gni b/gni/isolate.gni |
index 1cc3a38770439fe0a1f0e12bed576cbf24adb72f..6ba5506b20442c1ef0750fe4f51baad4beec998d 100644 |
--- a/gni/isolate.gni |
+++ b/gni/isolate.gni |
@@ -3,7 +3,6 @@ |
# found in the LICENSE file. |
import("//build/config/sanitizers/sanitizers.gni") |
-import("//build_overrides/v8.gni") |
import("//third_party/icu/config.gni") |
import("v8.gni") |
@@ -97,7 +96,7 @@ template("v8_isolate_run") { |
} else { |
icu_use_data_file_flag = "0" |
} |
- if (v8_enable_inspector_override) { |
+ if (v8_enable_inspector) { |
enable_inspector = "1" |
} else { |
enable_inspector = "0" |