Commit 6cddaa99 authored by tmoniuszko's avatar tmoniuszko Committed by Commit bot

Add //content:browser dependency on //ppapi:host

content::BrowserPpapiHostImpl references ppapi::host::PpapiHost but dependency in missing in gn.

BUG=

Review URL: https://codereview.chromium.org/1173583002

Cr-Commit-Position: refs/heads/master@{#333699}
parent 29f3c7af
......@@ -266,6 +266,7 @@ source_set("browser") {
".",
"//content")
deps += [
"//ppapi/host",
"//ppapi/proxy:ipc",
"//ppapi/shared_impl",
]
......
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