Commit 0e74b88a authored by Ken Rockot's avatar Ken Rockot Committed by Commit Bot

Fix underspecified deps in content/public/browser

content_browser_client.h exposes a public dependency on generated
outputs from the //media/mojo/mojom target. This CL properly expresses
that dependency in GN.

Fixed: 1049140
Change-Id: Icabe78cf9bc4e784444495d72da1bfbe9b90df01
Tbr: jam@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2039172
Commit-Queue: Ken Rockot <rockot@google.com>
Reviewed-by: default avatarKen Rockot <rockot@google.com>
Cr-Commit-Position: refs/heads/master@{#738616}
parent ce8c82dc
...@@ -417,6 +417,7 @@ jumbo_source_set("browser_sources") { ...@@ -417,6 +417,7 @@ jumbo_source_set("browser_sources") {
"//components/services/storage/public/mojom", "//components/services/storage/public/mojom",
"//content/public/common:common_sources", "//content/public/common:common_sources",
"//ipc", "//ipc",
"//media/mojo/mojom",
"//media/mojo/mojom:remoting", "//media/mojo/mojom:remoting",
"//mojo/public/cpp/bindings", "//mojo/public/cpp/bindings",
"//mojo/public/cpp/system", "//mojo/public/cpp/system",
......
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