| Index: content/shell/android/BUILD.gn
|
| diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
|
| index 4ae34574a989434d56b9f62e1a00df4a6f6d01c2..859b120241c95d631387cc80b2a055f4ec0f0326 100644
|
| --- a/content/shell/android/BUILD.gn
|
| +++ b/content/shell/android/BUILD.gn
|
| @@ -20,6 +20,7 @@ shared_library("libcontent_shell_content_view") {
|
| testonly = true
|
| deps = [
|
| ":content_shell_jni_headers",
|
| + "//base/test:test_support_main_stub",
|
| "//build/config/sanitizers:deps",
|
| "//components/crash/content/browser",
|
| "//content/shell:content_shell_lib",
|
| @@ -212,6 +213,7 @@ if (current_cpu != "x64") {
|
|
|
| deps = [
|
| ":linker_test_jni_headers",
|
| + "//base/test:test_support_main_stub",
|
| "//build/config/sanitizers:deps",
|
| "//content/shell:content_shell_lib",
|
|
|
|
|