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

Unified Diff: webrtc/examples/BUILD.gn

Issue 2682943006: Add support for swapping feeds in Android AppRTCMobile. (Closed)
Patch Set: Little fixes. Created 3 years, 10 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
Index: webrtc/examples/BUILD.gn
diff --git a/webrtc/examples/BUILD.gn b/webrtc/examples/BUILD.gn
index 3ee9ae5e9fd3648c1f7a8c35d2f4e50dc6e0af3e..ebdb174b541b107e13807688751d5a6201f8b28e 100644
--- a/webrtc/examples/BUILD.gn
+++ b/webrtc/examples/BUILD.gn
@@ -64,6 +64,8 @@ if (is_android) {
}
android_library("AppRTCMobile_javalib") {
+ android_manifest = "androidapp/AndroidManifest.xml"
sakal 2017/02/10 08:38:04 This was required. Otherwise linter complains abou
+
java_files = [
"androidapp/src/org/appspot/apprtc/AppRTCAudioManager.java",
"androidapp/src/org/appspot/apprtc/AppRTCBluetoothManager.java",
« no previous file with comments | « no previous file | webrtc/examples/androidapp/AndroidManifest.xml » ('j') | webrtc/examples/androidapp/AndroidManifest.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698