Skip to content

Commit

Permalink
Depend on rtc_base:timeutils instead of rtc_base_approved.
Browse files Browse the repository at this point in the history
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/1268277
Reviewed-by: Tommi <tommi@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Mirko Bonadei <mbonadei@chromium.org>
Cr-Commit-Position: refs/heads/master@{#597647}
  • Loading branch information
Mirko Bonadei authored and Commit Bot committed Oct 8, 2018
1 parent 53c1dd9 commit ae49811
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions content/renderer/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,7 @@ target(link_target_type, "renderer") {
"//third_party/webrtc/pc:rtc_pc_base",
"//third_party/webrtc/rtc_base:rtc_base",
"//third_party/webrtc/rtc_base:rtc_task_queue",
"//third_party/webrtc/rtc_base:timeutils",

# TODO(titovartem) remove dependency on WebRTC internals.
"//third_party/webrtc/rtc_base/third_party/sigslot:sigslot",
Expand Down
1 change: 1 addition & 0 deletions content/test/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -1930,6 +1930,7 @@ test("content_unittests") {
"//third_party/webrtc/modules/video_coding:video_codec_interface",
"//third_party/webrtc/pc:libjingle_peerconnection",
"//third_party/webrtc/rtc_base:rtc_base",
"//third_party/webrtc/rtc_base:timeutils",
"//third_party/webrtc/stats:rtc_stats_test_utils",
"//third_party/webrtc_overrides",
"//third_party/webrtc_overrides:init_webrtc",
Expand Down
1 change: 1 addition & 0 deletions services/network/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ jumbo_component("network_service") {
"//services/service_manager/sandbox:sandbox",
"//third_party/webrtc/media:rtc_media_base",
"//third_party/webrtc/rtc_base",
"//third_party/webrtc/rtc_base:timeutils",
"//third_party/webrtc_overrides",
"//third_party/webrtc_overrides:init_webrtc",
"//url",
Expand Down

0 comments on commit ae49811

Please sign in to comment.