| 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 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 268 "messagehandler.cc", | 268 "messagehandler.cc", |
| 269 "messagehandler.h", | 269 "messagehandler.h", |
| 270 "messagequeue.cc", | 270 "messagequeue.cc", |
| 271 "messagequeue.h", | 271 "messagequeue.h", |
| 272 "nethelpers.cc", | 272 "nethelpers.cc", |
| 273 "nethelpers.h", | 273 "nethelpers.h", |
| 274 "network.cc", | 274 "network.cc", |
| 275 "network.h", | 275 "network.h", |
| 276 "networkmonitor.cc", | 276 "networkmonitor.cc", |
| 277 "networkmonitor.h", | 277 "networkmonitor.h", |
| 278 "nullsocketserver.cc", |
| 278 "nullsocketserver.h", | 279 "nullsocketserver.h", |
| 279 "pathutils.cc", | 280 "pathutils.cc", |
| 280 "pathutils.h", | 281 "pathutils.h", |
| 281 "physicalsocketserver.cc", | 282 "physicalsocketserver.cc", |
| 282 "physicalsocketserver.h", | 283 "physicalsocketserver.h", |
| 283 "proxydetect.cc", | 284 "proxydetect.cc", |
| 284 "proxydetect.h", | 285 "proxydetect.h", |
| 285 "proxyinfo.cc", | 286 "proxyinfo.cc", |
| 286 "proxyinfo.h", | 287 "proxyinfo.h", |
| 287 "ratelimiter.cc", | 288 "ratelimiter.cc", |
| (...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 644 "objc/RTCUIApplication.mm", | 645 "objc/RTCUIApplication.mm", |
| 645 ] | 646 ] |
| 646 } | 647 } |
| 647 } | 648 } |
| 648 | 649 |
| 649 source_set("gtest_prod") { | 650 source_set("gtest_prod") { |
| 650 sources = [ | 651 sources = [ |
| 651 "gtest_prod_util.h", | 652 "gtest_prod_util.h", |
| 652 ] | 653 ] |
| 653 } | 654 } |
| OLD | NEW |