| Index: content/shell/android/BUILD.gn
|
| diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
|
| index f9b3acaa8f385233e5656da5c8e898a935b7935a..2a0443ee23c0593dfec1ef27b8b8dc82e1f7691b 100644
|
| --- a/content/shell/android/BUILD.gn
|
| +++ b/content/shell/android/BUILD.gn
|
| @@ -19,7 +19,7 @@ shared_library("libcontent_shell_content_view") {
|
| testonly = true
|
| deps = [
|
| ":content_shell_jni_headers",
|
| - "//build/config/sanitizers:deps",
|
| + "//build/config:exe_and_shlib_deps",
|
| "//components/crash/content/browser",
|
| "//content/shell:content_shell_lib",
|
| "//content/shell:pak",
|
| @@ -242,7 +242,7 @@ if (current_cpu != "x64") {
|
|
|
| deps = [
|
| ":linker_test_jni_headers",
|
| - "//build/config/sanitizers:deps",
|
| + "//build/config:exe_and_shlib_deps",
|
| "//content/shell:content_shell_lib",
|
|
|
| # Required to include "content/public/browser/android/compositor.h"
|
|
|