| Index: content/shell/android/BUILD.gn
|
| diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
|
| index 27cc2f864c095398e67da6cc9cb6a956344bebce..8e6ce40a92c3d43400068250f58d967f15969e44 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",
|
| @@ -233,6 +234,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",
|
|
|
|
|