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

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

Issue 2541823002: Move webrtc/api/androidtests to webrtc/sdk/android/instrumentationtests (Closed)
Patch Set: Make include for webrtc.gni absolute Created 4 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
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/api/androidtests/AndroidManifest.xml » ('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) 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 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 ] 498 ]
499 499
500 public_deps = [ 500 public_deps = [
501 ":audio_mixer_api", 501 ":audio_mixer_api",
502 ] 502 ]
503 503
504 deps = [ 504 deps = [
505 "//testing/gmock", 505 "//testing/gmock",
506 ] 506 ]
507 } 507 }
508
509 if (is_android) {
510 instrumentation_test_apk("libjingle_peerconnection_android_unittest") {
511 apk_name = "libjingle_peerconnection_android_unittest"
512 android_manifest = "androidtests/AndroidManifest.xml"
513
514 java_files = [
515 "androidtests/src/org/webrtc/Camera1CapturerUsingByteBufferTest.java",
516 "androidtests/src/org/webrtc/Camera1CapturerUsingTextureTest.java",
517 "androidtests/src/org/webrtc/Camera2CapturerTest.java",
518 "androidtests/src/org/webrtc/CameraVideoCapturerTestFixtures.java",
519 "androidtests/src/org/webrtc/EglRendererTest.java",
520 "androidtests/src/org/webrtc/GlRectDrawerTest.java",
521 "androidtests/src/org/webrtc/MediaCodecVideoEncoderTest.java",
522 "androidtests/src/org/webrtc/NetworkMonitorTest.java",
523 "androidtests/src/org/webrtc/PeerConnectionTest.java",
524 "androidtests/src/org/webrtc/RendererCommonTest.java",
525 "androidtests/src/org/webrtc/SurfaceTextureHelperTest.java",
526 "androidtests/src/org/webrtc/SurfaceViewRendererOnMeasureTest.java",
527 "androidtests/src/org/webrtc/WebRtcJniBootTest.java",
528 ]
529
530 deps = [
531 ":libjingle_peerconnection_java",
532 ":libjingle_peerconnection_metrics_default_java",
533 "../base:base_java",
534 "//base:base_java",
535 ]
536
537 shared_libraries = [ ":libjingle_peerconnection_so" ]
538 }
539 }
540 } 508 }
OLDNEW
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/api/androidtests/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698