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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
277 "ratetracker.cc", | 277 "ratetracker.cc", |
278 "ratetracker.h", | 278 "ratetracker.h", |
279 "rtccertificate.cc", | 279 "rtccertificate.cc", |
280 "rtccertificate.h", | 280 "rtccertificate.h", |
281 "scoped_autorelease_pool.h", | 281 "scoped_autorelease_pool.h", |
282 "scoped_autorelease_pool.mm", | 282 "scoped_autorelease_pool.mm", |
283 "sha1.cc", | 283 "sha1.cc", |
284 "sha1.h", | 284 "sha1.h", |
285 "sha1digest.cc", | 285 "sha1digest.cc", |
286 "sha1digest.h", | 286 "sha1digest.h", |
| 287 "sharedexclusivelock.cc", |
| 288 "sharedexclusivelock.h", |
287 "signalthread.cc", | 289 "signalthread.cc", |
288 "signalthread.h", | 290 "signalthread.h", |
289 "sigslot.cc", | 291 "sigslot.cc", |
290 "sigslot.h", | 292 "sigslot.h", |
291 "sigslotrepeater.h", | 293 "sigslotrepeater.h", |
292 "socket.h", | 294 "socket.h", |
293 "socketadapters.cc", | 295 "socketadapters.cc", |
294 "socketadapters.h", | 296 "socketadapters.h", |
295 "socketaddress.cc", | 297 "socketaddress.cc", |
296 "socketaddress.h", | 298 "socketaddress.h", |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
387 "optionsfile.cc", | 389 "optionsfile.cc", |
388 "optionsfile.h", | 390 "optionsfile.h", |
389 "profiler.cc", | 391 "profiler.cc", |
390 "profiler.h", | 392 "profiler.h", |
391 "proxyserver.cc", | 393 "proxyserver.cc", |
392 "proxyserver.h", | 394 "proxyserver.h", |
393 "referencecountedsingletonfactory.h", | 395 "referencecountedsingletonfactory.h", |
394 "rollingaccumulator.h", | 396 "rollingaccumulator.h", |
395 "scopedptrcollection.h", | 397 "scopedptrcollection.h", |
396 "sec_buffer.h", | 398 "sec_buffer.h", |
397 "sharedexclusivelock.cc", | |
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", |
405 "versionparsing.cc", | 405 "versionparsing.cc", |
406 "versionparsing.h", | 406 "versionparsing.h", |
407 "virtualsocketserver.cc", | 407 "virtualsocketserver.cc", |
408 "virtualsocketserver.h", | 408 "virtualsocketserver.h", |
(...skipping 233 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 |