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

Unified Diff: webrtc/api/api.gyp

Issue 1886623002: Add QuicDataChannel and QuicDataTransport classes (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Make QuicDataChannel::Message public so QuicDataTransport can use it for handling messages Created 4 years, 8 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/quicdatachannel.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 3d47053ab4fec63621d1566e592d4733d77e630c..9f092a6cac39950aa3b1716ad1563d91c739ceda 100644
--- a/webrtc/api/api.gyp
+++ b/webrtc/api/api.gyp
@@ -378,6 +378,20 @@
},
},
}],
+ ['use_quic==1', {
+ 'dependencies': [
+ '<(DEPTH)/third_party/libquic/libquic.gyp:libquic',
+ ],
+ 'sources': [
+ 'quicdatachannel.cc',
+ 'quicdatachannel.h',
+ 'quicdatatransport.cc',
+ 'quicdatatransport.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/quicdatachannel.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698