Commit 9689d066 authored by Hans Wennborg's avatar Hans Wennborg Committed by Commit Bot

Remove mojom_broadcastchannel_bindings dependency on from content_browsertests

It's already exported from content.dll. Trying to link it in twice
causes duplicate definition error when building with the latest Clang.

Bug: 1138934
Change-Id: I7440362ab7b8c3fe4debe0e3aba623c48e94a92d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2480822
Commit-Queue: Hans Wennborg <hans@chromium.org>
Commit-Queue: Avi Drissman <avi@chromium.org>
Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Reviewed-by: default avatarAvi Drissman <avi@chromium.org>
Auto-Submit: Hans Wennborg <hans@chromium.org>
Cr-Commit-Position: refs/heads/master@{#818011}
parent 515e03a0
...@@ -208,7 +208,6 @@ source_set("browser") { ...@@ -208,7 +208,6 @@ source_set("browser") {
"//third_party/blink/public:scaled_resources", "//third_party/blink/public:scaled_resources",
"//third_party/blink/public/common", "//third_party/blink/public/common",
"//third_party/blink/public/common:font_enumeration_table_proto", "//third_party/blink/public/common:font_enumeration_table_proto",
"//third_party/blink/public/mojom:mojom_broadcastchannel_bindings",
"//third_party/blink/public/mojom/dom_storage", "//third_party/blink/public/mojom/dom_storage",
"//third_party/blink/public/mojom/frame", "//third_party/blink/public/mojom/frame",
"//third_party/blink/public/strings", "//third_party/blink/public/strings",
...@@ -261,6 +260,7 @@ source_set("browser") { ...@@ -261,6 +260,7 @@ source_set("browser") {
"//ipc", "//ipc",
"//media/mojo/mojom:remoting", "//media/mojo/mojom:remoting",
"//third_party/blink/public/mojom:embedded_frame_sink_mojo_bindings", "//third_party/blink/public/mojom:embedded_frame_sink_mojo_bindings",
"//third_party/blink/public/mojom:mojom_broadcastchannel_bindings",
"//third_party/leveldatabase", "//third_party/leveldatabase",
] ]
......
...@@ -1296,7 +1296,6 @@ test("content_browsertests") { ...@@ -1296,7 +1296,6 @@ test("content_browsertests") {
"//testing/gmock", "//testing/gmock",
"//testing/gtest", "//testing/gtest",
"//third_party/blink/public:blink", "//third_party/blink/public:blink",
"//third_party/blink/public/mojom:mojom_broadcastchannel_bindings",
"//third_party/blink/public/mojom/frame", "//third_party/blink/public/mojom/frame",
"//third_party/leveldatabase", "//third_party/leveldatabase",
"//third_party/mesa_headers", "//third_party/mesa_headers",
......
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