| 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 "refcount.h", |
| 141 "safe_conversions.h", | 142 "safe_conversions.h", |
| 142 "safe_conversions_impl.h", | 143 "safe_conversions_impl.h", |
| 143 "scoped_ptr.h", | 144 "scoped_ptr.h", |
| 145 "scoped_ref_ptr.h", |
| 144 "stringencode.cc", | 146 "stringencode.cc", |
| 145 "stringencode.h", | 147 "stringencode.h", |
| 146 "stringutils.cc", | 148 "stringutils.cc", |
| 147 "stringutils.h", | 149 "stringutils.h", |
| 148 "systeminfo.cc", | 150 "systeminfo.cc", |
| 149 "systeminfo.h", | 151 "systeminfo.h", |
| 150 "template_util.h", | 152 "template_util.h", |
| 151 "thread_annotations.h", | 153 "thread_annotations.h", |
| 152 "thread_checker.h", | 154 "thread_checker.h", |
| 153 "thread_checker_impl.cc", | 155 "thread_checker_impl.cc", |
| (...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 381 "natsocketfactory.cc", | 383 "natsocketfactory.cc", |
| 382 "natsocketfactory.h", | 384 "natsocketfactory.h", |
| 383 "nattypes.cc", | 385 "nattypes.cc", |
| 384 "nattypes.h", | 386 "nattypes.h", |
| 385 "optionsfile.cc", | 387 "optionsfile.cc", |
| 386 "optionsfile.h", | 388 "optionsfile.h", |
| 387 "profiler.cc", | 389 "profiler.cc", |
| 388 "profiler.h", | 390 "profiler.h", |
| 389 "proxyserver.cc", | 391 "proxyserver.cc", |
| 390 "proxyserver.h", | 392 "proxyserver.h", |
| 391 "refcount.h", | |
| 392 "referencecountedsingletonfactory.h", | 393 "referencecountedsingletonfactory.h", |
| 393 "rollingaccumulator.h", | 394 "rollingaccumulator.h", |
| 394 "scoped_ref_ptr.h", | |
| 395 "scopedptrcollection.h", | 395 "scopedptrcollection.h", |
| 396 "sec_buffer.h", | 396 "sec_buffer.h", |
| 397 "sharedexclusivelock.cc", | 397 "sharedexclusivelock.cc", |
| 398 "sharedexclusivelock.h", | 398 "sharedexclusivelock.h", |
| 399 "sslconfig.h", | 399 "sslconfig.h", |
| 400 "sslroots.h", | 400 "sslroots.h", |
| 401 "testclient.cc", | 401 "testclient.cc", |
| 402 "testclient.h", | 402 "testclient.h", |
| 403 "transformadapter.cc", | 403 "transformadapter.cc", |
| 404 "transformadapter.h", | 404 "transformadapter.h", |
| (...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 642 "objc/RTCTracing.mm", | 642 "objc/RTCTracing.mm", |
| 643 ] | 643 ] |
| 644 } | 644 } |
| 645 } | 645 } |
| 646 | 646 |
| 647 source_set("gtest_prod") { | 647 source_set("gtest_prod") { |
| 648 sources = [ | 648 sources = [ |
| 649 "gtest_prod_util.h", | 649 "gtest_prod_util.h", |
| 650 ] | 650 ] |
| 651 } | 651 } |
| OLD | NEW |