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

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: Set media engine on voice channel Created 5 years, 4 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'base/stunserver.h', 65 'base/stunserver.h',
66 'base/tcpport.cc', 66 'base/tcpport.cc',
67 'base/tcpport.h', 67 'base/tcpport.h',
68 'base/transport.cc', 68 'base/transport.cc',
69 'base/transport.h', 69 'base/transport.h',
70 'base/transportchannel.cc', 70 'base/transportchannel.cc',
71 'base/transportchannel.h', 71 'base/transportchannel.h',
72 'base/transportchannelimpl.h', 72 'base/transportchannelimpl.h',
73 'base/transportchannelproxy.cc', 73 'base/transportchannelproxy.cc',
74 'base/transportchannelproxy.h', 74 'base/transportchannelproxy.h',
75 'base/transportcontroller.cc',
76 'base/transportcontroller.h',
75 'base/transportdescription.cc', 77 'base/transportdescription.cc',
76 'base/transportdescription.h', 78 'base/transportdescription.h',
77 'base/transportdescriptionfactory.cc', 79 'base/transportdescriptionfactory.cc',
78 'base/transportdescriptionfactory.h', 80 'base/transportdescriptionfactory.h',
79 'base/transportinfo.h', 81 'base/transportinfo.h',
80 'base/turnport.cc', 82 'base/turnport.cc',
81 'base/turnport.h', 83 'base/turnport.h',
82 'base/turnserver.cc', 84 'base/turnserver.cc',
83 'base/turnserver.h', 85 'base/turnserver.h',
84 'base/udpport.h', 86 'base/udpport.h',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 ], 134 ],
133 'cflags_cc!': [ 135 'cflags_cc!': [
134 '-Wnon-virtual-dtor', 136 '-Wnon-virtual-dtor',
135 ], 137 ],
136 'sources': [ 138 'sources': [
137 'stunprober/main.cc', 139 'stunprober/main.cc',
138 ], 140 ],
139 }], 141 }],
140 } 142 }
141 143
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698