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

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

Issue 1350523003: TransportController refactoring. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fixing Mac test. Created 5 years, 2 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
« no previous file with comments | « webrtc/p2p/base/transportdescriptionfactory.cc ('k') | webrtc/p2p/p2p_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'base/stunrequest.h', 59 'base/stunrequest.h',
60 'base/stunserver.cc', 60 'base/stunserver.cc',
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/transportcontroller.cc',
70 'base/transportchannelproxy.h', 70 'base/transportcontroller.h',
71 'base/transportdescription.cc', 71 'base/transportdescription.cc',
72 'base/transportdescription.h', 72 'base/transportdescription.h',
73 'base/transportdescriptionfactory.cc', 73 'base/transportdescriptionfactory.cc',
74 'base/transportdescriptionfactory.h', 74 'base/transportdescriptionfactory.h',
75 'base/transportinfo.h', 75 'base/transportinfo.h',
76 'base/turnport.cc', 76 'base/turnport.cc',
77 'base/turnport.h', 77 'base/turnport.h',
78 'base/turnserver.cc', 78 'base/turnserver.cc',
79 'base/turnserver.h', 79 'base/turnserver.h',
80 'base/udpport.h', 80 'base/udpport.h',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 ], 125 ],
126 'cflags_cc!': [ 126 'cflags_cc!': [
127 '-Wnon-virtual-dtor', 127 '-Wnon-virtual-dtor',
128 ], 128 ],
129 'sources': [ 129 'sources': [
130 'stunprober/main.cc', 130 'stunprober/main.cc',
131 ], 131 ],
132 }], 132 }],
133 } 133 }
134 134
OLDNEW
« no previous file with comments | « webrtc/p2p/base/transportdescriptionfactory.cc ('k') | webrtc/p2p/p2p_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698