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

Side by Side Diff: webrtc/p2p/BUILD.gn

Issue 2416023002: Introduce rtc::PacketTransportInterface and let cricket::TransportChannel inherit. (Closed)
Patch Set: Resolve unused variable issue in release build. 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
OLDNEW
1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2016 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 import("../build/webrtc.gni") 9 import("../build/webrtc.gni")
10 10
(...skipping 18 matching lines...) Expand all
29 "base/dtlstransport.h", 29 "base/dtlstransport.h",
30 "base/dtlstransportchannel.cc", 30 "base/dtlstransportchannel.cc",
31 "base/dtlstransportchannel.h", 31 "base/dtlstransportchannel.h",
32 "base/p2pconstants.cc", 32 "base/p2pconstants.cc",
33 "base/p2pconstants.h", 33 "base/p2pconstants.h",
34 "base/p2ptransport.cc", 34 "base/p2ptransport.cc",
35 "base/p2ptransport.h", 35 "base/p2ptransport.h",
36 "base/p2ptransportchannel.cc", 36 "base/p2ptransportchannel.cc",
37 "base/p2ptransportchannel.h", 37 "base/p2ptransportchannel.h",
38 "base/packetsocketfactory.h", 38 "base/packetsocketfactory.h",
39 "base/packettransport.h",
39 "base/port.cc", 40 "base/port.cc",
40 "base/port.h", 41 "base/port.h",
41 "base/portallocator.cc", 42 "base/portallocator.cc",
42 "base/portallocator.h", 43 "base/portallocator.h",
43 "base/portinterface.h", 44 "base/portinterface.h",
44 "base/pseudotcp.cc", 45 "base/pseudotcp.cc",
45 "base/pseudotcp.h", 46 "base/pseudotcp.h",
46 "base/relayport.cc", 47 "base/relayport.cc",
47 "base/relayport.h", 48 "base/relayport.h",
48 "base/session.cc", 49 "base/session.cc",
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 170 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
170 } 171 }
171 172
172 deps = [ 173 deps = [
173 ":libstunprober", 174 ":libstunprober",
174 ":rtc_p2p", 175 ":rtc_p2p",
175 "../system_wrappers:field_trial_default", 176 "../system_wrappers:field_trial_default",
176 ] 177 ]
177 } 178 }
178 } 179 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/p2p/base/dtlstransportchannel.h » ('j') | webrtc/p2p/base/dtlstransportchannel.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698