Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Side by Side Diff: webrtc/call/BUILD.gn

Issue 3011943002: Move optional.h to webrtc/api/ (Closed)
Patch Set: Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « webrtc/audio/time_interval.h ('k') | webrtc/call/audio_receive_stream.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2015 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 import("../webrtc.gni") 9 import("../webrtc.gni")
10 10
11 rtc_source_set("call_interfaces") { 11 rtc_source_set("call_interfaces") {
12 sources = [ 12 sources = [
13 "audio_receive_stream.h", 13 "audio_receive_stream.h",
14 "audio_send_stream.cc", 14 "audio_send_stream.cc",
15 "audio_send_stream.h", 15 "audio_send_stream.h",
16 "audio_state.h", 16 "audio_state.h",
17 "call.h", 17 "call.h",
18 "callfactoryinterface.h", 18 "callfactoryinterface.h",
19 "flexfec_receive_stream.h", 19 "flexfec_receive_stream.h",
20 "syncable.cc", 20 "syncable.cc",
21 "syncable.h", 21 "syncable.h",
22 ] 22 ]
23 deps = [ 23 deps = [
24 ":rtp_interfaces", 24 ":rtp_interfaces",
25 ":video_stream_api", 25 ":video_stream_api",
26 "..:webrtc_common", 26 "..:webrtc_common",
27 "../api:audio_mixer_api", 27 "../api:audio_mixer_api",
28 "../api:libjingle_peerconnection_api", 28 "../api:libjingle_peerconnection_api",
29 "../api:optional",
29 "../api:transport_api", 30 "../api:transport_api",
30 "../api/audio_codecs:audio_codecs_api", 31 "../api/audio_codecs:audio_codecs_api",
31 "../rtc_base:rtc_base", 32 "../rtc_base:rtc_base",
32 "../rtc_base:rtc_base_approved", 33 "../rtc_base:rtc_base_approved",
33 ] 34 ]
34 } 35 }
35 36
36 # TODO(nisse): These RTP targets should be moved elsewhere 37 # TODO(nisse): These RTP targets should be moved elsewhere
37 # when interfaces have stabilized. See also TODO for |mock_rtp_interfaces|. 38 # when interfaces have stabilized. See also TODO for |mock_rtp_interfaces|.
38 rtc_source_set("rtp_interfaces") { 39 rtc_source_set("rtp_interfaces") {
(...skipping 22 matching lines...) Expand all
61 "rtp_stream_receiver_controller.cc", 62 "rtp_stream_receiver_controller.cc",
62 "rtp_stream_receiver_controller.h", 63 "rtp_stream_receiver_controller.h",
63 "rtx_receive_stream.cc", 64 "rtx_receive_stream.cc",
64 "rtx_receive_stream.h", 65 "rtx_receive_stream.h",
65 "ssrc_binding_observer.h", 66 "ssrc_binding_observer.h",
66 ] 67 ]
67 deps = [ 68 deps = [
68 ":rtp_interfaces", 69 ":rtp_interfaces",
69 "..:webrtc_common", 70 "..:webrtc_common",
70 "../api:array_view", 71 "../api:array_view",
72 "../api:optional",
71 "../modules/rtp_rtcp", 73 "../modules/rtp_rtcp",
72 "../rtc_base:rtc_base_approved", 74 "../rtc_base:rtc_base_approved",
73 ] 75 ]
74 } 76 }
75 77
76 rtc_source_set("rtp_sender") { 78 rtc_source_set("rtp_sender") {
77 sources = [ 79 sources = [
78 "rtp_transport_controller_send.cc", 80 "rtp_transport_controller_send.cc",
79 "rtp_transport_controller_send.h", 81 "rtp_transport_controller_send.h",
80 ] 82 ]
(...skipping 26 matching lines...) Expand all
107 "../api:libjingle_peerconnection_api", 109 "../api:libjingle_peerconnection_api",
108 ] 110 ]
109 111
110 deps = [ 112 deps = [
111 ":call_interfaces", 113 ":call_interfaces",
112 ":rtp_interfaces", 114 ":rtp_interfaces",
113 ":rtp_receiver", 115 ":rtp_receiver",
114 ":rtp_sender", 116 ":rtp_sender",
115 ":video_stream_api", 117 ":video_stream_api",
116 "..:webrtc_common", 118 "..:webrtc_common",
119 "../api:optional",
117 "../api:transport_api", 120 "../api:transport_api",
118 "../audio", 121 "../audio",
119 "../logging:rtc_event_log_api", 122 "../logging:rtc_event_log_api",
120 "../logging:rtc_event_log_impl", 123 "../logging:rtc_event_log_impl",
121 "../modules/bitrate_controller", 124 "../modules/bitrate_controller",
122 "../modules/congestion_controller", 125 "../modules/congestion_controller",
123 "../modules/pacing", 126 "../modules/pacing",
124 "../modules/rtp_rtcp", 127 "../modules/rtp_rtcp",
125 "../modules/utility", 128 "../modules/utility",
126 "../rtc_base:rtc_base_approved", 129 "../rtc_base:rtc_base_approved",
(...skipping 10 matching lines...) Expand all
137 "video_config.h", 140 "video_config.h",
138 "video_receive_stream.cc", 141 "video_receive_stream.cc",
139 "video_receive_stream.h", 142 "video_receive_stream.h",
140 "video_send_stream.cc", 143 "video_send_stream.cc",
141 "video_send_stream.h", 144 "video_send_stream.h",
142 ] 145 ]
143 deps = [ 146 deps = [
144 ":rtp_interfaces", 147 ":rtp_interfaces",
145 "../:webrtc_common", 148 "../:webrtc_common",
146 "../api:libjingle_peerconnection_api", 149 "../api:libjingle_peerconnection_api",
150 "../api:optional",
147 "../api:transport_api", 151 "../api:transport_api",
148 "../common_video:common_video", 152 "../common_video:common_video",
149 "../rtc_base:rtc_base_approved", 153 "../rtc_base:rtc_base_approved",
150 ] 154 ]
151 } 155 }
152 156
153 if (rtc_include_tests) { 157 if (rtc_include_tests) {
154 rtc_source_set("call_tests") { 158 rtc_source_set("call_tests") {
155 testonly = true 159 testonly = true
156 160
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 sources = [ 258 sources = [
255 "test/mock_rtp_packet_sink_interface.h", 259 "test/mock_rtp_packet_sink_interface.h",
256 ] 260 ]
257 deps = [ 261 deps = [
258 ":rtp_interfaces", 262 ":rtp_interfaces",
259 "../test:test_support", 263 "../test:test_support",
260 "//testing/gmock", 264 "//testing/gmock",
261 ] 265 ]
262 } 266 }
263 } 267 }
OLDNEW
« no previous file with comments | « webrtc/audio/time_interval.h ('k') | webrtc/call/audio_receive_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698