| Index: content/shell/BUILD.gn
|
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
|
| index 0f7b3c189442d01b61611f5eecbc417d0d33b36d..c42f4c4104c9dc5808b0f3df96f92757edbc2b69 100644
|
| --- a/content/shell/BUILD.gn
|
| +++ b/content/shell/BUILD.gn
|
| @@ -308,7 +308,12 @@ static_library("content_shell_lib") {
|
| }
|
|
|
| if (is_android) {
|
| - deps += [ "//content/shell/android:content_shell_jni_headers" ]
|
| + deps += [
|
| + "//content/shell/android:content_shell_jni_headers",
|
| + "//services/ui:lib",
|
| + "//services/ui/demo:lib",
|
| + "//services/ui/ime/test_ime_driver:lib",
|
| + ]
|
| }
|
|
|
| if (is_posix && !is_mac) {
|
|
|