summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/BUILD.gn3
-rw-r--r--content/shell/BUILD.gn2
-rw-r--r--content/shell/android/BUILD.gn2
3 files changed, 7 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") {
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 91e8d28..947e8bf 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",
]
diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
index dc2e2a8..2a4ef28 100644
--- a/content/shell/android/BUILD.gn
+++ b/content/shell/android/BUILD.gn
@@ -21,6 +21,7 @@ shared_library("libcontent_shell_content_view") {
testonly = true
deps = [
":content_shell_jni_headers",
+ "//build/config/sanitizers:deps",
"//content/shell:content_shell_lib",
"//content/shell:pak",
"//components/crash/browser",
@@ -217,6 +218,7 @@ if (current_cpu != "x64" && current_cpu != "arm64") {
deps = [
":linker_test_jni_headers",
+ "//build/config/sanitizers:deps",
"//content/shell:content_shell_lib",
# Required to include "content/public/browser/android/compositor.h"