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

Side by Side Diff: talk/libjingle.gyp

Issue 1348513003: Android: Add helper class GlTextureFrameBuffer (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 '<(webrtc_base_dir)/java/src/org/webrtc/Logging.java', 142 '<(webrtc_base_dir)/java/src/org/webrtc/Logging.java',
143 ], 143 ],
144 'android_java_files': [ 144 'android_java_files': [
145 'app/webrtc/java/android/org/webrtc/Camera2Enumerator.java', 145 'app/webrtc/java/android/org/webrtc/Camera2Enumerator.java',
146 'app/webrtc/java/android/org/webrtc/CameraEnumerationAndroid.j ava', 146 'app/webrtc/java/android/org/webrtc/CameraEnumerationAndroid.j ava',
147 'app/webrtc/java/android/org/webrtc/CameraEnumerator.java', 147 'app/webrtc/java/android/org/webrtc/CameraEnumerator.java',
148 'app/webrtc/java/android/org/webrtc/EglBase.java', 148 'app/webrtc/java/android/org/webrtc/EglBase.java',
149 'app/webrtc/java/android/org/webrtc/GlRectDrawer.java', 149 'app/webrtc/java/android/org/webrtc/GlRectDrawer.java',
150 'app/webrtc/java/android/org/webrtc/GlShader.java', 150 'app/webrtc/java/android/org/webrtc/GlShader.java',
151 'app/webrtc/java/android/org/webrtc/GlUtil.java', 151 'app/webrtc/java/android/org/webrtc/GlUtil.java',
152 'app/webrtc/java/android/org/webrtc/GlTextureFrameBuffer.java' ,
152 'app/webrtc/java/android/org/webrtc/RendererCommon.java', 153 'app/webrtc/java/android/org/webrtc/RendererCommon.java',
153 'app/webrtc/java/android/org/webrtc/SurfaceTextureHelper.java' , 154 'app/webrtc/java/android/org/webrtc/SurfaceTextureHelper.java' ,
154 'app/webrtc/java/android/org/webrtc/SurfaceViewRenderer.java', 155 'app/webrtc/java/android/org/webrtc/SurfaceViewRenderer.java',
155 'app/webrtc/java/android/org/webrtc/VideoCapturerAndroid.java' , 156 'app/webrtc/java/android/org/webrtc/VideoCapturerAndroid.java' ,
156 'app/webrtc/java/android/org/webrtc/VideoRendererGui.java', 157 'app/webrtc/java/android/org/webrtc/VideoRendererGui.java',
157 'app/webrtc/java/src/org/webrtc/MediaCodecVideoDecoder.java', 158 'app/webrtc/java/src/org/webrtc/MediaCodecVideoDecoder.java',
158 'app/webrtc/java/src/org/webrtc/MediaCodecVideoEncoder.java', 159 'app/webrtc/java/src/org/webrtc/MediaCodecVideoEncoder.java',
159 '<(webrtc_modules_dir)/video_render/android/java/src/org/webrt c/videoengine/ViEAndroidGLES20.java', 160 '<(webrtc_modules_dir)/video_render/android/java/src/org/webrt c/videoengine/ViEAndroidGLES20.java',
160 '<(webrtc_modules_dir)/video_render/android/java/src/org/webrt c/videoengine/ViERenderer.java', 161 '<(webrtc_modules_dir)/video_render/android/java/src/org/webrt c/videoengine/ViERenderer.java',
161 '<(webrtc_modules_dir)/video_render/android/java/src/org/webrt c/videoengine/ViESurfaceRenderer.java', 162 '<(webrtc_modules_dir)/video_render/android/java/src/org/webrt c/videoengine/ViESurfaceRenderer.java',
(...skipping 618 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

Powered by Google App Engine
This is Rietveld 408576698