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

Side by Side Diff: webrtc/api/BUILD.gn

Issue 2456873002: Android EglRenderer: Add Bitmap frame listener functionality (Closed)
Patch Set: Add spaces. Created 4 years, 1 month 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 # Copyright (c) 2015 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2015 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("../build/webrtc.gni") 9 import("../build/webrtc.gni")
10 if (is_android) { 10 if (is_android) {
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 "android/jni/androidmediadecoder_jni.cc", 168 "android/jni/androidmediadecoder_jni.cc",
169 "android/jni/androidmediadecoder_jni.h", 169 "android/jni/androidmediadecoder_jni.h",
170 "android/jni/androidmediaencoder_jni.cc", 170 "android/jni/androidmediaencoder_jni.cc",
171 "android/jni/androidmediaencoder_jni.h", 171 "android/jni/androidmediaencoder_jni.h",
172 "android/jni/androidmetrics_jni.cc", 172 "android/jni/androidmetrics_jni.cc",
173 "android/jni/androidnetworkmonitor_jni.cc", 173 "android/jni/androidnetworkmonitor_jni.cc",
174 "android/jni/androidnetworkmonitor_jni.h", 174 "android/jni/androidnetworkmonitor_jni.h",
175 "android/jni/androidvideotracksource_jni.cc", 175 "android/jni/androidvideotracksource_jni.cc",
176 "android/jni/classreferenceholder.cc", 176 "android/jni/classreferenceholder.cc",
177 "android/jni/classreferenceholder.h", 177 "android/jni/classreferenceholder.h",
178 "android/jni/eglrenderer_jni.cc",
178 "android/jni/jni_helpers.cc", 179 "android/jni/jni_helpers.cc",
179 "android/jni/jni_helpers.h", 180 "android/jni/jni_helpers.h",
180 "android/jni/native_handle_impl.cc", 181 "android/jni/native_handle_impl.cc",
181 "android/jni/native_handle_impl.h", 182 "android/jni/native_handle_impl.h",
182 "android/jni/peerconnection_jni.cc", 183 "android/jni/peerconnection_jni.cc",
183 "android/jni/surfacetexturehelper_jni.cc", 184 "android/jni/surfacetexturehelper_jni.cc",
184 "android/jni/surfacetexturehelper_jni.h", 185 "android/jni/surfacetexturehelper_jni.h",
185 "androidvideotracksource.cc", 186 "androidvideotracksource.cc",
186 "androidvideotracksource.h", 187 "androidvideotracksource.h",
187 ] 188 ]
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 if (is_android) { 461 if (is_android) {
461 instrumentation_test_apk("libjingle_peerconnection_android_unittest") { 462 instrumentation_test_apk("libjingle_peerconnection_android_unittest") {
462 apk_name = "libjingle_peerconnection_android_unittest" 463 apk_name = "libjingle_peerconnection_android_unittest"
463 android_manifest = "androidtests/AndroidManifest.xml" 464 android_manifest = "androidtests/AndroidManifest.xml"
464 465
465 java_files = [ 466 java_files = [
466 "androidtests/src/org/webrtc/Camera1CapturerUsingByteBufferTest.java", 467 "androidtests/src/org/webrtc/Camera1CapturerUsingByteBufferTest.java",
467 "androidtests/src/org/webrtc/Camera1CapturerUsingTextureTest.java", 468 "androidtests/src/org/webrtc/Camera1CapturerUsingTextureTest.java",
468 "androidtests/src/org/webrtc/Camera2CapturerTest.java", 469 "androidtests/src/org/webrtc/Camera2CapturerTest.java",
469 "androidtests/src/org/webrtc/CameraVideoCapturerTestFixtures.java", 470 "androidtests/src/org/webrtc/CameraVideoCapturerTestFixtures.java",
471 "androidtests/src/org/webrtc/EglRendererTest.java",
470 "androidtests/src/org/webrtc/GlRectDrawerTest.java", 472 "androidtests/src/org/webrtc/GlRectDrawerTest.java",
471 "androidtests/src/org/webrtc/MediaCodecVideoEncoderTest.java", 473 "androidtests/src/org/webrtc/MediaCodecVideoEncoderTest.java",
472 "androidtests/src/org/webrtc/NetworkMonitorTest.java", 474 "androidtests/src/org/webrtc/NetworkMonitorTest.java",
473 "androidtests/src/org/webrtc/PeerConnectionTest.java", 475 "androidtests/src/org/webrtc/PeerConnectionTest.java",
474 "androidtests/src/org/webrtc/RendererCommonTest.java", 476 "androidtests/src/org/webrtc/RendererCommonTest.java",
475 "androidtests/src/org/webrtc/SurfaceTextureHelperTest.java", 477 "androidtests/src/org/webrtc/SurfaceTextureHelperTest.java",
476 "androidtests/src/org/webrtc/SurfaceViewRendererOnMeasureTest.java", 478 "androidtests/src/org/webrtc/SurfaceViewRendererOnMeasureTest.java",
479 "androidtests/src/org/webrtc/test/EmptyActivity.java",
477 ] 480 ]
478 481
479 deps = [ 482 deps = [
480 ":libjingle_peerconnection_android_unittest_resources", 483 ":libjingle_peerconnection_android_unittest_resources",
481 ":libjingle_peerconnection_java", 484 ":libjingle_peerconnection_java",
482 "../base:base_java", 485 "../base:base_java",
483 "//base:base_java", 486 "//base:base_java",
484 ] 487 ]
485 488
486 shared_libraries = [ ":libjingle_peerconnection_so" ] 489 shared_libraries = [ ":libjingle_peerconnection_so" ]
487 } 490 }
488 491
489 android_resources("libjingle_peerconnection_android_unittest_resources") { 492 android_resources("libjingle_peerconnection_android_unittest_resources") {
490 resource_dirs = [ "androidtests/res" ] 493 resource_dirs = [ "androidtests/res" ]
491 custom_package = "org.webrtc" 494 custom_package = "org.webrtc"
492 } 495 }
493 } 496 }
494 } 497 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698