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 import("//build/config/crypto.gni") | 9 import("//build/config/crypto.gni") |
10 import("//build/config/ui.gni") | 10 import("//build/config/ui.gni") |
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
265 "networkmonitor.h", | 265 "networkmonitor.h", |
266 "nullsocketserver.h", | 266 "nullsocketserver.h", |
267 "pathutils.cc", | 267 "pathutils.cc", |
268 "pathutils.h", | 268 "pathutils.h", |
269 "physicalsocketserver.cc", | 269 "physicalsocketserver.cc", |
270 "physicalsocketserver.h", | 270 "physicalsocketserver.h", |
271 "proxydetect.cc", | 271 "proxydetect.cc", |
272 "proxydetect.h", | 272 "proxydetect.h", |
273 "proxyinfo.cc", | 273 "proxyinfo.cc", |
274 "proxyinfo.h", | 274 "proxyinfo.h", |
| 275 "rate_statistics.cc", |
| 276 "rate_statistics.h", |
275 "ratelimiter.cc", | 277 "ratelimiter.cc", |
276 "ratelimiter.h", | 278 "ratelimiter.h", |
277 "ratetracker.cc", | 279 "ratetracker.cc", |
278 "ratetracker.h", | 280 "ratetracker.h", |
279 "rtccertificate.cc", | 281 "rtccertificate.cc", |
280 "rtccertificate.h", | 282 "rtccertificate.h", |
281 "scoped_autorelease_pool.h", | 283 "scoped_autorelease_pool.h", |
282 "scoped_autorelease_pool.mm", | 284 "scoped_autorelease_pool.mm", |
283 "sha1.cc", | 285 "sha1.cc", |
284 "sha1.h", | 286 "sha1.h", |
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
642 "objc/RTCTracing.mm", | 644 "objc/RTCTracing.mm", |
643 ] | 645 ] |
644 } | 646 } |
645 } | 647 } |
646 | 648 |
647 source_set("gtest_prod") { | 649 source_set("gtest_prod") { |
648 sources = [ | 650 sources = [ |
649 "gtest_prod_util.h", | 651 "gtest_prod_util.h", |
650 ] | 652 ] |
651 } | 653 } |
OLD | NEW |