| 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 "md5digest.cc", | 131 "md5digest.cc", |
| 132 "md5digest.h", | 132 "md5digest.h", |
| 133 "optional.h", | 133 "optional.h", |
| 134 "platform_file.cc", | 134 "platform_file.cc", |
| 135 "platform_file.h", | 135 "platform_file.h", |
| 136 "platform_thread.cc", | 136 "platform_thread.cc", |
| 137 "platform_thread.h", | 137 "platform_thread.h", |
| 138 "platform_thread_types.h", | 138 "platform_thread_types.h", |
| 139 "random.cc", | 139 "random.cc", |
| 140 "random.h", | 140 "random.h", |
| 141 "rate_statistics.cc", |
| 142 "rate_statistics.h", |
| 141 "refcount.h", | 143 "refcount.h", |
| 142 "safe_conversions.h", | 144 "safe_conversions.h", |
| 143 "safe_conversions_impl.h", | 145 "safe_conversions_impl.h", |
| 144 "scoped_ptr.h", | 146 "scoped_ptr.h", |
| 145 "scoped_ref_ptr.h", | 147 "scoped_ref_ptr.h", |
| 146 "stringencode.cc", | 148 "stringencode.cc", |
| 147 "stringencode.h", | 149 "stringencode.h", |
| 148 "stringutils.cc", | 150 "stringutils.cc", |
| 149 "stringutils.h", | 151 "stringutils.h", |
| 150 "systeminfo.cc", | 152 "systeminfo.cc", |
| (...skipping 491 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 |