OLD | NEW |
1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2014 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 # TODO(kjellander): Rebase this to webrtc/build/common.gypi changes after r6330. | 9 # TODO(kjellander): Rebase this to webrtc/build/common.gypi changes after r6330. |
10 | 10 |
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
243 | 243 |
244 deps = [ | 244 deps = [ |
245 ":webrtc_common", | 245 ":webrtc_common", |
246 "api", | 246 "api", |
247 "api:transport_api", | 247 "api:transport_api", |
248 "audio", | 248 "audio", |
249 "base", | 249 "base", |
250 "call", | 250 "call", |
251 "common_audio", | 251 "common_audio", |
252 "common_video", | 252 "common_video", |
| 253 "libjingle/xmllite", |
| 254 "libjingle/xmpp", |
253 "logging", | 255 "logging", |
254 "media", | 256 "media", |
255 "modules", | 257 "modules", |
256 "modules/video_capture:video_capture_internal_impl", | 258 "modules/video_capture:video_capture_internal_impl", |
257 "p2p", | 259 "p2p", |
258 "pc", | 260 "pc", |
259 "sdk", | 261 "sdk", |
260 "stats", | 262 "stats", |
261 "system_wrappers", | 263 "system_wrappers", |
262 "video", | 264 "video", |
(...skipping 16 matching lines...) Expand all Loading... |
279 visibility = [ "//:default" ] | 281 visibility = [ "//:default" ] |
280 | 282 |
281 deps = [ | 283 deps = [ |
282 ":rtc_unittests", | 284 ":rtc_unittests", |
283 ":video_engine_tests", | 285 ":video_engine_tests", |
284 ":webrtc_nonparallel_tests", | 286 ":webrtc_nonparallel_tests", |
285 ":webrtc_perf_tests", | 287 ":webrtc_perf_tests", |
286 "api:peerconnection_unittests", | 288 "api:peerconnection_unittests", |
287 "common_audio:common_audio_unittests", | 289 "common_audio:common_audio_unittests", |
288 "common_video:common_video_unittests", | 290 "common_video:common_video_unittests", |
| 291 "libjingle:xmllite_xmpp_unittests", |
289 "media:rtc_media_unittests", | 292 "media:rtc_media_unittests", |
290 "modules:modules_tests", | 293 "modules:modules_tests", |
291 "modules:modules_unittests", | 294 "modules:modules_unittests", |
292 "modules/audio_coding:audio_coding_tests", | 295 "modules/audio_coding:audio_coding_tests", |
293 "modules/audio_processing:audio_processing_tests", | 296 "modules/audio_processing:audio_processing_tests", |
294 "modules/rtp_rtcp:test_packet_masks_metrics", | 297 "modules/rtp_rtcp:test_packet_masks_metrics", |
295 "modules/video_capture:video_capture_internal_impl", | 298 "modules/video_capture:video_capture_internal_impl", |
296 "pc:rtc_pc_unittests", | 299 "pc:rtc_pc_unittests", |
297 "stats:rtc_stats_unittests", | 300 "stats:rtc_stats_unittests", |
298 "system_wrappers:system_wrappers_unittests", | 301 "system_wrappers:system_wrappers_unittests", |
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
709 ] | 712 ] |
710 | 713 |
711 deps = [ | 714 deps = [ |
712 "//base:base_java_test_support", | 715 "//base:base_java_test_support", |
713 "//webrtc/examples:AppRTCMobile_javalib", | 716 "//webrtc/examples:AppRTCMobile_javalib", |
714 "//webrtc/sdk/android:libjingle_peerconnection_java", | 717 "//webrtc/sdk/android:libjingle_peerconnection_java", |
715 ] | 718 ] |
716 } | 719 } |
717 } | 720 } |
718 } | 721 } |
OLD | NEW |