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

Unified Diff: webrtc/p2p/p2p.gyp

Issue 1648763002: Create QuicSession (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Sync webrtc/build/common.gypi to fix patch issue Created 4 years, 10 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/build/common.gypi ('k') | webrtc/p2p/p2p_tests.gypi » ('j') | 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 490cfbf08744fabf55566d961be9de06be506a29..10a439b4bd02bf95121cb5c121e8793e31dc2148 100644
--- a/webrtc/p2p/p2p.gyp
+++ b/webrtc/p2p/p2p.gyp
@@ -98,6 +98,22 @@
'FEATURE_ENABLE_PSTN',
],
}],
+ ['use_quic==1', {
+ 'dependencies': [
+ '<(DEPTH)/third_party/libquic/libquic.gyp:libquic',
+ ],
+ 'sources': [
+ 'quic/quicconnectionhelper.cc',
+ 'quic/quicconnectionhelper.h',
+ 'quic/quicsession.cc',
+ 'quic/quicsession.h',
+ 'quic/reliablequicstream.cc',
+ 'quic/reliablequicstream.h',
+ ],
+ 'export_dependent_settings': [
+ '<(DEPTH)/third_party/libquic/libquic.gyp:libquic',
+ ],
+ }],
],
},
{
« no previous file with comments | « webrtc/build/common.gypi ('k') | webrtc/p2p/p2p_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698