| Index: content/shell/BUILD.gn
|
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
|
| index 91e8d283db86c925446c6f5f18fcc2cbe1a71cd2..947e8bf5ffb63900fe25d4803d3d496ab17cd03e 100644
|
| --- a/content/shell/BUILD.gn
|
| +++ b/content/shell/BUILD.gn
|
| @@ -416,6 +416,7 @@ if (!is_android && !is_mac) {
|
| ":content_shell_lib",
|
| ":pak",
|
| "//base/allocator",
|
| + "//build/config/sanitizers:deps",
|
| "//build/win:default_exe_manifest",
|
| ]
|
|
|
| @@ -457,6 +458,7 @@ if (is_win) {
|
|
|
| deps = [
|
| "//base",
|
| + "//build/config/sanitizers:deps",
|
| "//components/crash/tools:crash_service",
|
| ]
|
|
|
|
|