| Index: content/shell/android/BUILD.gn
|
| diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
|
| index dc2e2a805f582d140980f5bf84835e5ad993b961..2a4ef28c5adab3794c712a54546accab7d4ac87d 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"
|
|
|