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

Side by Side Diff: talk/libjingle.gyp

Issue 1257043004: AppRTCDemo: Render each video in a separate SurfaceView (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Change license header for PercentFrameLayout.java Created 5 years, 4 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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 'app/webrtc/java/src/org/webrtc/VideoTrack.java', 137 'app/webrtc/java/src/org/webrtc/VideoTrack.java',
138 ], 138 ],
139 # TODO(fischman): extract this into a webrtc gyp var that can be 139 # TODO(fischman): extract this into a webrtc gyp var that can be
140 # included here, or better yet, build a proper .jar in webrtc 140 # included here, or better yet, build a proper .jar in webrtc
141 # and include it here. 141 # and include it here.
142 'android_java_files': [ 142 'android_java_files': [
143 'app/webrtc/java/android/org/webrtc/EglBase.java', 143 'app/webrtc/java/android/org/webrtc/EglBase.java',
144 'app/webrtc/java/android/org/webrtc/GlRectDrawer.java', 144 'app/webrtc/java/android/org/webrtc/GlRectDrawer.java',
145 'app/webrtc/java/android/org/webrtc/GlShader.java', 145 'app/webrtc/java/android/org/webrtc/GlShader.java',
146 'app/webrtc/java/android/org/webrtc/GlUtil.java', 146 'app/webrtc/java/android/org/webrtc/GlUtil.java',
147 'app/webrtc/java/android/org/webrtc/RendererCommon.java',
148 'app/webrtc/java/android/org/webrtc/SurfaceViewRenderer.java',
147 'app/webrtc/java/android/org/webrtc/VideoRendererGui.java', 149 'app/webrtc/java/android/org/webrtc/VideoRendererGui.java',
148 'app/webrtc/java/src/org/webrtc/MediaCodecVideoEncoder.java', 150 'app/webrtc/java/src/org/webrtc/MediaCodecVideoEncoder.java',
149 'app/webrtc/java/src/org/webrtc/MediaCodecVideoDecoder.java', 151 'app/webrtc/java/src/org/webrtc/MediaCodecVideoDecoder.java',
150 'app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java', 152 'app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java',
151 '<(webrtc_modules_dir)/video_render/android/java/src/org/webrt c/videoengine/ViEAndroidGLES20.java', 153 '<(webrtc_modules_dir)/video_render/android/java/src/org/webrt c/videoengine/ViEAndroidGLES20.java',
152 '<(webrtc_modules_dir)/video_render/android/java/src/org/webrt c/videoengine/ViERenderer.java', 154 '<(webrtc_modules_dir)/video_render/android/java/src/org/webrt c/videoengine/ViERenderer.java',
153 '<(webrtc_modules_dir)/video_render/android/java/src/org/webrt c/videoengine/ViESurfaceRenderer.java', 155 '<(webrtc_modules_dir)/video_render/android/java/src/org/webrt c/videoengine/ViESurfaceRenderer.java',
154 '<(webrtc_modules_dir)/audio_device/android/java/src/org/webrt c/voiceengine/BuildInfo.java', 156 '<(webrtc_modules_dir)/audio_device/android/java/src/org/webrt c/voiceengine/BuildInfo.java',
155 '<(webrtc_modules_dir)/audio_device/android/java/src/org/webrt c/voiceengine/WebRtcAudioManager.java', 157 '<(webrtc_modules_dir)/audio_device/android/java/src/org/webrt c/voiceengine/WebRtcAudioManager.java',
156 '<(webrtc_modules_dir)/audio_device/android/java/src/org/webrt c/voiceengine/WebRtcAudioUtils.java', 158 '<(webrtc_modules_dir)/audio_device/android/java/src/org/webrt c/voiceengine/WebRtcAudioUtils.java',
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 ['OS=="android" and build_with_chromium==0', { 777 ['OS=="android" and build_with_chromium==0', {
776 'sources': [ 778 'sources': [
777 'app/webrtc/androidvideocapturer.h', 779 'app/webrtc/androidvideocapturer.h',
778 'app/webrtc/androidvideocapturer.cc', 780 'app/webrtc/androidvideocapturer.cc',
779 ], 781 ],
780 }], 782 }],
781 ], 783 ],
782 }, # target libjingle_peerconnection 784 }, # target libjingle_peerconnection
783 ], 785 ],
784 } 786 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698