Skip to content

Commit

Permalink
Remove the shell build target's dependency on the embedder library (f…
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-simmons authored Jan 22, 2019
1 parent 10eb972 commit 88fee08
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions shell/platform/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ group("platform") {
"android",
]
} else if (is_linux) {
deps = [
"embedder",
]
deps = []
} else if (is_win || is_fuchsia) {
# There is no platform target on Windows. Fuchsia has its own runner
# implementation.
Expand Down

0 comments on commit 88fee08

Please sign in to comment.