| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 739d39d3286d00500ace774b3488515851fab3dd..eb7791d8192d394d2f91557bf233c6b9c84d0f8f 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -1986,6 +1986,7 @@ if (current_toolchain == snapshot_toolchain) {
|
| ":v8_libplatform",
|
| ":v8_nosnapshot",
|
| "//build/config/sanitizers:deps",
|
| + "//build/win:default_exe_manifest",
|
| ]
|
| }
|
| }
|
| @@ -2055,6 +2056,7 @@ if ((current_toolchain == host_toolchain && v8_toolset_for_d8 == "host") ||
|
| ":v8",
|
| ":v8_libplatform",
|
| "//build/config/sanitizers:deps",
|
| + "//build/win:default_exe_manifest",
|
| ]
|
|
|
| # TODO(jochen): Add support for vtunejit.
|
|
|