diff --git a/BUILD.gn b/BUILD.gn index 2bd7d2759b3cae..55038c7ffaf131 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -195,8 +195,7 @@ group("gn_all") { ] } - # TODO: add Android. - if (is_win || (is_linux && !is_chromeos)) { + if (is_win || (is_linux && !is_chromeos) || is_android) { deps += [ "//weblayer/shell:weblayer_shell" ] }