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

Unified Diff: webrtc/examples/BUILD.gn

Issue 2117283002: Rename apprtc lib to match GN lib rules. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Created 4 years, 5 months 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 | no next file » | 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 315992bdc377c0432c571d7fcc06903afb25b4a9..310f651bf2df7efdc8a84a19513d390d911fa6b7 100644
--- a/webrtc/examples/BUILD.gn
+++ b/webrtc/examples/BUILD.gn
@@ -25,7 +25,7 @@ if (is_android && !build_with_chromium) {
android_manifest = "androidapp/AndroidManifest.xml"
deps = [
- ":AppRTCDemo_lib",
+ ":AppRTCDemo_javalib",
":AppRTCDemo_resources",
"//base:base_java",
"//webrtc/base:base_java",
@@ -34,7 +34,7 @@ if (is_android && !build_with_chromium) {
shared_libraries = [ "//webrtc/api:libjingle_peerconnection_so" ]
}
- android_library("AppRTCDemo_lib") {
+ android_library("AppRTCDemo_javalib") {
java_files = [
"androidapp/src/org/appspot/apprtc/AppRTCAudioManager.java",
"androidapp/src/org/appspot/apprtc/AppRTCClient.java",
@@ -82,7 +82,7 @@ if (is_android && !build_with_chromium) {
apk_under_test = ":AppRTCDemo"
deps = [
- ":AppRTCDemo_lib",
+ ":AppRTCDemo_javalib",
"//webrtc/api:libjingle_peerconnection_java",
]
}
@@ -95,7 +95,7 @@ if (is_android && !build_with_chromium) {
]
deps = [
- ":AppRTCDemo_lib",
+ ":AppRTCDemo_javalib",
"//webrtc/api:libjingle_peerconnection_java",
"//webrtc/api:libjingle_peerconnection_jni",
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698