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

Unified Diff: webrtc/BUILD.gn

Issue 2541823002: Move webrtc/api/androidtests to webrtc/sdk/android/instrumentationtests (Closed)
Patch Set: Add group to instrumentationtests/BUILD.gn and use absolute path 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 | « no previous file | webrtc/api/BUILD.gn » ('j') | webrtc/sdk/android/instrumentationtests/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index 0bae0aad1ef1499d7c006fed0e656ee8287ad9ca..01ecaeaa07094de7ae8c2e0fc7f7ccf0bc0e7e95 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -309,7 +309,7 @@ if (!build_with_chromium) {
if (is_android) {
deps += [
":android_junit_tests",
- "api:libjingle_peerconnection_android_unittest",
+ "//webrtc/sdk/android/instrumentationtests",
]
} else {
deps += [ "modules/video_capture:video_capture_tests" ]
« no previous file with comments | « no previous file | webrtc/api/BUILD.gn » ('j') | webrtc/sdk/android/instrumentationtests/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698