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

Unified Diff: webrtc/examples/BUILD.gn

Issue 2547483003: Move /webrtc/api/android files to /webrtc/sdk/android (Closed)
Patch Set: Move to api folder under Android instead of src 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_isolate_map.pyl ('k') | webrtc/modules/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/BUILD.gn
diff --git a/webrtc/examples/BUILD.gn b/webrtc/examples/BUILD.gn
index d419d948ac0f36e8cda25d64d319634826c4eb65..8d1dcbb3a123ad2282410237e0efa59112d6b3cf 100644
--- a/webrtc/examples/BUILD.gn
+++ b/webrtc/examples/BUILD.gn
@@ -62,7 +62,7 @@ if (is_android) {
"//webrtc/base:base_java",
]
- shared_libraries = [ "//webrtc/api:libjingle_peerconnection_so" ]
+ shared_libraries = [ "//webrtc/sdk/android:libjingle_peerconnection_so" ]
}
android_library("AppRTCMobile_javalib") {
@@ -92,10 +92,10 @@ if (is_android) {
deps = [
":AppRTCMobile_resources",
- "//webrtc/api:libjingle_peerconnection_java",
- "//webrtc/api:libjingle_peerconnection_metrics_default_java",
"//webrtc/base:base_java",
"//webrtc/examples/androidapp/third_party/autobanh:autobanh_java",
+ "//webrtc/sdk/android:libjingle_peerconnection_java",
+ "//webrtc/sdk/android:libjingle_peerconnection_metrics_default_java",
]
}
@@ -118,7 +118,7 @@ if (is_android) {
deps = [
":AppRTCMobile_javalib",
- "//webrtc/api:libjingle_peerconnection_java",
+ "//webrtc/sdk/android:libjingle_peerconnection_java",
]
data = [
« no previous file with comments | « webrtc/build/gn_isolate_map.pyl ('k') | webrtc/modules/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698