| Index: sandbox/win/BUILD.gn
|
| diff --git a/sandbox/win/BUILD.gn b/sandbox/win/BUILD.gn
|
| index c0e6d95d57229f5ec930b3ac51d34a8106881bad..7bdaf430cbb178027179463110612507e86cf6e4 100644
|
| --- a/sandbox/win/BUILD.gn
|
| +++ b/sandbox/win/BUILD.gn
|
| @@ -220,7 +220,7 @@ executable("cfi_unittest_exe") {
|
| ]
|
| deps = [
|
| "//base",
|
| - "//build/config/sanitizers:deps",
|
| + "//build/config:exe_and_shlib_deps",
|
| "//build/win:default_exe_manifest",
|
| ]
|
| }
|
| @@ -327,6 +327,6 @@ shared_library("pocdll") {
|
| defines = [ "POCDLL_EXPORTS" ]
|
|
|
| deps = [
|
| - "//build/config/sanitizers:deps",
|
| + "//build/config:exe_and_shlib_deps",
|
| ]
|
| }
|
|
|