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 { | 9 { |
10 'includes': [ '../build/common.gypi', ], | 10 'includes': [ '../build/common.gypi', ], |
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
256 'physicalsocketserver.cc', | 256 'physicalsocketserver.cc', |
257 'physicalsocketserver.h', | 257 'physicalsocketserver.h', |
258 'proxydetect.cc', | 258 'proxydetect.cc', |
259 'proxydetect.h', | 259 'proxydetect.h', |
260 'proxyinfo.cc', | 260 'proxyinfo.cc', |
261 'proxyinfo.h', | 261 'proxyinfo.h', |
262 'ratelimiter.cc', | 262 'ratelimiter.cc', |
263 'ratelimiter.h', | 263 'ratelimiter.h', |
264 'rtccertificate.cc', | 264 'rtccertificate.cc', |
265 'rtccertificate.h', | 265 'rtccertificate.h', |
| 266 'rtccertificategenerator.cc', |
| 267 'rtccertificategenerator.h', |
266 'sha1.cc', | 268 'sha1.cc', |
267 'sha1.h', | 269 'sha1.h', |
268 'sha1digest.cc', | 270 'sha1digest.cc', |
269 'sha1digest.h', | 271 'sha1digest.h', |
270 'sharedexclusivelock.cc', | 272 'sharedexclusivelock.cc', |
271 'sharedexclusivelock.h', | 273 'sharedexclusivelock.h', |
272 'signalthread.cc', | 274 'signalthread.cc', |
273 'signalthread.h', | 275 'signalthread.h', |
274 'sigslot.cc', | 276 'sigslot.cc', |
275 'sigslot.h', | 277 'sigslot.h', |
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
640 }, | 642 }, |
641 { | 643 { |
642 'target_name': 'gtest_prod', | 644 'target_name': 'gtest_prod', |
643 'type': 'static_library', | 645 'type': 'static_library', |
644 'sources': [ | 646 'sources': [ |
645 'gtest_prod_util.h', | 647 'gtest_prod_util.h', |
646 ], | 648 ], |
647 }, | 649 }, |
648 ], | 650 ], |
649 } | 651 } |
OLD | NEW |