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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/api/androidtests/AndroidManifest.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/BUILD.gn
diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn
index fe1ade26d61d5d96f171bef3b820144e58a0b3e5..dabfb4b2f90113b6cdcc1ea6de8b9a88ef33c716 100644
--- a/webrtc/api/BUILD.gn
+++ b/webrtc/api/BUILD.gn
@@ -505,36 +505,4 @@ if (rtc_include_tests) {
"//testing/gmock",
]
}
-
- if (is_android) {
- instrumentation_test_apk("libjingle_peerconnection_android_unittest") {
- apk_name = "libjingle_peerconnection_android_unittest"
- android_manifest = "androidtests/AndroidManifest.xml"
-
- java_files = [
- "androidtests/src/org/webrtc/Camera1CapturerUsingByteBufferTest.java",
- "androidtests/src/org/webrtc/Camera1CapturerUsingTextureTest.java",
- "androidtests/src/org/webrtc/Camera2CapturerTest.java",
- "androidtests/src/org/webrtc/CameraVideoCapturerTestFixtures.java",
- "androidtests/src/org/webrtc/EglRendererTest.java",
- "androidtests/src/org/webrtc/GlRectDrawerTest.java",
- "androidtests/src/org/webrtc/MediaCodecVideoEncoderTest.java",
- "androidtests/src/org/webrtc/NetworkMonitorTest.java",
- "androidtests/src/org/webrtc/PeerConnectionTest.java",
- "androidtests/src/org/webrtc/RendererCommonTest.java",
- "androidtests/src/org/webrtc/SurfaceTextureHelperTest.java",
- "androidtests/src/org/webrtc/SurfaceViewRendererOnMeasureTest.java",
- "androidtests/src/org/webrtc/WebRtcJniBootTest.java",
- ]
-
- deps = [
- ":libjingle_peerconnection_java",
- ":libjingle_peerconnection_metrics_default_java",
- "../base:base_java",
- "//base:base_java",
- ]
-
- shared_libraries = [ ":libjingle_peerconnection_so" ]
- }
- }
}
« 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