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

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

Issue 1311353011: Remove AsyncHttpRequest, AutoPortAllocator, ConnectivityChecker, and HttpPortAllocator (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: undo chromium change 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
« no previous file with comments | « webrtc/p2p/client/portallocator_unittest.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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
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',
81 'client/autoportallocator.h',
82 'client/basicportallocator.cc', 81 'client/basicportallocator.cc',
83 'client/basicportallocator.h', 82 'client/basicportallocator.h',
84 'client/connectivitychecker.cc',
85 'client/connectivitychecker.h',
86 'client/httpportallocator.cc', 83 'client/httpportallocator.cc',
87 'client/httpportallocator.h', 84 'client/httpportallocator.h',
88 'client/socketmonitor.cc', 85 'client/socketmonitor.cc',
89 'client/socketmonitor.h', 86 'client/socketmonitor.h',
90 ], 87 ],
91 'direct_dependent_settings': { 88 'direct_dependent_settings': {
92 'cflags_cc!': [ 89 'cflags_cc!': [
93 '-Wnon-virtual-dtor', 90 '-Wnon-virtual-dtor',
94 ], 91 ],
95 'defines': [ 92 'defines': [
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 ], 125 ],
129 'cflags_cc!': [ 126 'cflags_cc!': [
130 '-Wnon-virtual-dtor', 127 '-Wnon-virtual-dtor',
131 ], 128 ],
132 'sources': [ 129 'sources': [
133 'stunprober/main.cc', 130 'stunprober/main.cc',
134 ], 131 ],
135 }], 132 }],
136 } 133 }
137 134
OLDNEW
« no previous file with comments | « webrtc/p2p/client/portallocator_unittest.cc ('k') | webrtc/p2p/p2p_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698