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

Side by Side Diff: webrtc/examples/BUILD.gn

Issue 2501983002: Adds basic Bluetooth support to AppRTCMobile (Closed)
Patch Set: Final comments from magjed@ 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 unified diff | Download patch
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/examples/androidapp/AndroidManifest.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 import("../build/webrtc.gni") 9 import("../build/webrtc.gni")
10 if (is_android) { 10 if (is_android) {
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 "//base:base_java", 61 "//base:base_java",
62 "//webrtc/base:base_java", 62 "//webrtc/base:base_java",
63 ] 63 ]
64 64
65 shared_libraries = [ "//webrtc/sdk/android:libjingle_peerconnection_so" ] 65 shared_libraries = [ "//webrtc/sdk/android:libjingle_peerconnection_so" ]
66 } 66 }
67 67
68 android_library("AppRTCMobile_javalib") { 68 android_library("AppRTCMobile_javalib") {
69 java_files = [ 69 java_files = [
70 "androidapp/src/org/appspot/apprtc/AppRTCAudioManager.java", 70 "androidapp/src/org/appspot/apprtc/AppRTCAudioManager.java",
71 "androidapp/src/org/appspot/apprtc/AppRTCBluetoothManager.java",
71 "androidapp/src/org/appspot/apprtc/AppRTCClient.java", 72 "androidapp/src/org/appspot/apprtc/AppRTCClient.java",
72 "androidapp/src/org/appspot/apprtc/AppRTCProximitySensor.java", 73 "androidapp/src/org/appspot/apprtc/AppRTCProximitySensor.java",
73 "androidapp/src/org/appspot/apprtc/CallActivity.java", 74 "androidapp/src/org/appspot/apprtc/CallActivity.java",
74 "androidapp/src/org/appspot/apprtc/CallFragment.java", 75 "androidapp/src/org/appspot/apprtc/CallFragment.java",
75 "androidapp/src/org/appspot/apprtc/CaptureQualityController.java", 76 "androidapp/src/org/appspot/apprtc/CaptureQualityController.java",
76 "androidapp/src/org/appspot/apprtc/ConnectActivity.java", 77 "androidapp/src/org/appspot/apprtc/ConnectActivity.java",
77 "androidapp/src/org/appspot/apprtc/CpuMonitor.java", 78 "androidapp/src/org/appspot/apprtc/CpuMonitor.java",
78 "androidapp/src/org/appspot/apprtc/DirectRTCClient.java", 79 "androidapp/src/org/appspot/apprtc/DirectRTCClient.java",
79 "androidapp/src/org/appspot/apprtc/HudFragment.java", 80 "androidapp/src/org/appspot/apprtc/HudFragment.java",
80 "androidapp/src/org/appspot/apprtc/PeerConnectionClient.java", 81 "androidapp/src/org/appspot/apprtc/PeerConnectionClient.java",
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 604 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
604 } 605 }
605 606
606 deps = [ 607 deps = [
607 "../p2p:libstunprober", 608 "../p2p:libstunprober",
608 "../p2p:rtc_p2p", 609 "../p2p:rtc_p2p",
609 "../system_wrappers:field_trial_default", 610 "../system_wrappers:field_trial_default",
610 ] 611 ]
611 } 612 }
612 } 613 }
OLDNEW
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/examples/androidapp/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698