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

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

Issue 2606123002: Remove the dependency of TransportChannel and TransportChannelImpl. (Closed)
Patch Set: Created 3 years, 11 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 11 matching lines...) Expand all
22 rtc_static_library("rtc_p2p") { 22 rtc_static_library("rtc_p2p") {
23 sources = [ 23 sources = [
24 "base/asyncstuntcpsocket.cc", 24 "base/asyncstuntcpsocket.cc",
25 "base/asyncstuntcpsocket.h", 25 "base/asyncstuntcpsocket.h",
26 "base/basicpacketsocketfactory.cc", 26 "base/basicpacketsocketfactory.cc",
27 "base/basicpacketsocketfactory.h", 27 "base/basicpacketsocketfactory.h",
28 "base/candidate.h", 28 "base/candidate.h",
29 "base/common.h", 29 "base/common.h",
30 "base/dtlstransportchannel.cc", 30 "base/dtlstransportchannel.cc",
31 "base/dtlstransportchannel.h", 31 "base/dtlstransportchannel.h",
32 "base/dtlstransportinternal.h",
32 "base/icetransportinternal.h", 33 "base/icetransportinternal.h",
33 "base/jseptransport.cc", 34 "base/jseptransport.cc",
34 "base/jseptransport.h", 35 "base/jseptransport.h",
35 "base/p2pconstants.cc", 36 "base/p2pconstants.cc",
36 "base/p2pconstants.h", 37 "base/p2pconstants.h",
37 "base/p2ptransportchannel.cc", 38 "base/p2ptransportchannel.cc",
38 "base/p2ptransportchannel.h", 39 "base/p2ptransportchannel.h",
39 "base/packetsocketfactory.h", 40 "base/packetsocketfactory.h",
40 "base/packettransportinterface.h", 41 "base/packettransportinterface.h",
41 "base/port.cc", 42 "base/port.cc",
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 # Suppress warnings from Chrome's Clang plugins. 150 # Suppress warnings from Chrome's Clang plugins.
150 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details. 151 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
151 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 152 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
152 } 153 }
153 154
154 deps = [ 155 deps = [
155 "..:webrtc_common", 156 "..:webrtc_common",
156 "../base:rtc_base", 157 "../base:rtc_base",
157 ] 158 ]
158 } 159 }
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