OLD | NEW |
1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2016 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 |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] | 54 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] |
55 } | 55 } |
56 | 56 |
57 deps = [ | 57 deps = [ |
58 ":rtc_stats", | 58 ":rtc_stats", |
59 ":rtc_stats_test_utils", | 59 ":rtc_stats_test_utils", |
60 "../api:rtc_stats_api", | 60 "../api:rtc_stats_api", |
61 "../rtc_base:rtc_base_approved", | 61 "../rtc_base:rtc_base_approved", |
62 "../rtc_base:rtc_base_tests_main", | 62 "../rtc_base:rtc_base_tests_main", |
63 "../rtc_base:rtc_base_tests_utils", | 63 "../rtc_base:rtc_base_tests_utils", |
| 64 "../rtc_base:rtc_json", |
64 "../system_wrappers:metrics_default", | 65 "../system_wrappers:metrics_default", |
65 "//testing/gmock", | 66 "//testing/gmock", |
66 ] | 67 ] |
67 | 68 |
68 if (is_android) { | 69 if (is_android) { |
69 deps += [ "//testing/android/native_test:native_test_native_code" ] | 70 deps += [ "//testing/android/native_test:native_test_native_code" ] |
70 } | 71 } |
71 } | 72 } |
72 } | 73 } |
OLD | NEW |