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

Unified Diff: webrtc/api/api.gyp

Issue 1844803002: Modify PeerConnection for end-to-end QuicDataChannel usage (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 9 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 | « no previous file | webrtc/api/api_tests.gyp » ('j') | webrtc/api/peerconnection.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/api.gyp
diff --git a/webrtc/api/api.gyp b/webrtc/api/api.gyp
index aa6ef38e5ef9afa404b25061831fc0aae2513d98..46b79cfbb7f2762094b68c5f9bc3fed83474b6f3 100644
--- a/webrtc/api/api.gyp
+++ b/webrtc/api/api.gyp
@@ -366,6 +366,20 @@
},
},
}],
+ ['use_quic==1', {
+ 'dependencies': [
+ '<(DEPTH)/third_party/libquic/libquic.gyp:libquic',
+ ],
+ 'sources': [
+ 'quicdatachannel.cc',
+ 'quicdatachannel.h',
+ 'quictransport.cc',
+ 'quictransport.h',
+ ],
+ 'export_dependent_settings': [
+ '<(DEPTH)/third_party/libquic/libquic.gyp:libquic',
+ ],
+ }],
],
}, # target libjingle_peerconnection
], # targets
« no previous file with comments | « no previous file | webrtc/api/api_tests.gyp » ('j') | webrtc/api/peerconnection.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698