diff --git a/BUILD.gn b/BUILD.gn index c24468d77..ba7a72022 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -546,9 +546,9 @@ static_library("electron_lib") { if (is_mac) { deps += [ + "//components/remote_cocoa/app_shim", "//third_party/crashpad/crashpad/client", "//ui/accelerated_widget_mac", - "//ui/views_bridge_mac", ] sources += [ "atom/browser/ui/views/autofill_popup_view.cc",