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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
212 'natserver.cc', | 212 'natserver.cc', |
213 'natserver.h', | 213 'natserver.h', |
214 'natsocketfactory.cc', | 214 'natsocketfactory.cc', |
215 'natsocketfactory.h', | 215 'natsocketfactory.h', |
216 'nattypes.cc', | 216 'nattypes.cc', |
217 'nattypes.h', | 217 'nattypes.h', |
218 'nethelpers.cc', | 218 'nethelpers.cc', |
219 'nethelpers.h', | 219 'nethelpers.h', |
220 'network.cc', | 220 'network.cc', |
221 'network.h', | 221 'network.h', |
| 222 'networkmonitor.cc', |
| 223 'networkmonitor.h', |
222 'nullsocketserver.h', | 224 'nullsocketserver.h', |
223 'openssl.h', | 225 'openssl.h', |
224 'openssladapter.cc', | 226 'openssladapter.cc', |
225 'openssladapter.h', | 227 'openssladapter.h', |
226 'openssldigest.cc', | 228 'openssldigest.cc', |
227 'openssldigest.h', | 229 'openssldigest.h', |
228 'opensslidentity.cc', | 230 'opensslidentity.cc', |
229 'opensslidentity.h', | 231 'opensslidentity.h', |
230 'opensslstreamadapter.cc', | 232 'opensslstreamadapter.cc', |
231 'opensslstreamadapter.h', | 233 'opensslstreamadapter.h', |
(...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
664 ], | 666 ], |
665 }, { | 667 }, { |
666 'include_dirs': [ | 668 'include_dirs': [ |
667 '<(ssl_root)', | 669 '<(ssl_root)', |
668 ], | 670 ], |
669 }], | 671 }], |
670 ], | 672 ], |
671 }, | 673 }, |
672 ], | 674 ], |
673 } | 675 } |
OLD | NEW |