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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
260 deps = [ | 260 deps = [ |
261 ":webrtc_common", | 261 ":webrtc_common", |
262 "audio", | 262 "audio", |
263 "base:rtc_base", | 263 "base:rtc_base", |
264 "call", | 264 "call", |
265 "common_audio", | 265 "common_audio", |
266 "common_video", | 266 "common_video", |
267 "modules", | 267 "modules", |
268 "stats", | 268 "stats", |
269 "system_wrappers", | 269 "system_wrappers", |
270 "tools", | |
271 "video", | 270 "video", |
272 "voice_engine", | 271 "voice_engine", |
273 ] | 272 ] |
274 | 273 |
275 if (build_with_chromium) { | 274 if (build_with_chromium) { |
276 deps += [ "modules/video_capture" ] | 275 deps += [ "modules/video_capture" ] |
277 } else { | 276 } else { |
278 # TODO(kjellander): Enable for Chromium as well when bugs.webrtc.org/4256 | 277 # TODO(kjellander): Enable for Chromium as well when bugs.webrtc.org/4256 |
279 # is fixed. Right now it's not possible due to circular dependencies. | 278 # is fixed. Right now it's not possible due to circular dependencies. |
280 deps += [ | 279 deps += [ |
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
790 | 789 |
791 deps = [ | 790 deps = [ |
792 "//base:base_java_test_support", | 791 "//base:base_java_test_support", |
793 "//webrtc/api:libjingle_peerconnection_java", | 792 "//webrtc/api:libjingle_peerconnection_java", |
794 "//webrtc/api:libjingle_peerconnection_jni", | 793 "//webrtc/api:libjingle_peerconnection_jni", |
795 "//webrtc/examples:AppRTCMobile_javalib", | 794 "//webrtc/examples:AppRTCMobile_javalib", |
796 ] | 795 ] |
797 } | 796 } |
798 } | 797 } |
799 } | 798 } |
OLD | NEW |