Commit 7777033e authored by Mirko Bonadei's avatar Mirko Bonadei Committed by Commit Bot

Introduce an empty WebRTC component.

While testing the WebRTC component build in [1], there was a problem
with some testonly code Chromium depends on (which cannot be part of the
WebRTC component).

In order to support this use case, [2] will make the testonly code
needed by Chromium depend on the WebRTC component and this CL is needed
in order to land everything in an incremental fashion.

[1] - https://chromium-review.googlesource.com/c/chromium/src/+/1868961
[2] - https://webrtc-review.googlesource.com/c/src/+/157427

Bug: webrtc:9419
Change-Id: Ie995af67a7ab4ba1a2e5bb012f2e9b33be056acb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872937Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Commit-Queue: Mirko Bonadei <mbonadei@chromium.org>
Cr-Commit-Position: refs/heads/master@{#707985}
parent 68a65cb0
...@@ -10,6 +10,10 @@ group("webrtc_overrides") { ...@@ -10,6 +10,10 @@ group("webrtc_overrides") {
] ]
} }
component("webrtc_component") {
public_deps = []
}
source_set("webrtc") { source_set("webrtc") {
public_deps = [ public_deps = [
# TODO(kjellander): Start cleaning up this target as soon as # TODO(kjellander): Start cleaning up this target as soon as
......
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