Skip to content

Commit cf8ec1f

Browse files
MirkoBonadeiCommit Bot
authored andcommitted
Introduce empty rtc_base:async_resolver target.
This is needed in order to prepare Chromium to depend on the new target to land (https://webrtc-review.googlesource.com/c/src/+/196903). No-Try: True Bug: webrtc:9987 Change-Id: Ic7337f1c57c135d541eb424fb06dae32acacaea8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/197801 Commit-Queue: Mirko Bonadei <[email protected]> Reviewed-by: Harald Alvestrand <[email protected]> Cr-Commit-Position: refs/heads/master@{#32829}
1 parent a6c236f commit cf8ec1f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

rtc_base/BUILD.gn

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,12 @@ rtc_library("rtc_json") {
665665
}
666666
}
667667

668+
rtc_source_set("async_resolver") {
669+
# TODO(bugs.webrtc.org/9987): This build target will soon contain
670+
# async_resolver source files (see
671+
# https://webrtc-review.googlesource.com/c/src/+/196903).
672+
}
673+
668674
rtc_source_set("net_helpers") {
669675
# TODO(bugs.webrtc.org/9987): This build target will soon contain
670676
# the following files:

0 commit comments

Comments
 (0)