Index: webrtc/api/api.gyp |
diff --git a/webrtc/api/api.gyp b/webrtc/api/api.gyp |
index 12675953276c37776f09d1940466b985adb4cdbf..e705831b0a6a7744d59909f3608f0371d944463d 100644 |
--- a/webrtc/api/api.gyp |
+++ b/webrtc/api/api.gyp |
@@ -240,6 +240,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 |