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

Side by Side Diff: talk/libjingle.gyp

Issue 1444313002: Adding thread timeout for audio recorer thread in Java (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Moved stuff around Created 5 years, 1 month 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 unified diff | Download patch
OLDNEW
1 # 1 #
2 # libjingle 2 # libjingle
3 # Copyright 2012 Google Inc. 3 # Copyright 2012 Google Inc.
4 # 4 #
5 # Redistribution and use in source and binary forms, with or without 5 # Redistribution and use in source and binary forms, with or without
6 # modification, are permitted provided that the following conditions are met: 6 # modification, are permitted provided that the following conditions are met:
7 # 7 #
8 # 1. Redistributions of source code must retain the above copyright notice, 8 # 1. Redistributions of source code must retain the above copyright notice,
9 # this list of conditions and the following disclaimer. 9 # this list of conditions and the following disclaimer.
10 # 2. Redistributions in binary form must reproduce the above copyright notice, 10 # 2. Redistributions in binary form must reproduce the above copyright notice,
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 'app/webrtc/java/android/org/webrtc/EglBase.java', 151 'app/webrtc/java/android/org/webrtc/EglBase.java',
152 'app/webrtc/java/android/org/webrtc/GlRectDrawer.java', 152 'app/webrtc/java/android/org/webrtc/GlRectDrawer.java',
153 'app/webrtc/java/android/org/webrtc/GlShader.java', 153 'app/webrtc/java/android/org/webrtc/GlShader.java',
154 'app/webrtc/java/android/org/webrtc/GlUtil.java', 154 'app/webrtc/java/android/org/webrtc/GlUtil.java',
155 'app/webrtc/java/android/org/webrtc/GlTextureFrameBuffer.java' , 155 'app/webrtc/java/android/org/webrtc/GlTextureFrameBuffer.java' ,
156 'app/webrtc/java/android/org/webrtc/NetworkMonitor.java', 156 'app/webrtc/java/android/org/webrtc/NetworkMonitor.java',
157 'app/webrtc/java/android/org/webrtc/NetworkMonitorAutoDetect.j ava', 157 'app/webrtc/java/android/org/webrtc/NetworkMonitorAutoDetect.j ava',
158 'app/webrtc/java/android/org/webrtc/RendererCommon.java', 158 'app/webrtc/java/android/org/webrtc/RendererCommon.java',
159 'app/webrtc/java/android/org/webrtc/SurfaceTextureHelper.java' , 159 'app/webrtc/java/android/org/webrtc/SurfaceTextureHelper.java' ,
160 'app/webrtc/java/android/org/webrtc/SurfaceViewRenderer.java', 160 'app/webrtc/java/android/org/webrtc/SurfaceViewRenderer.java',
161 'app/webrtc/java/android/org/webrtc/ThreadUtils.java',
162 'app/webrtc/java/android/org/webrtc/VideoCapturerAndroid.java' , 161 'app/webrtc/java/android/org/webrtc/VideoCapturerAndroid.java' ,
163 'app/webrtc/java/android/org/webrtc/VideoRendererGui.java', 162 'app/webrtc/java/android/org/webrtc/VideoRendererGui.java',
164 'app/webrtc/java/src/org/webrtc/MediaCodecVideoDecoder.java', 163 'app/webrtc/java/src/org/webrtc/MediaCodecVideoDecoder.java',
165 'app/webrtc/java/src/org/webrtc/MediaCodecVideoEncoder.java', 164 'app/webrtc/java/src/org/webrtc/MediaCodecVideoEncoder.java',
165 '<(webrtc_base_dir)/java/src/org/webrtc/ThreadUtils.java',
166 '<(webrtc_modules_dir)/video_render/android/java/src/org/webrt c/videoengine/ViEAndroidGLES20.java', 166 '<(webrtc_modules_dir)/video_render/android/java/src/org/webrt c/videoengine/ViEAndroidGLES20.java',
167 '<(webrtc_modules_dir)/video_render/android/java/src/org/webrt c/videoengine/ViERenderer.java', 167 '<(webrtc_modules_dir)/video_render/android/java/src/org/webrt c/videoengine/ViERenderer.java',
168 '<(webrtc_modules_dir)/video_render/android/java/src/org/webrt c/videoengine/ViESurfaceRenderer.java', 168 '<(webrtc_modules_dir)/video_render/android/java/src/org/webrt c/videoengine/ViESurfaceRenderer.java',
169 '<(webrtc_modules_dir)/audio_device/android/java/src/org/webrt c/voiceengine/BuildInfo.java', 169 '<(webrtc_modules_dir)/audio_device/android/java/src/org/webrt c/voiceengine/BuildInfo.java',
170 '<(webrtc_modules_dir)/audio_device/android/java/src/org/webrt c/voiceengine/WebRtcAudioEffects.java', 170 '<(webrtc_modules_dir)/audio_device/android/java/src/org/webrt c/voiceengine/WebRtcAudioEffects.java',
171 '<(webrtc_modules_dir)/audio_device/android/java/src/org/webrt c/voiceengine/WebRtcAudioManager.java', 171 '<(webrtc_modules_dir)/audio_device/android/java/src/org/webrt c/voiceengine/WebRtcAudioManager.java',
172 '<(webrtc_modules_dir)/audio_device/android/java/src/org/webrt c/voiceengine/WebRtcAudioUtils.java', 172 '<(webrtc_modules_dir)/audio_device/android/java/src/org/webrt c/voiceengine/WebRtcAudioUtils.java',
173 '<(webrtc_modules_dir)/audio_device/android/java/src/org/webrt c/voiceengine/WebRtcAudioRecord.java', 173 '<(webrtc_modules_dir)/audio_device/android/java/src/org/webrt c/voiceengine/WebRtcAudioRecord.java',
174 '<(webrtc_modules_dir)/audio_device/android/java/src/org/webrt c/voiceengine/WebRtcAudioTrack.java', 174 '<(webrtc_modules_dir)/audio_device/android/java/src/org/webrt c/voiceengine/WebRtcAudioTrack.java',
175 ], 175 ],
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
794 ['OS=="android" and build_with_chromium==0', { 794 ['OS=="android" and build_with_chromium==0', {
795 'sources': [ 795 'sources': [
796 'app/webrtc/androidvideocapturer.h', 796 'app/webrtc/androidvideocapturer.h',
797 'app/webrtc/androidvideocapturer.cc', 797 'app/webrtc/androidvideocapturer.cc',
798 ], 798 ],
799 }], 799 }],
800 ], 800 ],
801 }, # target libjingle_peerconnection 801 }, # target libjingle_peerconnection
802 ], 802 ],
803 } 803 }
OLDNEW
« no previous file with comments | « talk/app/webrtc/java/android/org/webrtc/ThreadUtils.java ('k') | webrtc/base/java/src/org/webrtc/ThreadUtils.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698