diff --git a/shell/platform/BUILD.gn b/shell/platform/BUILD.gn index 3a613d6b22b85..206f997d9d04b 100644 --- a/shell/platform/BUILD.gn +++ b/shell/platform/BUILD.gn @@ -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.