Commit 14f718b7 authored by jonross's avatar jonross Committed by Commit Bot

Update content/renderer:renderer public deps

content/renderer:renderer has public dependencies on content/common:mojo_bindings
but it had only been picking that up implicitly.

This has broken on the waterfall in the past. This adds it to the public deps.

Bug: 859324
Change-Id: I546280c175f3b857466f0f8de4b0aac64766acda
Reviewed-on: https://chromium-review.googlesource.com/1145715Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Commit-Queue: Jonathan Ross <jonross@chromium.org>
Cr-Commit-Position: refs/heads/master@{#577227}
parent ae29b155
......@@ -639,6 +639,7 @@ target(link_target_type, "renderer") {
defines = []
public_deps = [
"//content/common:mojo_bindings",
"//content/public/common:common_sources",
"//ipc",
]
......
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