From 879959cd120951f22f7ad6fce412cf68b62fe958 Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Tue, 22 Jan 2019 12:58:46 -0800 Subject: [PATCH] Remove the shell build target's dependency on the embedder library --- shell/platform/BUILD.gn | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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.