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

Unified Diff: webrtc/modules/BUILD.gn

Issue 2547483003: Move /webrtc/api/android files to /webrtc/sdk/android (Closed)
Patch Set: Fixes 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
Index: webrtc/modules/BUILD.gn
diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
index dcfd5fa6195eb8751da07083802b1fc6528d2d31..fc7c165ea4bcda48718884fc11ea07606fffd19d 100644
--- a/webrtc/modules/BUILD.gn
+++ b/webrtc/modules/BUILD.gn
@@ -689,7 +689,7 @@ if (rtc_include_tests) {
if (is_android) {
deps += [
"//testing/android/native_test:native_test_support",
- "//webrtc/api:libjingle_peerconnection_java",
+ "//webrtc/sdk/android:libjingle_peerconnection_java",
]
# Need to disable error due to the line in

Powered by Google App Engine
This is Rietveld 408576698