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 14 matching lines...) Expand all Loading... |
25 'base/common.h', | 25 'base/common.h', |
26 'base/dtlstransport.h', | 26 'base/dtlstransport.h', |
27 'base/dtlstransportchannel.cc', | 27 'base/dtlstransportchannel.cc', |
28 'base/dtlstransportchannel.h', | 28 'base/dtlstransportchannel.h', |
29 'base/p2pconstants.cc', | 29 'base/p2pconstants.cc', |
30 'base/p2pconstants.h', | 30 'base/p2pconstants.h', |
31 'base/p2ptransport.cc', | 31 'base/p2ptransport.cc', |
32 'base/p2ptransport.h', | 32 'base/p2ptransport.h', |
33 'base/p2ptransportchannel.cc', | 33 'base/p2ptransportchannel.cc', |
34 'base/p2ptransportchannel.h', | 34 'base/p2ptransportchannel.h', |
| 35 'base/packettransport.h', |
35 'base/packetsocketfactory.h', | 36 'base/packetsocketfactory.h', |
36 'base/port.cc', | 37 'base/port.cc', |
37 'base/port.h', | 38 'base/port.h', |
38 'base/portallocator.cc', | 39 'base/portallocator.cc', |
39 'base/portallocator.h', | 40 'base/portallocator.h', |
40 'base/portinterface.h', | 41 'base/portinterface.h', |
41 'base/pseudotcp.cc', | 42 'base/pseudotcp.cc', |
42 'base/pseudotcp.h', | 43 'base/pseudotcp.h', |
43 'base/relayport.cc', | 44 'base/relayport.cc', |
44 'base/relayport.h', | 45 'base/relayport.h', |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 'libstunprober', | 135 'libstunprober', |
135 'rtc_p2p' | 136 'rtc_p2p' |
136 ], | 137 ], |
137 'sources': [ | 138 'sources': [ |
138 'stunprober/main.cc', | 139 'stunprober/main.cc', |
139 ], | 140 ], |
140 }, | 141 }, |
141 ], # targets | 142 ], # targets |
142 } | 143 } |
143 | 144 |
OLD | NEW |