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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 'messagehandler.cc', | 234 'messagehandler.cc', |
235 'messagehandler.h', | 235 'messagehandler.h', |
236 'messagequeue.cc', | 236 'messagequeue.cc', |
237 'messagequeue.h', | 237 'messagequeue.h', |
238 'nethelpers.cc', | 238 'nethelpers.cc', |
239 'nethelpers.h', | 239 'nethelpers.h', |
240 'network.cc', | 240 'network.cc', |
241 'network.h', | 241 'network.h', |
242 'networkmonitor.cc', | 242 'networkmonitor.cc', |
243 'networkmonitor.h', | 243 'networkmonitor.h', |
| 244 'nullsocketserver.cc', |
244 'nullsocketserver.h', | 245 'nullsocketserver.h', |
245 'openssl.h', | 246 'openssl.h', |
246 'openssladapter.cc', | 247 'openssladapter.cc', |
247 'openssladapter.h', | 248 'openssladapter.h', |
248 'openssldigest.cc', | 249 'openssldigest.cc', |
249 'openssldigest.h', | 250 'openssldigest.h', |
250 'opensslidentity.cc', | 251 'opensslidentity.cc', |
251 'opensslidentity.h', | 252 'opensslidentity.h', |
252 'opensslstreamadapter.cc', | 253 'opensslstreamadapter.cc', |
253 'opensslstreamadapter.h', | 254 'opensslstreamadapter.h', |
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
640 }, | 641 }, |
641 { | 642 { |
642 'target_name': 'gtest_prod', | 643 'target_name': 'gtest_prod', |
643 'type': 'static_library', | 644 'type': 'static_library', |
644 'sources': [ | 645 'sources': [ |
645 'gtest_prod_util.h', | 646 'gtest_prod_util.h', |
646 ], | 647 ], |
647 }, | 648 }, |
648 ], | 649 ], |
649 } | 650 } |
OLD | NEW |