Chromium Code Reviews| Index: sandbox/win/BUILD.gn |
| diff --git a/sandbox/win/BUILD.gn b/sandbox/win/BUILD.gn |
| index ade3e9978c6d7d0796f084d925a0541205de6064..be60efb309b36eae2cf256533f32e843a046bc33 100644 |
| --- a/sandbox/win/BUILD.gn |
| +++ b/sandbox/win/BUILD.gn |
| @@ -299,4 +299,8 @@ shared_library("pocdll") { |
| ] |
| defines = [ "POCDLL_EXPORTS" ] |
| + |
| + deps = [ |
| + "//build/config/sanitizers:deps", |
| + ] |
| } |