Skip to content

Commit

Permalink
weblayer: build weblayer_shell on android too
Browse files Browse the repository at this point in the history
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: John Abd-El-Malek <jam@chromium.org>
Cr-Commit-Position: refs/heads/master@{#691479}
  • Loading branch information
Scott Violet authored and Commit Bot committed Aug 29, 2019
1 parent e9e520a commit 3127099
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
}

Expand Down

0 comments on commit 3127099

Please sign in to comment.