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

Unified Diff: third_party/libjingle/libjingle_nacl.gyp

Issue 998453002: Roll WebRTC 8651:8667, Libjingle 8651:8667 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: kwibergs build fix Created 5 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 | « third_party/libjingle/README.chromium ('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_nacl.gyp
diff --git a/third_party/libjingle/libjingle_nacl.gyp b/third_party/libjingle/libjingle_nacl.gyp
index 3a0d8cd52edad4a31bfbd179954204ffce573bd8..c986f8efd6698d8fb0edf47993529271a02924b2 100644
--- a/third_party/libjingle/libjingle_nacl.gyp
+++ b/third_party/libjingle/libjingle_nacl.gyp
@@ -64,7 +64,10 @@
'<(webrtc_base)/asyncfile.h',
'<(webrtc_base)/asynchttprequest.cc',
'<(webrtc_base)/asynchttprequest.h',
+ '<(webrtc_base)/asyncpacketsocket.cc',
'<(webrtc_base)/asyncpacketsocket.h',
+ '<(webrtc_base)/asyncresolverinterface.cc',
+ '<(webrtc_base)/asyncresolverinterface.h',
'<(webrtc_base)/asyncsocket.cc',
'<(webrtc_base)/asyncsocket.h',
'<(webrtc_base)/asynctcpsocket.cc',
@@ -76,6 +79,8 @@
'<(webrtc_base)/base64.cc',
'<(webrtc_base)/base64.h',
'<(webrtc_base)/basicdefs.h',
+ '<(webrtc_base)/buffer.cc',
+ '<(webrtc_base)/buffer.h',
'<(webrtc_base)/bytebuffer.cc',
'<(webrtc_base)/bytebuffer.h',
'<(webrtc_base)/byteorder.h',
@@ -88,6 +93,7 @@
'<(webrtc_base)/crc32.cc',
'<(webrtc_base)/crc32.h',
'<(webrtc_base)/criticalsection.h',
+ '<(webrtc_base)/cryptstring.cc',
'<(webrtc_base)/cryptstring.h',
'<(webrtc_base)/diskcache.cc',
'<(webrtc_base)/diskcache.h',
@@ -168,6 +174,7 @@
'<(webrtc_base)/sha1digest.h',
'<(webrtc_base)/signalthread.cc',
'<(webrtc_base)/signalthread.h',
+ '<(webrtc_base)/sigslot.cc',
'<(webrtc_base)/sigslot.h',
'<(webrtc_base)/sigslotrepeater.h',
'<(webrtc_base)/socket.h',
« no previous file with comments | « third_party/libjingle/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698