| OLD | NEW | 
|---|
| 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 | 
| 11 group("p2p") { | 11 group("p2p") { | 
| 12   public_deps = [ | 12   public_deps = [ | 
| 13     ":libstunprober", | 13     ":libstunprober", | 
| 14     ":rtc_p2p", | 14     ":rtc_p2p", | 
| 15   ] | 15   ] | 
| 16 } | 16 } | 
| 17 | 17 | 
| 18 config("rtc_p2p_inherited_config") { | 18 config("rtc_p2p_inherited_config") { | 
| 19   defines = [ "FEATURE_ENABLE_VOICEMAIL" ] | 19   defines = [ "FEATURE_ENABLE_VOICEMAIL" ] | 
| 20 } | 20 } | 
| 21 | 21 | 
| 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/dtlstransport.h", |  | 
| 31     "base/dtlstransportchannel.cc", | 30     "base/dtlstransportchannel.cc", | 
| 32     "base/dtlstransportchannel.h", | 31     "base/dtlstransportchannel.h", | 
|  | 32     "base/jseptransport.cc", | 
|  | 33     "base/jseptransport.h", | 
| 33     "base/p2pconstants.cc", | 34     "base/p2pconstants.cc", | 
| 34     "base/p2pconstants.h", | 35     "base/p2pconstants.h", | 
| 35     "base/p2ptransport.cc", |  | 
| 36     "base/p2ptransport.h", |  | 
| 37     "base/p2ptransportchannel.cc", | 36     "base/p2ptransportchannel.cc", | 
| 38     "base/p2ptransportchannel.h", | 37     "base/p2ptransportchannel.h", | 
| 39     "base/packetsocketfactory.h", | 38     "base/packetsocketfactory.h", | 
| 40     "base/packettransportinterface.h", | 39     "base/packettransportinterface.h", | 
| 41     "base/port.cc", | 40     "base/port.cc", | 
| 42     "base/port.h", | 41     "base/port.h", | 
| 43     "base/portallocator.cc", | 42     "base/portallocator.cc", | 
| 44     "base/portallocator.h", | 43     "base/portallocator.h", | 
| 45     "base/portinterface.h", | 44     "base/portinterface.h", | 
| 46     "base/pseudotcp.cc", | 45     "base/pseudotcp.cc", | 
| 47     "base/pseudotcp.h", | 46     "base/pseudotcp.h", | 
| 48     "base/relayport.cc", | 47     "base/relayport.cc", | 
| 49     "base/relayport.h", | 48     "base/relayport.h", | 
| 50     "base/session.cc", | 49     "base/session.cc", | 
| 51     "base/session.h", | 50     "base/session.h", | 
| 52     "base/sessiondescription.cc", | 51     "base/sessiondescription.cc", | 
| 53     "base/sessiondescription.h", | 52     "base/sessiondescription.h", | 
| 54     "base/stun.cc", | 53     "base/stun.cc", | 
| 55     "base/stun.h", | 54     "base/stun.h", | 
| 56     "base/stunport.cc", | 55     "base/stunport.cc", | 
| 57     "base/stunport.h", | 56     "base/stunport.h", | 
| 58     "base/stunrequest.cc", | 57     "base/stunrequest.cc", | 
| 59     "base/stunrequest.h", | 58     "base/stunrequest.h", | 
| 60     "base/tcpport.cc", | 59     "base/tcpport.cc", | 
| 61     "base/tcpport.h", | 60     "base/tcpport.h", | 
| 62     "base/transport.cc", |  | 
| 63     "base/transport.h", | 61     "base/transport.h", | 
| 64     "base/transportchannel.cc", | 62     "base/transportchannel.cc", | 
| 65     "base/transportchannel.h", | 63     "base/transportchannel.h", | 
| 66     "base/transportchannelimpl.h", | 64     "base/transportchannelimpl.h", | 
| 67     "base/transportcontroller.cc", | 65     "base/transportcontroller.cc", | 
| 68     "base/transportcontroller.h", | 66     "base/transportcontroller.h", | 
| 69     "base/transportdescription.cc", | 67     "base/transportdescription.cc", | 
| 70     "base/transportdescription.h", | 68     "base/transportdescription.h", | 
| 71     "base/transportdescriptionfactory.cc", | 69     "base/transportdescriptionfactory.cc", | 
| 72     "base/transportdescriptionfactory.h", | 70     "base/transportdescriptionfactory.h", | 
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 150     # Suppress warnings from Chrome's Clang plugins. | 148     # Suppress warnings from Chrome's Clang plugins. | 
| 151     # See http://code.google.com/p/webrtc/issues/detail?id=163 for details. | 149     # See http://code.google.com/p/webrtc/issues/detail?id=163 for details. | 
| 152     suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] | 150     suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] | 
| 153   } | 151   } | 
| 154 | 152 | 
| 155   deps = [ | 153   deps = [ | 
| 156     "..:webrtc_common", | 154     "..:webrtc_common", | 
| 157     "../base:rtc_base", | 155     "../base:rtc_base", | 
| 158   ] | 156   ] | 
| 159 } | 157 } | 
| OLD | NEW | 
|---|