Commit 31270991 authored by Scott Violet's avatar Scott Violet Committed by Commit Bot

weblayer: build weblayer_shell on android too

BUG=none
TEST=none

Change-Id: Id73562a714c9a05e138558b2c4535ca98378b01b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1774208
Auto-Submit: Scott Violet <sky@chromium.org>
Commit-Queue: Scott Violet <sky@chromium.org>
Reviewed-by: default avatarJohn Abd-El-Malek <jam@chromium.org>
Cr-Commit-Position: refs/heads/master@{#691479}
parent e9e520a3
...@@ -195,8 +195,7 @@ group("gn_all") { ...@@ -195,8 +195,7 @@ group("gn_all") {
] ]
} }
# TODO: add Android. if (is_win || (is_linux && !is_chromeos) || is_android) {
if (is_win || (is_linux && !is_chromeos)) {
deps += [ "//weblayer/shell:weblayer_shell" ] deps += [ "//weblayer/shell:weblayer_shell" ]
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment