Commit e40723ac authored by Greg Thompson's avatar Greg Thompson Committed by Commit Bot

Add dependency on safe_browsing:csd_proto to c/b/extensions.

c/b/extensions/api/downloads/downloads_api.h indirectly includes the
generated csd.pb.h file, so it needs an explicit dependency on the
target that produces it.

BUG=856920
TBR=jialiul@chromium.org

Change-Id: I8a1821b05b92c71fa89bb706d6e9b21abf93bc93
Reviewed-on: https://chromium-review.googlesource.com/1116539
Commit-Queue: Greg Thompson <grt@chromium.org>
Reviewed-by: default avatarJialiu Lin <jialiul@chromium.org>
Reviewed-by: default avatarGreg Thompson <grt@chromium.org>
Cr-Commit-Position: refs/heads/master@{#570692}
parent 6612e33c
...@@ -787,6 +787,7 @@ jumbo_static_library("extensions") { ...@@ -787,6 +787,7 @@ jumbo_static_library("extensions") {
# browser, then we can clean up these dependencies. # browser, then we can clean up these dependencies.
public_deps = [ public_deps = [
"//chrome/common/extensions/api", "//chrome/common/extensions/api",
"//components/safe_browsing:csd_proto",
"//components/safe_browsing/db:util", "//components/safe_browsing/db:util",
"//content/public/browser", "//content/public/browser",
] ]
......
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