summaryrefslogtreecommitdiffstats
path: root/third_party/libjingle
diff options
context:
space:
mode:
authorhonghaiz <honghaiz@google.com>2015-11-16 16:50:03 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-17 00:50:46 +0000
commit89379ee089d5894d73a82e9183bc80c8830d1737 (patch)
tree870b2e12da39fffdcd7bc77a94a7ea464afc6abe /third_party/libjingle
parent6d4d024cce4584d56802fd137f73cfd7b18aa5bc (diff)
downloadchromium_src-89379ee089d5894d73a82e9183bc80c8830d1737.zip
chromium_src-89379ee089d5894d73a82e9183bc80c8830d1737.tar.gz
chromium_src-89379ee089d5894d73a82e9183bc80c8830d1737.tar.bz2
Add asyncinvoker to the sources of libjingle-nacl
A future webrtc cl will require this dependency. BUG= Review URL: https://codereview.chromium.org/1449043002 Cr-Commit-Position: refs/heads/master@{#359962}
Diffstat (limited to 'third_party/libjingle')
-rw-r--r--third_party/libjingle/libjingle_nacl.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/libjingle/libjingle_nacl.gyp b/third_party/libjingle/libjingle_nacl.gyp
index a416b04..8312d7a 100644
--- a/third_party/libjingle/libjingle_nacl.gyp
+++ b/third_party/libjingle/libjingle_nacl.gyp
@@ -55,6 +55,9 @@
'<(webrtc_base)/asyncfile.h',
'<(webrtc_base)/asynchttprequest.cc',
'<(webrtc_base)/asynchttprequest.h',
+ '<(webrtc_base)/asyncinvoker.cc',
+ '<(webrtc_base)/asyncinvoker.h',
+ '<(webrtc_base)/asyncinvoker-inl.h',
'<(webrtc_base)/asyncpacketsocket.cc',
'<(webrtc_base)/asyncpacketsocket.h',
'<(webrtc_base)/asyncresolverinterface.cc',