Commit 1f4ec0ff authored by mark a. foltz's avatar mark a. foltz Committed by Commit Bot

[Media Router] Fix missing dependency.

https://chromium-review.googlesource.com/c/chromium/src/+/1985812 added
a generated include to chrome/ui/browser.h, which we can't depend on
directly for reasons.

This adds the dependency directly to fix the Open Screen try bots.

Bug: 1030821
Change-Id: Ic2b97bab07f57b8512097bcb2803c9cbc233f377
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2040735Reviewed-by: default avatarYuri Wiitala <miu@chromium.org>
Commit-Queue: Yuri Wiitala <miu@chromium.org>
Commit-Queue: mark a. foltz <mfoltz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#738800}
parent c948956b
...@@ -81,6 +81,7 @@ static_library("router") { ...@@ -81,6 +81,7 @@ static_library("router") {
# resolution for browser.h, which is used in multiple extension-only # resolution for browser.h, which is used in multiple extension-only
# files. # files.
# TODO(crbug.com/1030821): Resolve circular dependencies # TODO(crbug.com/1030821): Resolve circular dependencies
"//components/paint_preview/buildflags",
"//components/signin/public/base:signin_buildflags", "//components/signin/public/base:signin_buildflags",
"//components/translate/content/common", "//components/translate/content/common",
"//mojo/public/cpp/bindings", "//mojo/public/cpp/bindings",
......
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