Commit ae498111 authored by Mirko Bonadei's avatar Mirko Bonadei Committed by Commit Bot

Depend on rtc_base:timeutils instead of rtc_base_approved.

WebRTC is trying to split rtc_base_approved and rtc_base, this CL avoids
to rely on rtc_base_approved public_deps to depend on timeutils.

Bug: webrtc:9838
Cq-Include-Trybots: luci.chromium.try:linux_mojo
Change-Id: I94d8fdf216f71c56d42bd483d718fd22015a920c
Reviewed-on: https://chromium-review.googlesource.com/c/1268277Reviewed-by: default avatarTommi <tommi@chromium.org>
Reviewed-by: default avatarTom Sepez <tsepez@chromium.org>
Commit-Queue: Mirko Bonadei <mbonadei@chromium.org>
Cr-Commit-Position: refs/heads/master@{#597647}
parent 53c1dd90
...@@ -747,6 +747,7 @@ target(link_target_type, "renderer") { ...@@ -747,6 +747,7 @@ target(link_target_type, "renderer") {
"//third_party/webrtc/pc:rtc_pc_base", "//third_party/webrtc/pc:rtc_pc_base",
"//third_party/webrtc/rtc_base:rtc_base", "//third_party/webrtc/rtc_base:rtc_base",
"//third_party/webrtc/rtc_base:rtc_task_queue", "//third_party/webrtc/rtc_base:rtc_task_queue",
"//third_party/webrtc/rtc_base:timeutils",
# TODO(titovartem) remove dependency on WebRTC internals. # TODO(titovartem) remove dependency on WebRTC internals.
"//third_party/webrtc/rtc_base/third_party/sigslot:sigslot", "//third_party/webrtc/rtc_base/third_party/sigslot:sigslot",
......
...@@ -1930,6 +1930,7 @@ test("content_unittests") { ...@@ -1930,6 +1930,7 @@ test("content_unittests") {
"//third_party/webrtc/modules/video_coding:video_codec_interface", "//third_party/webrtc/modules/video_coding:video_codec_interface",
"//third_party/webrtc/pc:libjingle_peerconnection", "//third_party/webrtc/pc:libjingle_peerconnection",
"//third_party/webrtc/rtc_base:rtc_base", "//third_party/webrtc/rtc_base:rtc_base",
"//third_party/webrtc/rtc_base:timeutils",
"//third_party/webrtc/stats:rtc_stats_test_utils", "//third_party/webrtc/stats:rtc_stats_test_utils",
"//third_party/webrtc_overrides", "//third_party/webrtc_overrides",
"//third_party/webrtc_overrides:init_webrtc", "//third_party/webrtc_overrides:init_webrtc",
......
...@@ -189,6 +189,7 @@ jumbo_component("network_service") { ...@@ -189,6 +189,7 @@ jumbo_component("network_service") {
"//services/service_manager/sandbox:sandbox", "//services/service_manager/sandbox:sandbox",
"//third_party/webrtc/media:rtc_media_base", "//third_party/webrtc/media:rtc_media_base",
"//third_party/webrtc/rtc_base", "//third_party/webrtc/rtc_base",
"//third_party/webrtc/rtc_base:timeutils",
"//third_party/webrtc_overrides", "//third_party/webrtc_overrides",
"//third_party/webrtc_overrides:init_webrtc", "//third_party/webrtc_overrides:init_webrtc",
"//url", "//url",
......
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