Chromium Code Reviews| Index: test/inspector/BUILD.gn |
| diff --git a/test/inspector/BUILD.gn b/test/inspector/BUILD.gn |
| index e51b0115699656f96fd6fa8557795456d8a2a6e7..678eb6a2c1d663609a77cffdbb5aef05da5b95b1 100644 |
| --- a/test/inspector/BUILD.gn |
| +++ b/test/inspector/BUILD.gn |
| @@ -3,9 +3,8 @@ |
| # found in the LICENSE file. |
| import("../../gni/v8.gni") |
| -import("//build_overrides/v8.gni") |
| -if (v8_enable_inspector_override) { |
| +if (v8_enable_inspector) { |
| v8_executable("inspector-test") { |
| testonly = true |