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

Unified Diff: webrtc/BUILD.gn

Issue 2541823002: Move webrtc/api/androidtests to webrtc/sdk/android/instrumentationtests (Closed)
Patch Set: 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..37d1749e37320c3f1bb2f253b22060f48121b9d7 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",
+ "sdk/android/instrumentationtests:libjingle_peerconnection_android_unittest",
sakal 2016/11/30 14:21:30 nit: I think we should have an absolute path here.
kjellander_webrtc 2016/11/30 14:37:08 Yes, inside if (!build_with_chromium) conditions w
magjed_webrtc 2016/11/30 15:15:36 Done.
]
} 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