| Index: gni/v8.gni
|
| diff --git a/gni/v8.gni b/gni/v8.gni
|
| index 7ff7f6fb89ac3634a2c7ff64030805582d8c8fb9..a63c1fa4de2ce9d9871fa855412aa9c24e0c4108 100644
|
| --- a/gni/v8.gni
|
| +++ b/gni/v8.gni
|
| @@ -38,15 +38,17 @@ if (v8_enable_backtrace == "") {
|
| v8_enable_backtrace = is_debug && !v8_optimized_debug
|
| }
|
|
|
| -###############################################################################
|
| -# Templates
|
| -#
|
| -
|
| # Points to // in v8 stand-alone or to //v8/ in chromium. We need absolute
|
| # paths for all configs in templates as they are shared in different
|
| # subdirectories.
|
| v8_path_prefix = get_path_info("../", "abspath")
|
|
|
| +v8_inspector_js_protocol = v8_path_prefix + "/src/inspector/js_protocol.json"
|
| +
|
| +###############################################################################
|
| +# Templates
|
| +#
|
| +
|
| # Common configs to remove or add in all v8 targets.
|
| v8_remove_configs = [ "//build/config/compiler:chromium_code" ]
|
| v8_add_configs = [
|
|
|