| Index: chrome/common/BUILD.gn | 
| diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn | 
| index f38ce687eccfe747e224998efedf26f2502f90e0..c55341a39c5fa1b9e577c279c1feb94df221ef1d 100644 | 
| --- a/chrome/common/BUILD.gn | 
| +++ b/chrome/common/BUILD.gn | 
| @@ -711,6 +711,7 @@ mojom("mojo_bindings") { | 
| "prerender.mojom", | 
| "renderer_configuration.mojom", | 
| "resource_usage_reporter.mojom", | 
| +    "safe_browsing.mojom", | 
| "shell_handler_win.mojom", | 
| "thumbnail_capturer.mojom", | 
| ] | 
| @@ -725,6 +726,7 @@ mojom("mojo_bindings") { | 
|  | 
| public_deps = [ | 
| "//components/content_settings/core/common:mojo_bindings", | 
| +    "//content/public/common:resource_type_bindings", | 
| "//mojo/common:common_custom_types", | 
| "//ui/gfx/geometry/mojo", | 
| "//url/mojo:url_mojom_gurl", | 
|  |