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

Unified Diff: webrtc/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 | « no previous file | webrtc/api/BUILD.gn » ('j') | no next file with comments »
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 9318166379babd03ad04e655c679e09776acad4e..e29fb11193e58aedb972a28fee3433b5cea5931f 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698