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

Side by Side Diff: talk/libjingle.gyp

Issue 1344563002: Improving support for Android Audio Effects in WebRTC (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Improved comments Created 5 years, 3 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 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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 'app/webrtc/java/android/org/webrtc/SurfaceViewRenderer.java', 155 'app/webrtc/java/android/org/webrtc/SurfaceViewRenderer.java',
156 'app/webrtc/java/android/org/webrtc/ThreadUtils.java', 156 'app/webrtc/java/android/org/webrtc/ThreadUtils.java',
157 'app/webrtc/java/android/org/webrtc/VideoCapturerAndroid.java' , 157 'app/webrtc/java/android/org/webrtc/VideoCapturerAndroid.java' ,
158 'app/webrtc/java/android/org/webrtc/VideoRendererGui.java', 158 'app/webrtc/java/android/org/webrtc/VideoRendererGui.java',
159 'app/webrtc/java/src/org/webrtc/MediaCodecVideoDecoder.java', 159 'app/webrtc/java/src/org/webrtc/MediaCodecVideoDecoder.java',
160 'app/webrtc/java/src/org/webrtc/MediaCodecVideoEncoder.java', 160 'app/webrtc/java/src/org/webrtc/MediaCodecVideoEncoder.java',
161 '<(webrtc_modules_dir)/video_render/android/java/src/org/webrt c/videoengine/ViEAndroidGLES20.java', 161 '<(webrtc_modules_dir)/video_render/android/java/src/org/webrt c/videoengine/ViEAndroidGLES20.java',
162 '<(webrtc_modules_dir)/video_render/android/java/src/org/webrt c/videoengine/ViERenderer.java', 162 '<(webrtc_modules_dir)/video_render/android/java/src/org/webrt c/videoengine/ViERenderer.java',
163 '<(webrtc_modules_dir)/video_render/android/java/src/org/webrt c/videoengine/ViESurfaceRenderer.java', 163 '<(webrtc_modules_dir)/video_render/android/java/src/org/webrt c/videoengine/ViESurfaceRenderer.java',
164 '<(webrtc_modules_dir)/audio_device/android/java/src/org/webrt c/voiceengine/BuildInfo.java', 164 '<(webrtc_modules_dir)/audio_device/android/java/src/org/webrt c/voiceengine/BuildInfo.java',
165 '<(webrtc_modules_dir)/audio_device/android/java/src/org/webrt c/voiceengine/WebRtcAudioEffects.java',
165 '<(webrtc_modules_dir)/audio_device/android/java/src/org/webrt c/voiceengine/WebRtcAudioManager.java', 166 '<(webrtc_modules_dir)/audio_device/android/java/src/org/webrt c/voiceengine/WebRtcAudioManager.java',
166 '<(webrtc_modules_dir)/audio_device/android/java/src/org/webrt c/voiceengine/WebRtcAudioUtils.java', 167 '<(webrtc_modules_dir)/audio_device/android/java/src/org/webrt c/voiceengine/WebRtcAudioUtils.java',
167 '<(webrtc_modules_dir)/audio_device/android/java/src/org/webrt c/voiceengine/WebRtcAudioRecord.java', 168 '<(webrtc_modules_dir)/audio_device/android/java/src/org/webrt c/voiceengine/WebRtcAudioRecord.java',
168 '<(webrtc_modules_dir)/audio_device/android/java/src/org/webrt c/voiceengine/WebRtcAudioTrack.java', 169 '<(webrtc_modules_dir)/audio_device/android/java/src/org/webrt c/voiceengine/WebRtcAudioTrack.java',
169 ], 170 ],
170 }, 171 },
171 'action_name': 'create_jar', 172 'action_name': 'create_jar',
172 'inputs': [ 173 'inputs': [
173 'build/build_jar.sh', 174 'build/build_jar.sh',
174 '<@(java_files)', 175 '<@(java_files)',
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
780 ['OS=="android" and build_with_chromium==0', { 781 ['OS=="android" and build_with_chromium==0', {
781 'sources': [ 782 'sources': [
782 'app/webrtc/androidvideocapturer.h', 783 'app/webrtc/androidvideocapturer.h',
783 'app/webrtc/androidvideocapturer.cc', 784 'app/webrtc/androidvideocapturer.cc',
784 ], 785 ],
785 }], 786 }],
786 ], 787 ],
787 }, # target libjingle_peerconnection 788 }, # target libjingle_peerconnection
788 ], 789 ],
789 } 790 }
OLDNEW
« no previous file with comments | « talk/app/webrtc/test/fakeaudiocapturemodule.h ('k') | talk/media/webrtc/fakewebrtcvoiceengine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698