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

Side by Side Diff: webrtc/sdk/android/BUILD.gn

Issue 2692843003: Remove VideoRendererGui (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | webrtc/sdk/android/api/org/webrtc/VideoRendererGui.java » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 import("//webrtc/webrtc.gni") 9 import("//webrtc/webrtc.gni")
10 import("//build/config/android/config.gni") 10 import("//build/config/android/config.gni")
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 "api/org/webrtc/SdpObserver.java", 170 "api/org/webrtc/SdpObserver.java",
171 "api/org/webrtc/SessionDescription.java", 171 "api/org/webrtc/SessionDescription.java",
172 "api/org/webrtc/StatsObserver.java", 172 "api/org/webrtc/StatsObserver.java",
173 "api/org/webrtc/StatsReport.java", 173 "api/org/webrtc/StatsReport.java",
174 "api/org/webrtc/SurfaceTextureHelper.java", 174 "api/org/webrtc/SurfaceTextureHelper.java",
175 "api/org/webrtc/SurfaceViewRenderer.java", 175 "api/org/webrtc/SurfaceViewRenderer.java",
176 "api/org/webrtc/VideoCapturer.java", 176 "api/org/webrtc/VideoCapturer.java",
177 "api/org/webrtc/VideoCapturerAndroid.java", 177 "api/org/webrtc/VideoCapturerAndroid.java",
178 "api/org/webrtc/VideoFileRenderer.java", 178 "api/org/webrtc/VideoFileRenderer.java",
179 "api/org/webrtc/VideoRenderer.java", 179 "api/org/webrtc/VideoRenderer.java",
180 "api/org/webrtc/VideoRendererGui.java",
181 "api/org/webrtc/VideoSource.java", 180 "api/org/webrtc/VideoSource.java",
182 "api/org/webrtc/VideoTrack.java", 181 "api/org/webrtc/VideoTrack.java",
183 "api/org/webrtc/YuvConverter.java", 182 "api/org/webrtc/YuvConverter.java",
184 ] 183 ]
185 184
186 deps = [ 185 deps = [
187 "//webrtc/base:base_java", 186 "//webrtc/base:base_java",
188 "//webrtc/modules/audio_device:audio_device_java", 187 "//webrtc/modules/audio_device:audio_device_java",
189 ] 188 ]
190 } 189 }
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 "//third_party/android_support_test_runner:runner_java", 230 "//third_party/android_support_test_runner:runner_java",
232 "//third_party/junit", 231 "//third_party/junit",
233 "//webrtc/base:base_java", 232 "//webrtc/base:base_java",
234 "//webrtc/sdk/android:libjingle_peerconnection_java", 233 "//webrtc/sdk/android:libjingle_peerconnection_java",
235 "//webrtc/sdk/android:libjingle_peerconnection_metrics_default_java", 234 "//webrtc/sdk/android:libjingle_peerconnection_metrics_default_java",
236 ] 235 ]
237 236
238 shared_libraries = [ "//webrtc/sdk/android:libjingle_peerconnection_so" ] 237 shared_libraries = [ "//webrtc/sdk/android:libjingle_peerconnection_so" ]
239 } 238 }
240 } 239 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/sdk/android/api/org/webrtc/VideoRendererGui.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698