| 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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 "ssladapter.cc", | 313 "ssladapter.cc", |
| 314 "ssladapter.h", | 314 "ssladapter.h", |
| 315 "sslfingerprint.cc", | 315 "sslfingerprint.cc", |
| 316 "sslfingerprint.h", | 316 "sslfingerprint.h", |
| 317 "sslidentity.cc", | 317 "sslidentity.cc", |
| 318 "sslidentity.h", | 318 "sslidentity.h", |
| 319 "sslsocketfactory.cc", | 319 "sslsocketfactory.cc", |
| 320 "sslsocketfactory.h", | 320 "sslsocketfactory.h", |
| 321 "sslstreamadapter.cc", | 321 "sslstreamadapter.cc", |
| 322 "sslstreamadapter.h", | 322 "sslstreamadapter.h", |
| 323 "sslstreamadapterhelper.cc", | |
| 324 "sslstreamadapterhelper.h", | |
| 325 "stream.cc", | 323 "stream.cc", |
| 326 "stream.h", | 324 "stream.h", |
| 327 "task.cc", | 325 "task.cc", |
| 328 "task.h", | 326 "task.h", |
| 329 "taskparent.cc", | 327 "taskparent.cc", |
| 330 "taskparent.h", | 328 "taskparent.h", |
| 331 "taskrunner.cc", | 329 "taskrunner.cc", |
| 332 "taskrunner.h", | 330 "taskrunner.h", |
| 333 "thread.cc", | 331 "thread.cc", |
| 334 "thread.h", | 332 "thread.h", |
| (...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 655 "objc/RTCUIApplication.mm", | 653 "objc/RTCUIApplication.mm", |
| 656 ] | 654 ] |
| 657 } | 655 } |
| 658 } | 656 } |
| 659 | 657 |
| 660 source_set("gtest_prod") { | 658 source_set("gtest_prod") { |
| 661 sources = [ | 659 sources = [ |
| 662 "gtest_prod_util.h", | 660 "gtest_prod_util.h", |
| 663 ] | 661 ] |
| 664 } | 662 } |
| OLD | NEW |