| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index dcd15641b1b1aa8eb499a8c920b7befb7013dc54..32fe6bf07b11c27bfff6b7fbcf7fa7954a53745e 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -166,8 +166,10 @@ group("root") {
|
|
|
| if (is_android) {
|
| deps += [
|
| + "//base/android:chromium_android_linker",
|
| "//third_party/openmax_dl/dl",
|
| "//content/shell/android:content_shell_apk",
|
| + "//content/shell/android:chromium_linker_test_apk",
|
| "//chrome/android:chrome_shell_apk",
|
| "//ui/android:ui_java",
|
| "//third_party/android_tools:android_gcm_java",
|
|
|