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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
355 "-Wno-missing-braces", | 355 "-Wno-missing-braces", |
356 "-Wno-sign-compare", | 356 "-Wno-sign-compare", |
357 "-Wno-unused-const-variable", | 357 "-Wno-unused-const-variable", |
358 ] | 358 ] |
359 } | 359 } |
360 } | 360 } |
361 | 361 |
362 rtc_test("rtc_unittests") { | 362 rtc_test("rtc_unittests") { |
363 testonly = true | 363 testonly = true |
364 sources = [ | 364 sources = [ |
| 365 "api/fakemetricsobserver.cc", |
365 "base/array_view_unittest.cc", | 366 "base/array_view_unittest.cc", |
366 "base/atomicops_unittest.cc", | 367 "base/atomicops_unittest.cc", |
367 "base/autodetectproxy_unittest.cc", | 368 "base/autodetectproxy_unittest.cc", |
368 "base/bandwidthsmoother_unittest.cc", | 369 "base/bandwidthsmoother_unittest.cc", |
369 "base/base64_unittest.cc", | 370 "base/base64_unittest.cc", |
370 "base/basictypes_unittest.cc", | 371 "base/basictypes_unittest.cc", |
371 "base/bind_unittest.cc", | 372 "base/bind_unittest.cc", |
372 "base/bitbuffer_unittest.cc", | 373 "base/bitbuffer_unittest.cc", |
373 "base/buffer_unittest.cc", | 374 "base/buffer_unittest.cc", |
374 "base/bufferqueue_unittest.cc", | 375 "base/bufferqueue_unittest.cc", |
(...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
821 ] | 822 ] |
822 | 823 |
823 deps = [ | 824 deps = [ |
824 "//webrtc/api:libjingle_peerconnection_java", | 825 "//webrtc/api:libjingle_peerconnection_java", |
825 "//webrtc/api:libjingle_peerconnection_jni", | 826 "//webrtc/api:libjingle_peerconnection_jni", |
826 "//webrtc/examples:AppRTCMobile_javalib", | 827 "//webrtc/examples:AppRTCMobile_javalib", |
827 ] | 828 ] |
828 } | 829 } |
829 } | 830 } |
830 } | 831 } |
OLD | NEW |