aboutsummaryrefslogtreecommitdiff
path: root/modules/BUILD.gn
diff options
context:
space:
mode:
authorSebastian Jansson <srte@webrtc.org>2018-05-09 10:33:39 +0200
committerCommit Bot <commit-bot@chromium.org>2018-05-09 11:01:36 +0000
commitc6c44268bcb5ac98424837e549883d29eed10d0a (patch)
treef6b312b2d6e94e5a056763a7f92d95855970335a /modules/BUILD.gn
parent7eca805ce372615e44344dd4ac40e8a66690e1b6 (diff)
downloadwebrtc-c6c44268bcb5ac98424837e549883d29eed10d0a.tar.gz
Moves network control interface to API.
This prepares for allowing injection of a network controller. Bug: webrtc:9155 Change-Id: I5624f47738db9c5cd4750eac76cb6289e06a7aa3 Reviewed-on: https://webrtc-review.googlesource.com/73100 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23188}
Diffstat (limited to 'modules/BUILD.gn')
-rw-r--r--modules/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/BUILD.gn b/modules/BUILD.gn
index 39a609a2ff..0182584c3c 100644
--- a/modules/BUILD.gn
+++ b/modules/BUILD.gn
@@ -56,6 +56,7 @@ rtc_source_set("module_api") {
"../api:optional",
"../api:video_frame_api",
"../api:video_frame_api_i420",
+ "../api/transport:network_control",
"../rtc_base:deprecation",
"../rtc_base:rtc_base_approved",
"video_coding:codec_globals_headers",