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

Unified Diff: webrtc/examples/androidapp/third_party/autobanh/BUILD.gn

Issue 2105803002: Add GN targets for AppRTC Demo on Android. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase. Created 4 years, 6 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 | « webrtc/examples/BUILD.gn ('k') | webrtc/examples/androidapp/third_party/autobanh/autobanh.jar » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/androidapp/third_party/autobanh/BUILD.gn
diff --git a/BUILD.gn b/webrtc/examples/androidapp/third_party/autobanh/BUILD.gn
similarity index 64%
copy from BUILD.gn
copy to webrtc/examples/androidapp/third_party/autobanh/BUILD.gn
index b7f7a0619a9a73591c070aee611224ec6a544f79..d5f6b0f2d6a043aa2b439e30648e39cbd5bc20d1 100644
--- a/BUILD.gn
+++ b/webrtc/examples/androidapp/third_party/autobanh/BUILD.gn
@@ -1,4 +1,4 @@
-# Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
+# Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
#
# Use of this source code is governed by a BSD-style license
# that can be found in the LICENSE file in the root of the source
@@ -6,9 +6,8 @@
# in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree.
-# This file is copied and modified from Chromium (src/BUILD.gn).
-group("root") {
- deps = [
- "//webrtc",
- ]
+import("//build/config/android/rules.gni")
+
+android_java_prebuilt("autobanh_java") {
+ jar_path = "lib/autobanh.jar"
}
« no previous file with comments | « webrtc/examples/BUILD.gn ('k') | webrtc/examples/androidapp/third_party/autobanh/autobanh.jar » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698