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

Unified Diff: third_party/libjingle/libjingle_common.gypi

Issue 474383003: Initial P2P implementation for WebRTC on QUIC prototype Base URL: https://chromium.googlesource.com/chromium/src.git@tests-squashed
Patch Set: Created 6 years, 4 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 | « third_party/libjingle/libjingle.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjingle/libjingle_common.gypi
diff --git a/third_party/libjingle/libjingle_common.gypi b/third_party/libjingle/libjingle_common.gypi
index c2bc1bb727a11742a87e6d7b2e9f90b01f7a01c3..71e388c6158614da1232f1ec1e68b0d517b216dc 100644
--- a/third_party/libjingle/libjingle_common.gypi
+++ b/third_party/libjingle/libjingle_common.gypi
@@ -34,6 +34,9 @@
'<(libjingle_source)/talk/p2p/base/portproxy.h',
'<(libjingle_source)/talk/p2p/base/pseudotcp.cc',
'<(libjingle_source)/talk/p2p/base/pseudotcp.h',
+ '<(libjingle_source)/talk/p2p/base/quictransport.h',
+ '<(libjingle_source)/talk/p2p/base/quictransportchannel.cc',
+ '<(libjingle_source)/talk/p2p/base/quictransportchannel.h',
'<(libjingle_source)/talk/p2p/base/rawtransport.cc',
'<(libjingle_source)/talk/p2p/base/rawtransport.h',
'<(libjingle_source)/talk/p2p/base/rawtransportchannel.cc',
« no previous file with comments | « third_party/libjingle/libjingle.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698