Chromium Code Reviews| Index: shell/BUILD.gn |
| diff --git a/shell/BUILD.gn b/shell/BUILD.gn |
| index 405b423cbd2031b26fa28db45339cfb5e12c91a8..c1a60c9e035594157790d1c0bf196c31d97d011a 100644 |
| --- a/shell/BUILD.gn |
| +++ b/shell/BUILD.gn |
| @@ -21,6 +21,10 @@ group("shell") { |
| if (!is_win) { |
| deps += [ ":mojo_launcher" ] |
| } |
| + |
| + if (is_android) { |
| + deps += [ ":mojo_shell_apk" ] |
| + } |
| } |
| group("tests") { |