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

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

Issue 2392913002: Delete httpportallocator.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/client/httpportallocator.cc ('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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 'base/transportdescription.cc', 64 'base/transportdescription.cc',
65 'base/transportdescription.h', 65 'base/transportdescription.h',
66 'base/transportdescriptionfactory.cc', 66 'base/transportdescriptionfactory.cc',
67 'base/transportdescriptionfactory.h', 67 'base/transportdescriptionfactory.h',
68 'base/transportinfo.h', 68 'base/transportinfo.h',
69 'base/turnport.cc', 69 'base/turnport.cc',
70 'base/turnport.h', 70 'base/turnport.h',
71 'base/udpport.h', 71 'base/udpport.h',
72 'client/basicportallocator.cc', 72 'client/basicportallocator.cc',
73 'client/basicportallocator.h', 73 'client/basicportallocator.h',
74 'client/httpportallocator.cc',
75 'client/httpportallocator.h',
76 'client/socketmonitor.cc', 74 'client/socketmonitor.cc',
77 'client/socketmonitor.h', 75 'client/socketmonitor.h',
78 ], 76 ],
79 'direct_dependent_settings': { 77 'direct_dependent_settings': {
80 'defines': [ 78 'defines': [
81 'FEATURE_ENABLE_VOICEMAIL', 79 'FEATURE_ENABLE_VOICEMAIL',
82 ], 80 ],
83 }, 81 },
84 'conditions': [ 82 'conditions': [
85 ['build_with_chromium==0', { 83 ['build_with_chromium==0', {
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 'libstunprober', 134 'libstunprober',
137 'rtc_p2p' 135 'rtc_p2p'
138 ], 136 ],
139 'sources': [ 137 'sources': [
140 'stunprober/main.cc', 138 'stunprober/main.cc',
141 ], 139 ],
142 }, 140 },
143 ], # targets 141 ], # targets
144 } 142 }
145 143
OLDNEW
« no previous file with comments | « webrtc/p2p/client/httpportallocator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698