Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index e5c700516e92fbc00d3813afcb8e2f32829fcf8b..98c5f224a5b7ad3c22a180da3aa1018dfbc26a37 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -722,6 +722,7 @@ action("v8_dump_build_config") { |
| "is_tsan=$is_tsan", |
| "target_cpu=\"$target_cpu\"", |
| "v8_enable_i18n_support=$v8_enable_i18n_support", |
| + "v8_enable_inspector=$v8_enable_inspector_override", |
| "v8_target_cpu=\"$v8_target_cpu\"", |
| "v8_use_snapshot=$v8_use_snapshot", |
| ] |