| 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 28 matching lines...) Expand all Loading... |
| 39 'base/port.h', | 39 'base/port.h', |
| 40 'base/portallocator.cc', | 40 'base/portallocator.cc', |
| 41 'base/portallocator.h', | 41 'base/portallocator.h', |
| 42 'base/portinterface.h', | 42 'base/portinterface.h', |
| 43 'base/pseudotcp.cc', | 43 'base/pseudotcp.cc', |
| 44 'base/pseudotcp.h', | 44 'base/pseudotcp.h', |
| 45 'base/relayport.cc', | 45 'base/relayport.cc', |
| 46 'base/relayport.h', | 46 'base/relayport.h', |
| 47 'base/relayserver.cc', | 47 'base/relayserver.cc', |
| 48 'base/relayserver.h', | 48 'base/relayserver.h', |
| 49 'base/rtppacketutil.cc', |
| 50 'base/rtppacketutil.h', |
| 49 'base/sessiondescription.cc', | 51 'base/sessiondescription.cc', |
| 50 'base/sessiondescription.h', | 52 'base/sessiondescription.h', |
| 51 'base/sessionid.h', | 53 'base/sessionid.h', |
| 52 'base/stun.cc', | 54 'base/stun.cc', |
| 53 'base/stun.h', | 55 'base/stun.h', |
| 54 'base/stunport.cc', | 56 'base/stunport.cc', |
| 55 'base/stunport.h', | 57 'base/stunport.h', |
| 56 'base/stunrequest.cc', | 58 'base/stunrequest.cc', |
| 57 'base/stunrequest.h', | 59 'base/stunrequest.h', |
| 58 'base/stunserver.cc', | 60 'base/stunserver.cc', |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 ], | 125 ], |
| 124 'cflags_cc!': [ | 126 'cflags_cc!': [ |
| 125 '-Wnon-virtual-dtor', | 127 '-Wnon-virtual-dtor', |
| 126 ], | 128 ], |
| 127 'sources': [ | 129 'sources': [ |
| 128 'stunprober/main.cc', | 130 'stunprober/main.cc', |
| 129 ], | 131 ], |
| 130 }], | 132 }], |
| 131 } | 133 } |
| 132 | 134 |
| OLD | NEW |