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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
285 'natsocketfactory.h', | 285 'natsocketfactory.h', |
286 'nattypes.cc', | 286 'nattypes.cc', |
287 'nattypes.h', | 287 'nattypes.h', |
288 'nethelpers.cc', | 288 'nethelpers.cc', |
289 'nethelpers.h', | 289 'nethelpers.h', |
290 'network.cc', | 290 'network.cc', |
291 'network.h', | 291 'network.h', |
292 'networkmonitor.cc', | 292 'networkmonitor.cc', |
293 'networkmonitor.h', | 293 'networkmonitor.h', |
294 'nullsocketserver.h', | 294 'nullsocketserver.h', |
| 295 'onetimeevent.h', |
295 'openssl.h', | 296 'openssl.h', |
296 'openssladapter.cc', | 297 'openssladapter.cc', |
297 'openssladapter.h', | 298 'openssladapter.h', |
298 'openssldigest.cc', | 299 'openssldigest.cc', |
299 'openssldigest.h', | 300 'openssldigest.h', |
300 'opensslidentity.cc', | 301 'opensslidentity.cc', |
301 'opensslidentity.h', | 302 'opensslidentity.h', |
302 'opensslstreamadapter.cc', | 303 'opensslstreamadapter.cc', |
303 'opensslstreamadapter.h', | 304 'opensslstreamadapter.h', |
304 'optionsfile.cc', | 305 'optionsfile.cc', |
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
749 }, | 750 }, |
750 { | 751 { |
751 'target_name': 'gtest_prod', | 752 'target_name': 'gtest_prod', |
752 'type': 'static_library', | 753 'type': 'static_library', |
753 'sources': [ | 754 'sources': [ |
754 'gtest_prod_util.h', | 755 'gtest_prod_util.h', |
755 ], | 756 ], |
756 }, | 757 }, |
757 ], | 758 ], |
758 } | 759 } |
OLD | NEW |