From 908c797e34de8e0d3e3fe4623a6c00260d58afdc Mon Sep 17 00:00:00 2001 From: samuelmaddock Date: Tue, 8 Sep 2020 19:39:33 -0400 Subject: [PATCH] fix(extensions): include update_client component in BUILD.gn The Runtime API Delegate relies on values from this component. --- shell/browser/extensions/api/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/browser/extensions/api/BUILD.gn b/shell/browser/extensions/api/BUILD.gn index 0765454c8f412..0b301a75b13d9 100644 --- a/shell/browser/extensions/api/BUILD.gn +++ b/shell/browser/extensions/api/BUILD.gn @@ -23,6 +23,7 @@ function_registration("api_registration") { deps = [ # Different APIs include headers from these targets. + "//components/update_client", "//components/zoom", "//content/public/browser", "//extensions/browser",