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...) 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", | |
255 "logging", | 253 "logging", |
256 "media", | 254 "media", |
257 "modules", | 255 "modules", |
258 "modules/video_capture:video_capture_internal_impl", | 256 "modules/video_capture:video_capture_internal_impl", |
259 "p2p", | 257 "p2p", |
260 "pc", | 258 "pc", |
261 "sdk", | 259 "sdk", |
262 "stats", | 260 "stats", |
263 "system_wrappers", | 261 "system_wrappers", |
264 "video", | 262 "video", |
(...skipping 16 matching lines...) Loading... |
281 visibility = [ "//:default" ] | 279 visibility = [ "//:default" ] |
282 | 280 |
283 deps = [ | 281 deps = [ |
284 ":rtc_unittests", | 282 ":rtc_unittests", |
285 ":video_engine_tests", | 283 ":video_engine_tests", |
286 ":webrtc_nonparallel_tests", | 284 ":webrtc_nonparallel_tests", |
287 ":webrtc_perf_tests", | 285 ":webrtc_perf_tests", |
288 "api:peerconnection_unittests", | 286 "api:peerconnection_unittests", |
289 "common_audio:common_audio_unittests", | 287 "common_audio:common_audio_unittests", |
290 "common_video:common_video_unittests", | 288 "common_video:common_video_unittests", |
291 "libjingle:xmllite_xmpp_unittests", | |
292 "media:rtc_media_unittests", | 289 "media:rtc_media_unittests", |
293 "modules:modules_tests", | 290 "modules:modules_tests", |
294 "modules:modules_unittests", | 291 "modules:modules_unittests", |
295 "modules/audio_coding:audio_coding_tests", | 292 "modules/audio_coding:audio_coding_tests", |
296 "modules/audio_processing:audio_processing_tests", | 293 "modules/audio_processing:audio_processing_tests", |
297 "modules/rtp_rtcp:test_packet_masks_metrics", | 294 "modules/rtp_rtcp:test_packet_masks_metrics", |
298 "modules/video_capture:video_capture_internal_impl", | 295 "modules/video_capture:video_capture_internal_impl", |
299 "pc:rtc_pc_unittests", | 296 "pc:rtc_pc_unittests", |
300 "stats:rtc_stats_unittests", | 297 "stats:rtc_stats_unittests", |
301 "system_wrappers:system_wrappers_unittests", | 298 "system_wrappers:system_wrappers_unittests", |
(...skipping 410 matching lines...) Loading... |
712 ] | 709 ] |
713 | 710 |
714 deps = [ | 711 deps = [ |
715 "//base:base_java_test_support", | 712 "//base:base_java_test_support", |
716 "//webrtc/examples:AppRTCMobile_javalib", | 713 "//webrtc/examples:AppRTCMobile_javalib", |
717 "//webrtc/sdk/android:libjingle_peerconnection_java", | 714 "//webrtc/sdk/android:libjingle_peerconnection_java", |
718 ] | 715 ] |
719 } | 716 } |
720 } | 717 } |
721 } | 718 } |
OLD | NEW |