| 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 450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 461 "natsocketfactory.cc", | 461 "natsocketfactory.cc", |
| 462 "natsocketfactory.h", | 462 "natsocketfactory.h", |
| 463 "nattypes.cc", | 463 "nattypes.cc", |
| 464 "nattypes.h", | 464 "nattypes.h", |
| 465 "optionsfile.cc", | 465 "optionsfile.cc", |
| 466 "optionsfile.h", | 466 "optionsfile.h", |
| 467 "profiler.cc", | 467 "profiler.cc", |
| 468 "profiler.h", | 468 "profiler.h", |
| 469 "proxyserver.cc", | 469 "proxyserver.cc", |
| 470 "proxyserver.h", | 470 "proxyserver.h", |
| 471 "referencecountedsingletonfactory.h", | |
| 472 "rollingaccumulator.h", | 471 "rollingaccumulator.h", |
| 473 "scopedptrcollection.h", | 472 "scopedptrcollection.h", |
| 474 "sec_buffer.h", | 473 "sec_buffer.h", |
| 475 "sslconfig.h", | 474 "sslconfig.h", |
| 476 "sslroots.h", | 475 "sslroots.h", |
| 477 "testbase64.h", | 476 "testbase64.h", |
| 478 "testclient.cc", | 477 "testclient.cc", |
| 479 "testclient.h", | 478 "testclient.h", |
| 480 "transformadapter.cc", | 479 "transformadapter.cc", |
| 481 "transformadapter.h", | 480 "transformadapter.h", |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 738 "java/src/org/webrtc/Logging.java", | 737 "java/src/org/webrtc/Logging.java", |
| 739 "java/src/org/webrtc/Size.java", | 738 "java/src/org/webrtc/Size.java", |
| 740 "java/src/org/webrtc/ThreadUtils.java", | 739 "java/src/org/webrtc/ThreadUtils.java", |
| 741 ] | 740 ] |
| 742 | 741 |
| 743 deps = [ | 742 deps = [ |
| 744 "//base:base_java", | 743 "//base:base_java", |
| 745 ] | 744 ] |
| 746 } | 745 } |
| 747 } | 746 } |
| OLD | NEW |