| Index: content/shell/BUILD.gn
|
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
|
| index ad98ab15e3a4f5aa3db8b13171951f88107bb8dd..a6ff9a093be91106ce80c3fc2bf7c2056e2e03ce 100644
|
| --- a/content/shell/BUILD.gn
|
| +++ b/content/shell/BUILD.gn
|
| @@ -316,7 +316,10 @@ static_library("content_shell_lib") {
|
| }
|
|
|
| if (is_android) {
|
| - deps += [ "//content/shell/android:content_shell_jni_headers" ]
|
| + deps += [
|
| + "//base/test:test_support",
|
| + "//content/shell/android:content_shell_jni_headers",
|
| + ]
|
| }
|
|
|
| if (is_posix && !is_mac) {
|
|
|