Commit b762d3ac authored by Connie Wan's avatar Connie Wan Committed by Commit Bot

Add missing dependency for api_registration

Needed because of the generated file
components/translate/content/common/translate.mojom.h,
which is included in a public dep here:
https://source.chromium.org/chromium/chromium/src/+/master:components/translate/content/browser/BUILD.gn;l=21

Bug: 1147383
Change-Id: I515742ab54905755c9f40ea30ad64fb1f61d78d6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2530203Reviewed-by: default avatarDevlin <rdevlin.cronin@chromium.org>
Commit-Queue: Connie Wan <connily@chromium.org>
Cr-Commit-Position: refs/heads/master@{#826015}
parent 15337a2a
...@@ -28,6 +28,7 @@ function_registration("api_registration") { ...@@ -28,6 +28,7 @@ function_registration("api_registration") {
# Different APIs include headers from these targets. # Different APIs include headers from these targets.
"//chrome/common:mojo_bindings", "//chrome/common:mojo_bindings",
"//components/omnibox/browser", "//components/omnibox/browser",
"//components/translate/content/browser",
"//components/zoom", "//components/zoom",
"//content/public/browser", "//content/public/browser",
"//extensions/browser", "//extensions/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