From cd6ff760dd0601983496378db2e6fc890aeb64d4 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Tue, 27 Feb 2018 12:31:13 -0500 Subject: [PATCH] Linux: Add missing build dependency --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index 3aa4bcf46..67824904b 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -831,6 +831,7 @@ static_library("libcef_static") { deps += [ "//components/crash/content/app", "//components/crash/content/browser", + "//third_party/crashpad/crashpad/client", ] }