Commit 96cea511 authored by Bettina's avatar Bettina Committed by Commit Bot

Add mojo bindings in chrome/safe_browsing

chrome_password_protection_service.cc calls a
stack that eventually needs
site_engagement_details.mojom.h and the dependency
wasn't specified in the BUILD file previously.

Bug: 1038845
Fixes: 1038845
Change-Id: I746b55cd13f23e1935e934f9a4c1653fd2a45e78
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1987194Reviewed-by: default avatarDaniel Rubery <drubery@chromium.org>
Commit-Queue: Daniel Rubery <drubery@chromium.org>
Auto-Submit: Bettina Dea <bdea@chromium.org>
Cr-Commit-Position: refs/heads/master@{#728763}
parent 9910c921
...@@ -99,6 +99,7 @@ jumbo_static_library("safe_browsing") { ...@@ -99,6 +99,7 @@ jumbo_static_library("safe_browsing") {
"ui_manager.h", "ui_manager.h",
] ]
deps += [ deps += [
"//chrome/browser/engagement:mojo_bindings",
"//chrome/common/safe_browsing:proto", "//chrome/common/safe_browsing:proto",
"//components/safe_browsing:csd_proto", "//components/safe_browsing:csd_proto",
"//components/safe_browsing:safe_browsing", "//components/safe_browsing:safe_browsing",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment