summaryrefslogtreecommitdiffstats
path: root/content/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'content/BUILD.gn')
-rw-r--r--content/BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/BUILD.gn b/content/BUILD.gn
index 7909e7f..d9c1999 100644
--- a/content/BUILD.gn
+++ b/content/BUILD.gn
@@ -55,6 +55,9 @@ if (is_component_build) {
shared_library("content") {
public_deps =
content_shared_components + [ "//content/public/app:both_sources" ]
+ deps = [
+ "//build/config/sanitizers:deps",
+ ]
}
} else {
group("content") {