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

Side by Side Diff: talk/libjingle.gyp

Issue 1526463002: Made EglBase an abstract class and cleaned up. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fixed build. Created 5 years 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 'app/webrtc/java/src/org/webrtc/VideoRenderer.java', 142 'app/webrtc/java/src/org/webrtc/VideoRenderer.java',
143 'app/webrtc/java/src/org/webrtc/VideoSource.java', 143 'app/webrtc/java/src/org/webrtc/VideoSource.java',
144 'app/webrtc/java/src/org/webrtc/VideoTrack.java', 144 'app/webrtc/java/src/org/webrtc/VideoTrack.java',
145 '<(webrtc_base_dir)/java/src/org/webrtc/Logging.java', 145 '<(webrtc_base_dir)/java/src/org/webrtc/Logging.java',
146 ], 146 ],
147 'android_java_files': [ 147 'android_java_files': [
148 'app/webrtc/java/android/org/webrtc/Camera2Enumerator.java', 148 'app/webrtc/java/android/org/webrtc/Camera2Enumerator.java',
149 'app/webrtc/java/android/org/webrtc/CameraEnumerationAndroid.j ava', 149 'app/webrtc/java/android/org/webrtc/CameraEnumerationAndroid.j ava',
150 'app/webrtc/java/android/org/webrtc/CameraEnumerator.java', 150 'app/webrtc/java/android/org/webrtc/CameraEnumerator.java',
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/EglBase10.java',
152 'app/webrtc/java/android/org/webrtc/EglBase14.java', 153 'app/webrtc/java/android/org/webrtc/EglBase14.java',
153 'app/webrtc/java/android/org/webrtc/GlRectDrawer.java', 154 'app/webrtc/java/android/org/webrtc/GlRectDrawer.java',
154 'app/webrtc/java/android/org/webrtc/GlShader.java', 155 'app/webrtc/java/android/org/webrtc/GlShader.java',
155 'app/webrtc/java/android/org/webrtc/GlUtil.java', 156 'app/webrtc/java/android/org/webrtc/GlUtil.java',
156 'app/webrtc/java/android/org/webrtc/GlTextureFrameBuffer.java' , 157 'app/webrtc/java/android/org/webrtc/GlTextureFrameBuffer.java' ,
157 'app/webrtc/java/android/org/webrtc/NetworkMonitor.java', 158 'app/webrtc/java/android/org/webrtc/NetworkMonitor.java',
158 'app/webrtc/java/android/org/webrtc/NetworkMonitorAutoDetect.j ava', 159 'app/webrtc/java/android/org/webrtc/NetworkMonitorAutoDetect.j ava',
159 'app/webrtc/java/android/org/webrtc/RendererCommon.java', 160 'app/webrtc/java/android/org/webrtc/RendererCommon.java',
160 'app/webrtc/java/android/org/webrtc/SurfaceTextureHelper.java' , 161 'app/webrtc/java/android/org/webrtc/SurfaceTextureHelper.java' ,
161 'app/webrtc/java/android/org/webrtc/SurfaceViewRenderer.java', 162 'app/webrtc/java/android/org/webrtc/SurfaceViewRenderer.java',
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 ['OS=="android" and build_with_chromium==0', { 799 ['OS=="android" and build_with_chromium==0', {
799 'sources': [ 800 'sources': [
800 'app/webrtc/androidvideocapturer.h', 801 'app/webrtc/androidvideocapturer.h',
801 'app/webrtc/androidvideocapturer.cc', 802 'app/webrtc/androidvideocapturer.cc',
802 ], 803 ],
803 }], 804 }],
804 ], 805 ],
805 }, # target libjingle_peerconnection 806 }, # target libjingle_peerconnection
806 ], 807 ],
807 } 808 }
OLDNEW
« no previous file with comments | « talk/app/webrtc/java/jni/peerconnection_jni.cc ('k') | webrtc/examples/androidapp/src/org/appspot/apprtc/CallActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698