Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Side by Side Diff: webrtc/p2p/p2p.gyp

Issue 1246913005: TransportController refactoring (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Merging again Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 'base/stunserver.h', 61 'base/stunserver.h',
62 'base/tcpport.cc', 62 'base/tcpport.cc',
63 'base/tcpport.h', 63 'base/tcpport.h',
64 'base/transport.cc', 64 'base/transport.cc',
65 'base/transport.h', 65 'base/transport.h',
66 'base/transportchannel.cc', 66 'base/transportchannel.cc',
67 'base/transportchannel.h', 67 'base/transportchannel.h',
68 'base/transportchannelimpl.h', 68 'base/transportchannelimpl.h',
69 'base/transportchannelproxy.cc', 69 'base/transportchannelproxy.cc',
70 'base/transportchannelproxy.h', 70 'base/transportchannelproxy.h',
71 'base/transportcontroller.cc',
72 'base/transportcontroller.h',
71 'base/transportdescription.cc', 73 'base/transportdescription.cc',
72 'base/transportdescription.h', 74 'base/transportdescription.h',
73 'base/transportdescriptionfactory.cc', 75 'base/transportdescriptionfactory.cc',
74 'base/transportdescriptionfactory.h', 76 'base/transportdescriptionfactory.h',
75 'base/transportinfo.h', 77 'base/transportinfo.h',
76 'base/turnport.cc', 78 'base/turnport.cc',
77 'base/turnport.h', 79 'base/turnport.h',
78 'base/turnserver.cc', 80 'base/turnserver.cc',
79 'base/turnserver.h', 81 'base/turnserver.h',
80 'base/udpport.h', 82 'base/udpport.h',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 ], 130 ],
129 'cflags_cc!': [ 131 'cflags_cc!': [
130 '-Wnon-virtual-dtor', 132 '-Wnon-virtual-dtor',
131 ], 133 ],
132 'sources': [ 134 'sources': [
133 'stunprober/main.cc', 135 'stunprober/main.cc',
134 ], 136 ],
135 }], 137 }],
136 } 138 }
137 139
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698