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

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

Issue 2370723002: Delete unused file sessionid.h. (Closed)
Patch Set: Created 4 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/sessionid.h ('k') | no next file » | 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 28 matching lines...) Expand all
39 'base/portallocator.h', 39 'base/portallocator.h',
40 'base/portinterface.h', 40 'base/portinterface.h',
41 'base/pseudotcp.cc', 41 'base/pseudotcp.cc',
42 'base/pseudotcp.h', 42 'base/pseudotcp.h',
43 'base/relayport.cc', 43 'base/relayport.cc',
44 'base/relayport.h', 44 'base/relayport.h',
45 'base/session.cc', 45 'base/session.cc',
46 'base/session.h', 46 'base/session.h',
47 'base/sessiondescription.cc', 47 'base/sessiondescription.cc',
48 'base/sessiondescription.h', 48 'base/sessiondescription.h',
49 'base/sessionid.h',
50 'base/stun.cc', 49 'base/stun.cc',
51 'base/stun.h', 50 'base/stun.h',
52 'base/stunport.cc', 51 'base/stunport.cc',
53 'base/stunport.h', 52 'base/stunport.h',
54 'base/stunrequest.cc', 53 'base/stunrequest.cc',
55 'base/stunrequest.h', 54 'base/stunrequest.h',
56 'base/tcpport.cc', 55 'base/tcpport.cc',
57 'base/tcpport.h', 56 'base/tcpport.h',
58 'base/transport.cc', 57 'base/transport.cc',
59 'base/transport.h', 58 'base/transport.h',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 'libstunprober', 136 'libstunprober',
138 'rtc_p2p' 137 'rtc_p2p'
139 ], 138 ],
140 'sources': [ 139 'sources': [
141 'stunprober/main.cc', 140 'stunprober/main.cc',
142 ], 141 ],
143 }, 142 },
144 ], # targets 143 ], # targets
145 } 144 }
146 145
OLDNEW
« no previous file with comments | « webrtc/p2p/base/sessionid.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698