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

Unified Diff: webrtc/p2p/p2p.gyp

Issue 2077883002: GN: Update xmpp and p2p to match Chromium build (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Added nacl dependency and missing sources Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/p2p/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/p2p/p2p.gyp
diff --git a/webrtc/p2p/p2p.gyp b/webrtc/p2p/p2p.gyp
index 80b0076941d7348ae8dc6f73880c645e22c07fb4..8b3d73670b24db5ba6acfd27c6e025176894865a 100644
--- a/webrtc/p2p/p2p.gyp
+++ b/webrtc/p2p/p2p.gyp
@@ -23,6 +23,7 @@
'base/basicpacketsocketfactory.h',
'base/candidate.h',
'base/common.h',
+ 'base/dtlstransport.h',
'base/dtlstransportchannel.cc',
'base/dtlstransportchannel.h',
'base/p2pconstants.cc',
@@ -41,8 +42,8 @@
'base/pseudotcp.h',
'base/relayport.cc',
'base/relayport.h',
- 'base/relayserver.cc',
- 'base/relayserver.h',
+ 'base/session.cc',
+ 'base/session.h',
'base/sessiondescription.cc',
'base/sessiondescription.h',
'base/sessionid.h',
@@ -52,8 +53,6 @@
'base/stunport.h',
'base/stunrequest.cc',
'base/stunrequest.h',
- 'base/stunserver.cc',
- 'base/stunserver.h',
'base/tcpport.cc',
'base/tcpport.h',
'base/transport.cc',
@@ -70,8 +69,6 @@
'base/transportinfo.h',
'base/turnport.cc',
'base/turnport.h',
- 'base/turnserver.cc',
- 'base/turnserver.h',
'base/udpport.h',
'client/basicportallocator.cc',
'client/basicportallocator.h',
@@ -87,6 +84,14 @@
},
'conditions': [
['build_with_chromium==0', {
+ 'sources': [
+ 'base/relayserver.cc',
+ 'base/relayserver.h',
+ 'base/stunserver.cc',
+ 'base/stunserver.h',
+ 'base/turnserver.cc',
+ 'base/turnserver.h',
+ ],
'defines': [
'FEATURE_ENABLE_VOICEMAIL',
'FEATURE_ENABLE_PSTN',
« no previous file with comments | « webrtc/p2p/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698