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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
250 'messagehandler.cc', | 250 'messagehandler.cc', |
251 'messagehandler.h', | 251 'messagehandler.h', |
252 'messagequeue.cc', | 252 'messagequeue.cc', |
253 'messagequeue.h', | 253 'messagequeue.h', |
254 'nethelpers.cc', | 254 'nethelpers.cc', |
255 'nethelpers.h', | 255 'nethelpers.h', |
256 'network.cc', | 256 'network.cc', |
257 'network.h', | 257 'network.h', |
258 'networkmonitor.cc', | 258 'networkmonitor.cc', |
259 'networkmonitor.h', | 259 'networkmonitor.h', |
| 260 'nullsocketserver.cc', |
260 'nullsocketserver.h', | 261 'nullsocketserver.h', |
261 'openssl.h', | 262 'openssl.h', |
262 'openssladapter.cc', | 263 'openssladapter.cc', |
263 'openssladapter.h', | 264 'openssladapter.h', |
264 'openssldigest.cc', | 265 'openssldigest.cc', |
265 'openssldigest.h', | 266 'openssldigest.h', |
266 'opensslidentity.cc', | 267 'opensslidentity.cc', |
267 'opensslidentity.h', | 268 'opensslidentity.h', |
268 'opensslstreamadapter.cc', | 269 'opensslstreamadapter.cc', |
269 'opensslstreamadapter.h', | 270 'opensslstreamadapter.h', |
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
657 }, | 658 }, |
658 { | 659 { |
659 'target_name': 'gtest_prod', | 660 'target_name': 'gtest_prod', |
660 'type': 'static_library', | 661 'type': 'static_library', |
661 'sources': [ | 662 'sources': [ |
662 'gtest_prod_util.h', | 663 'gtest_prod_util.h', |
663 ], | 664 ], |
664 }, | 665 }, |
665 ], | 666 ], |
666 } | 667 } |
OLD | NEW |