summaryrefslogtreecommitdiffstats
path: root/sandbox/win/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/win/BUILD.gn')
-rw-r--r--sandbox/win/BUILD.gn4
1 files changed, 4 insertions, 0 deletions
diff --git a/sandbox/win/BUILD.gn b/sandbox/win/BUILD.gn
index ade3e99..be60efb 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",
+ ]
}