Sami Kalliomaki | 9c0c75b | 2016-06-29 14:55:00 +0200 | [diff] [blame] | 1 | # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. |
| 2 | # |
| 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 |
| 5 | # tree. An additional intellectual property rights grant can be found |
| 6 | # in the file PATENTS. All contributing project authors may |
| 7 | # be found in the AUTHORS file in the root of the source tree. |
| 8 | |
mbonadei | 9aa3f0a | 2017-01-24 06:58:22 -0800 | [diff] [blame] | 9 | import("../webrtc.gni") |
Qiang Chen | 43fb912 | 2017-12-20 10:47:36 -0800 | [diff] [blame] | 10 | |
Sami Kalliomaki | 9c0c75b | 2016-06-29 14:55:00 +0200 | [diff] [blame] | 11 | if (is_android) { |
| 12 | import("//build/config/android/config.gni") |
| 13 | import("//build/config/android/rules.gni") |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 14 | } else if (is_mac) { |
| 15 | import("//build/config/mac/rules.gni") |
| 16 | } else if (is_ios) { |
| 17 | import("//build/config/ios/rules.gni") |
Sami Kalliomaki | 9c0c75b | 2016-06-29 14:55:00 +0200 | [diff] [blame] | 18 | } |
| 19 | |
| 20 | group("examples") { |
kjellander | 6ceab08 | 2016-10-28 05:44:03 -0700 | [diff] [blame] | 21 | # This target shall build all targets in examples. |
| 22 | testonly = true |
Mirko Bonadei | 1a339c3 | 2017-12-14 13:06:10 +0100 | [diff] [blame] | 23 | deps = [] |
Sami Kalliomaki | 9c0c75b | 2016-06-29 14:55:00 +0200 | [diff] [blame] | 24 | |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 25 | if (is_android) { |
Mirko Bonadei | 1a339c3 | 2017-12-14 13:06:10 +0100 | [diff] [blame] | 26 | deps += [ |
kjellander | 6ceab08 | 2016-10-28 05:44:03 -0700 | [diff] [blame] | 27 | ":AppRTCMobile", |
Sami Kalliomäki | d54f5f5 | 2018-08-03 13:23:05 +0200 | [diff] [blame] | 28 | ":AppRTCMobile_test_apk", |
George Zhou | 2770c3d | 2018-03-07 09:58:54 -0800 | [diff] [blame] | 29 | ":libwebrtc_unity", |
Jason Long | 00b8462 | 2020-07-20 17:52:12 -0400 | [diff] [blame] | 30 | "androidvoip", |
kjellander | 6ceab08 | 2016-10-28 05:44:03 -0700 | [diff] [blame] | 31 | ] |
Sami Kalliomäki | 3e77afd | 2018-03-08 16:43:16 +0100 | [diff] [blame] | 32 | |
| 33 | # TODO(sakal): We include some code from the tests. Remove this dependency |
| 34 | # and remove this if-clause. |
| 35 | if (rtc_include_tests) { |
Artem Titov | 94b57c0 | 2019-03-21 13:35:10 +0100 | [diff] [blame] | 36 | deps += [ "androidnativeapi" ] |
Sami Kalliomäki | 3e77afd | 2018-03-08 16:43:16 +0100 | [diff] [blame] | 37 | } |
kjellander | 6ceab08 | 2016-10-28 05:44:03 -0700 | [diff] [blame] | 38 | } |
| 39 | |
charujain | aca3a24 | 2016-11-01 03:09:15 -0700 | [diff] [blame] | 40 | if (!build_with_chromium) { |
Mirko Bonadei | 1a339c3 | 2017-12-14 13:06:10 +0100 | [diff] [blame] | 41 | deps += [ ":stun_prober" ] |
charujain | aca3a24 | 2016-11-01 03:09:15 -0700 | [diff] [blame] | 42 | } |
| 43 | |
kjellander | 6ceab08 | 2016-10-28 05:44:03 -0700 | [diff] [blame] | 44 | if (is_ios || (is_mac && target_cpu != "x86")) { |
Mirko Bonadei | 1a339c3 | 2017-12-14 13:06:10 +0100 | [diff] [blame] | 45 | deps += [ ":AppRTCMobile" ] |
Sami Kalliomaki | 9c0c75b | 2016-06-29 14:55:00 +0200 | [diff] [blame] | 46 | } |
kjellander | 6ceab08 | 2016-10-28 05:44:03 -0700 | [diff] [blame] | 47 | |
Hidehiko Abe | f264e70 | 2020-09-10 18:10:11 +0900 | [diff] [blame] | 48 | if (is_linux || is_chromeos || is_win) { |
Mirko Bonadei | 1a339c3 | 2017-12-14 13:06:10 +0100 | [diff] [blame] | 49 | deps += [ |
kthelgason | 0727f15 | 2016-08-08 09:03:23 -0700 | [diff] [blame] | 50 | ":peerconnection_server", |
kthelgason | 0727f15 | 2016-08-08 09:03:23 -0700 | [diff] [blame] | 51 | ":stunserver", |
| 52 | ":turnserver", |
| 53 | ] |
Robin Raymond | ce1b140 | 2018-11-22 20:10:11 -0500 | [diff] [blame] | 54 | if (current_os != "winuwp") { |
| 55 | deps += [ ":peerconnection_client" ] |
| 56 | } |
kthelgason | 0727f15 | 2016-08-08 09:03:23 -0700 | [diff] [blame] | 57 | } |
George Zhou | 2770c3d | 2018-03-07 09:58:54 -0800 | [diff] [blame] | 58 | |
| 59 | if (is_android || is_win) { |
| 60 | deps += [ ":webrtc_unity_plugin" ] |
| 61 | } |
Sami Kalliomaki | 9c0c75b | 2016-06-29 14:55:00 +0200 | [diff] [blame] | 62 | } |
| 63 | |
Mirko Bonadei | 86d053c | 2019-10-17 21:32:04 +0200 | [diff] [blame] | 64 | rtc_library("read_auth_file") { |
Niels Möller | 9862c2e | 2018-10-30 12:20:03 +0100 | [diff] [blame] | 65 | testonly = true |
| 66 | sources = [ |
| 67 | "turnserver/read_auth_file.cc", |
| 68 | "turnserver/read_auth_file.h", |
| 69 | ] |
Mirko Bonadei | ccbe95f | 2020-01-21 12:10:10 +0100 | [diff] [blame] | 70 | deps = [ "../rtc_base" ] |
Niels Möller | 9862c2e | 2018-10-30 12:20:03 +0100 | [diff] [blame] | 71 | } |
| 72 | |
| 73 | if (rtc_include_tests) { |
| 74 | rtc_test("examples_unittests") { |
| 75 | testonly = true |
Mirko Bonadei | ccbe95f | 2020-01-21 12:10:10 +0100 | [diff] [blame] | 76 | sources = [ "turnserver/read_auth_file_unittest.cc" ] |
Niels Möller | 9862c2e | 2018-10-30 12:20:03 +0100 | [diff] [blame] | 77 | deps = [ |
| 78 | ":read_auth_file", |
| 79 | "../test:test_main", |
| 80 | "//test:test_support", |
| 81 | "//testing/gtest", |
| 82 | ] |
| 83 | } |
| 84 | } |
| 85 | |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 86 | if (is_android) { |
Mirko Bonadei | fbb3b7d | 2017-11-07 15:36:33 +0000 | [diff] [blame] | 87 | rtc_android_apk("AppRTCMobile") { |
kjellander | 1993b1d | 2017-03-06 00:29:21 -0800 | [diff] [blame] | 88 | testonly = true |
Magnus Jedvert | c1815cf | 2016-09-27 10:10:41 +0200 | [diff] [blame] | 89 | apk_name = "AppRTCMobile" |
Sami Kalliomaki | 9c0c75b | 2016-06-29 14:55:00 +0200 | [diff] [blame] | 90 | android_manifest = "androidapp/AndroidManifest.xml" |
Jeremy Leconte | b19cfee | 2020-06-25 22:57:49 +0200 | [diff] [blame] | 91 | min_sdk_version = 21 |
Oleh Prypin | 4cbb4ef | 2019-06-18 17:09:51 +0200 | [diff] [blame] | 92 | target_sdk_version = 29 |
Sami Kalliomaki | 9c0c75b | 2016-06-29 14:55:00 +0200 | [diff] [blame] | 93 | |
| 94 | deps = [ |
Magnus Jedvert | c1815cf | 2016-09-27 10:10:41 +0200 | [diff] [blame] | 95 | ":AppRTCMobile_javalib", |
| 96 | ":AppRTCMobile_resources", |
jianjun.zhu | c024740 | 2017-07-11 06:20:45 -0700 | [diff] [blame] | 97 | "../rtc_base:base_java", |
Sami Kalliomaki | 9c0c75b | 2016-06-29 14:55:00 +0200 | [diff] [blame] | 98 | ] |
| 99 | |
jianjun.zhu | c024740 | 2017-07-11 06:20:45 -0700 | [diff] [blame] | 100 | shared_libraries = [ "../sdk/android:libjingle_peerconnection_so" ] |
Sami Kalliomaki | 9c0c75b | 2016-06-29 14:55:00 +0200 | [diff] [blame] | 101 | } |
| 102 | |
Mirko Bonadei | fbb3b7d | 2017-11-07 15:36:33 +0000 | [diff] [blame] | 103 | rtc_android_library("AppRTCMobile_javalib") { |
kjellander | 1993b1d | 2017-03-06 00:29:21 -0800 | [diff] [blame] | 104 | testonly = true |
Courtney Edwards | 35c87b6 | 2020-05-19 13:44:42 +0200 | [diff] [blame] | 105 | android_manifest = "androidapp/AndroidManifest.xml" |
sakal | 07a050f | 2017-02-13 05:58:27 -0800 | [diff] [blame] | 106 | |
Natalie Chouinard | 65bbcab | 2019-12-23 14:02:25 -0800 | [diff] [blame] | 107 | sources = [ |
Sami Kalliomaki | 9c0c75b | 2016-06-29 14:55:00 +0200 | [diff] [blame] | 108 | "androidapp/src/org/appspot/apprtc/AppRTCAudioManager.java", |
henrika | c3c2f31 | 2016-12-14 07:36:56 -0800 | [diff] [blame] | 109 | "androidapp/src/org/appspot/apprtc/AppRTCBluetoothManager.java", |
Sami Kalliomaki | 9c0c75b | 2016-06-29 14:55:00 +0200 | [diff] [blame] | 110 | "androidapp/src/org/appspot/apprtc/AppRTCClient.java", |
| 111 | "androidapp/src/org/appspot/apprtc/AppRTCProximitySensor.java", |
| 112 | "androidapp/src/org/appspot/apprtc/CallActivity.java", |
| 113 | "androidapp/src/org/appspot/apprtc/CallFragment.java", |
| 114 | "androidapp/src/org/appspot/apprtc/CaptureQualityController.java", |
| 115 | "androidapp/src/org/appspot/apprtc/ConnectActivity.java", |
| 116 | "androidapp/src/org/appspot/apprtc/CpuMonitor.java", |
| 117 | "androidapp/src/org/appspot/apprtc/DirectRTCClient.java", |
| 118 | "androidapp/src/org/appspot/apprtc/HudFragment.java", |
| 119 | "androidapp/src/org/appspot/apprtc/PeerConnectionClient.java", |
Natalie Chouinard | 65bbcab | 2019-12-23 14:02:25 -0800 | [diff] [blame] | 120 | "androidapp/src/org/appspot/apprtc/RecordedAudioToFileController.java", |
Sami Kalliomaki | 9c0c75b | 2016-06-29 14:55:00 +0200 | [diff] [blame] | 121 | "androidapp/src/org/appspot/apprtc/RoomParametersFetcher.java", |
Qingsi Wang | a4e72b7 | 2018-02-12 10:34:18 -0800 | [diff] [blame] | 122 | "androidapp/src/org/appspot/apprtc/RtcEventLog.java", |
Sami Kalliomaki | 9c0c75b | 2016-06-29 14:55:00 +0200 | [diff] [blame] | 123 | "androidapp/src/org/appspot/apprtc/SettingsActivity.java", |
| 124 | "androidapp/src/org/appspot/apprtc/SettingsFragment.java", |
| 125 | "androidapp/src/org/appspot/apprtc/TCPChannelClient.java", |
| 126 | "androidapp/src/org/appspot/apprtc/UnhandledExceptionHandler.java", |
| 127 | "androidapp/src/org/appspot/apprtc/WebSocketChannelClient.java", |
| 128 | "androidapp/src/org/appspot/apprtc/WebSocketRTCClient.java", |
| 129 | "androidapp/src/org/appspot/apprtc/util/AppRTCUtils.java", |
| 130 | "androidapp/src/org/appspot/apprtc/util/AsyncHttpURLConnection.java", |
Sami Kalliomaki | 9c0c75b | 2016-06-29 14:55:00 +0200 | [diff] [blame] | 131 | ] |
| 132 | |
Mohamed Heikal | 3f94fc5 | 2020-09-01 15:51:12 -0400 | [diff] [blame] | 133 | resources_package = "org.appspot.apprtc" |
Sami Kalliomaki | 9c0c75b | 2016-06-29 14:55:00 +0200 | [diff] [blame] | 134 | deps = [ |
Magnus Jedvert | c1815cf | 2016-09-27 10:10:41 +0200 | [diff] [blame] | 135 | ":AppRTCMobile_resources", |
jianjun.zhu | c024740 | 2017-07-11 06:20:45 -0700 | [diff] [blame] | 136 | "../rtc_base:base_java", |
Sami Kalliomäki | 7d8f594 | 2018-04-23 15:07:34 +0200 | [diff] [blame] | 137 | "../sdk/android:audio_api_java", |
Sami Kalliomäki | 725c106 | 2018-03-28 10:49:18 +0200 | [diff] [blame] | 138 | "../sdk/android:base_java", |
Sami Kalliomäki | 1641ca3 | 2018-04-04 15:59:31 +0200 | [diff] [blame] | 139 | "../sdk/android:camera_java", |
Anders Carlsson | 1e06d88 | 2018-07-10 09:33:30 +0200 | [diff] [blame] | 140 | "../sdk/android:default_video_codec_factory_java", |
Sami Kalliomäki | 1641ca3 | 2018-04-04 15:59:31 +0200 | [diff] [blame] | 141 | "../sdk/android:filevideo_java", |
Sami Kalliomäki | 725c106 | 2018-03-28 10:49:18 +0200 | [diff] [blame] | 142 | "../sdk/android:hwcodecs_java", |
Sami Kalliomäki | 7d8f594 | 2018-04-23 15:07:34 +0200 | [diff] [blame] | 143 | "../sdk/android:java_audio_device_module_java", |
jianjun.zhu | c024740 | 2017-07-11 06:20:45 -0700 | [diff] [blame] | 144 | "../sdk/android:libjingle_peerconnection_java", |
| 145 | "../sdk/android:libjingle_peerconnection_metrics_default_java", |
Sami Kalliomäki | 1641ca3 | 2018-04-04 15:59:31 +0200 | [diff] [blame] | 146 | "../sdk/android:peerconnection_java", |
| 147 | "../sdk/android:screencapturer_java", |
| 148 | "../sdk/android:surfaceviewrenderer_java", |
Sami Kalliomäki | 725c106 | 2018-03-28 10:49:18 +0200 | [diff] [blame] | 149 | "../sdk/android:swcodecs_java", |
Sami Kalliomäki | 1641ca3 | 2018-04-04 15:59:31 +0200 | [diff] [blame] | 150 | "../sdk/android:video_api_java", |
Sami Kalliomäki | 903bd41 | 2018-07-24 10:53:28 +0200 | [diff] [blame] | 151 | "../sdk/android:video_java", |
jianjun.zhu | c024740 | 2017-07-11 06:20:45 -0700 | [diff] [blame] | 152 | "androidapp/third_party/autobanh:autobanh_java", |
Peter Wen | 7bc331f | 2019-03-06 09:18:57 -0500 | [diff] [blame] | 153 | "//third_party/android_deps:com_android_support_support_annotations_java", |
Sami Kalliomaki | 9c0c75b | 2016-06-29 14:55:00 +0200 | [diff] [blame] | 154 | ] |
| 155 | } |
| 156 | |
Magnus Jedvert | c1815cf | 2016-09-27 10:10:41 +0200 | [diff] [blame] | 157 | android_resources("AppRTCMobile_resources") { |
kjellander | 1993b1d | 2017-03-06 00:29:21 -0800 | [diff] [blame] | 158 | testonly = true |
Andrew Grieve | d4262df | 2020-03-25 12:59:50 -0400 | [diff] [blame] | 159 | sources = [ |
| 160 | "androidapp/res/drawable-hdpi/disconnect.png", |
| 161 | "androidapp/res/drawable-hdpi/ic_action_full_screen.png", |
| 162 | "androidapp/res/drawable-hdpi/ic_action_return_from_full_screen.png", |
| 163 | "androidapp/res/drawable-hdpi/ic_launcher.png", |
| 164 | "androidapp/res/drawable-hdpi/ic_loopback_call.png", |
| 165 | "androidapp/res/drawable-ldpi/disconnect.png", |
| 166 | "androidapp/res/drawable-ldpi/ic_action_full_screen.png", |
| 167 | "androidapp/res/drawable-ldpi/ic_action_return_from_full_screen.png", |
| 168 | "androidapp/res/drawable-ldpi/ic_launcher.png", |
| 169 | "androidapp/res/drawable-ldpi/ic_loopback_call.png", |
| 170 | "androidapp/res/drawable-mdpi/disconnect.png", |
| 171 | "androidapp/res/drawable-mdpi/ic_action_full_screen.png", |
| 172 | "androidapp/res/drawable-mdpi/ic_action_return_from_full_screen.png", |
| 173 | "androidapp/res/drawable-mdpi/ic_launcher.png", |
| 174 | "androidapp/res/drawable-mdpi/ic_loopback_call.png", |
| 175 | "androidapp/res/drawable-xhdpi/disconnect.png", |
| 176 | "androidapp/res/drawable-xhdpi/ic_action_full_screen.png", |
| 177 | "androidapp/res/drawable-xhdpi/ic_action_return_from_full_screen.png", |
| 178 | "androidapp/res/drawable-xhdpi/ic_launcher.png", |
| 179 | "androidapp/res/drawable-xhdpi/ic_loopback_call.png", |
| 180 | "androidapp/res/layout/activity_call.xml", |
| 181 | "androidapp/res/layout/activity_connect.xml", |
| 182 | "androidapp/res/layout/fragment_call.xml", |
| 183 | "androidapp/res/layout/fragment_hud.xml", |
| 184 | "androidapp/res/menu/connect_menu.xml", |
Andrew Grieve | d4262df | 2020-03-25 12:59:50 -0400 | [diff] [blame] | 185 | "androidapp/res/values-v17/styles.xml", |
| 186 | "androidapp/res/values-v21/styles.xml", |
Artem Titov | a4dfe24 | 2020-06-03 16:42:57 +0200 | [diff] [blame] | 187 | "androidapp/res/values/arrays.xml", |
| 188 | "androidapp/res/values/strings.xml", |
Andrew Grieve | d4262df | 2020-03-25 12:59:50 -0400 | [diff] [blame] | 189 | "androidapp/res/xml/preferences.xml", |
| 190 | ] |
Andrew Grieve | d4262df | 2020-03-25 12:59:50 -0400 | [diff] [blame] | 191 | |
| 192 | # Needed for Bazel converter. |
Mohamed Heikal | 3f94fc5 | 2020-09-01 15:51:12 -0400 | [diff] [blame] | 193 | custom_package = "org.appspot.apprtc" |
Andrew Grieve | d4262df | 2020-03-25 12:59:50 -0400 | [diff] [blame] | 194 | resource_dirs = [ "androidapp/res" ] |
| 195 | assert(resource_dirs != []) # Mark as used. |
Sami Kalliomaki | 9c0c75b | 2016-06-29 14:55:00 +0200 | [diff] [blame] | 196 | } |
| 197 | |
Sami Kalliomäki | d54f5f5 | 2018-08-03 13:23:05 +0200 | [diff] [blame] | 198 | rtc_instrumentation_test_apk("AppRTCMobile_test_apk") { |
Magnus Jedvert | c1815cf | 2016-09-27 10:10:41 +0200 | [diff] [blame] | 199 | apk_name = "AppRTCMobileTest" |
Sami Kalliomaki | 9c0c75b | 2016-06-29 14:55:00 +0200 | [diff] [blame] | 200 | android_manifest = "androidtests/AndroidManifest.xml" |
Jeremy Leconte | b19cfee | 2020-06-25 22:57:49 +0200 | [diff] [blame] | 201 | min_sdk_version = 21 |
Oleh Prypin | 4cbb4ef | 2019-06-18 17:09:51 +0200 | [diff] [blame] | 202 | target_sdk_version = 21 |
Sami Kalliomaki | 9c0c75b | 2016-06-29 14:55:00 +0200 | [diff] [blame] | 203 | |
Natalie Chouinard | 65bbcab | 2019-12-23 14:02:25 -0800 | [diff] [blame] | 204 | sources = [ |
Patrik Höglund | a8005cf | 2017-12-13 16:05:42 +0100 | [diff] [blame] | 205 | "androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java", |
| 206 | ] |
Sami Kalliomaki | 9c0c75b | 2016-06-29 14:55:00 +0200 | [diff] [blame] | 207 | |
Magnus Jedvert | c1815cf | 2016-09-27 10:10:41 +0200 | [diff] [blame] | 208 | apk_under_test = ":AppRTCMobile" |
Sami Kalliomaki | 9c0c75b | 2016-06-29 14:55:00 +0200 | [diff] [blame] | 209 | |
| 210 | deps = [ |
Magnus Jedvert | c1815cf | 2016-09-27 10:10:41 +0200 | [diff] [blame] | 211 | ":AppRTCMobile_javalib", |
Mirko Bonadei | 5e98742 | 2020-07-10 10:36:04 +0200 | [diff] [blame] | 212 | "../sdk/android:base_java", |
Artem Titov | a4dfe24 | 2020-06-03 16:42:57 +0200 | [diff] [blame] | 213 | "../sdk/android:camera_java", |
jianjun.zhu | c024740 | 2017-07-11 06:20:45 -0700 | [diff] [blame] | 214 | "../sdk/android:libjingle_peerconnection_java", |
Artem Titov | a4dfe24 | 2020-06-03 16:42:57 +0200 | [diff] [blame] | 215 | "../sdk/android:peerconnection_java", |
| 216 | "../sdk/android:video_api_java", |
Sami Kalliomäki | 903bd41 | 2018-07-24 10:53:28 +0200 | [diff] [blame] | 217 | "../sdk/android:video_java", |
sakal | cb79d51 | 2017-01-11 06:21:26 -0800 | [diff] [blame] | 218 | "//third_party/android_support_test_runner:runner_java", |
| 219 | "//third_party/junit", |
Sami Kalliomaki | 9c0c75b | 2016-06-29 14:55:00 +0200 | [diff] [blame] | 220 | ] |
| 221 | } |
Sami Kalliomaki | 9c0c75b | 2016-06-29 14:55:00 +0200 | [diff] [blame] | 222 | } |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 223 | |
| 224 | if (is_ios || (is_mac && target_cpu != "x86")) { |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 225 | config("apprtc_common_config") { |
Magnus Jedvert | c1815cf | 2016-09-27 10:10:41 +0200 | [diff] [blame] | 226 | include_dirs = [ "objc/AppRTCMobile/common" ] |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 227 | } |
| 228 | |
Mirko Bonadei | 86d053c | 2019-10-17 21:32:04 +0200 | [diff] [blame] | 229 | rtc_library("apprtc_common") { |
kjellander | 1993b1d | 2017-03-06 00:29:21 -0800 | [diff] [blame] | 230 | testonly = true |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 231 | sources = [ |
Magnus Jedvert | c1815cf | 2016-09-27 10:10:41 +0200 | [diff] [blame] | 232 | "objc/AppRTCMobile/common/ARDUtilities.h", |
| 233 | "objc/AppRTCMobile/common/ARDUtilities.m", |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 234 | ] |
ehmaldonado | e9cc686 | 2016-09-05 06:10:18 -0700 | [diff] [blame] | 235 | public_configs = [ ":apprtc_common_config" ] |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 236 | |
Kári Tristan Helgason | 946923a | 2017-06-02 14:05:56 +0200 | [diff] [blame] | 237 | if (is_ios) { |
Mirko Bonadei | cbaaaed | 2018-02-19 15:14:04 +0100 | [diff] [blame] | 238 | # iOS must use WebRTC.framework which is dynamically linked. |
Mirko Bonadei | ccbe95f | 2020-01-21 12:10:10 +0100 | [diff] [blame] | 239 | deps = [ "../sdk:framework_objc+link" ] |
Kári Tristan Helgason | 946923a | 2017-06-02 14:05:56 +0200 | [diff] [blame] | 240 | } else { |
Mirko Bonadei | ccbe95f | 2020-01-21 12:10:10 +0100 | [diff] [blame] | 241 | deps = [ "../sdk:mac_framework_objc+link" ] |
Kári Tristan Helgason | 946923a | 2017-06-02 14:05:56 +0200 | [diff] [blame] | 242 | } |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 243 | } |
| 244 | |
| 245 | config("apprtc_signaling_config") { |
Magnus Jedvert | c1815cf | 2016-09-27 10:10:41 +0200 | [diff] [blame] | 246 | include_dirs = [ "objc/AppRTCMobile" ] |
Mirko Bonadei | 89327ff | 2019-07-30 11:38:08 +0200 | [diff] [blame] | 247 | cflags_objc = [ |
| 248 | # TODO(bugs.webrtc.org/10837): Remove this when usage of |
| 249 | # archivedDataWithRootObject will be removed. |
| 250 | "-Wno-unguarded-availability", |
| 251 | ] |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 252 | } |
| 253 | |
Mirko Bonadei | 86d053c | 2019-10-17 21:32:04 +0200 | [diff] [blame] | 254 | rtc_library("apprtc_signaling") { |
kjellander | 1993b1d | 2017-03-06 00:29:21 -0800 | [diff] [blame] | 255 | testonly = true |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 256 | sources = [ |
Magnus Jedvert | c1815cf | 2016-09-27 10:10:41 +0200 | [diff] [blame] | 257 | "objc/AppRTCMobile/ARDAppClient+Internal.h", |
| 258 | "objc/AppRTCMobile/ARDAppClient.h", |
| 259 | "objc/AppRTCMobile/ARDAppClient.m", |
| 260 | "objc/AppRTCMobile/ARDAppEngineClient.h", |
| 261 | "objc/AppRTCMobile/ARDAppEngineClient.m", |
| 262 | "objc/AppRTCMobile/ARDBitrateTracker.h", |
| 263 | "objc/AppRTCMobile/ARDBitrateTracker.m", |
sakal | c522e75 | 2017-04-05 12:17:48 -0700 | [diff] [blame] | 264 | "objc/AppRTCMobile/ARDCaptureController.h", |
| 265 | "objc/AppRTCMobile/ARDCaptureController.m", |
Anders Carlsson | 358f2e0 | 2018-06-04 10:24:37 +0200 | [diff] [blame] | 266 | "objc/AppRTCMobile/ARDExternalSampleCapturer.h", |
| 267 | "objc/AppRTCMobile/ARDExternalSampleCapturer.m", |
Magnus Jedvert | c1815cf | 2016-09-27 10:10:41 +0200 | [diff] [blame] | 268 | "objc/AppRTCMobile/ARDJoinResponse+Internal.h", |
| 269 | "objc/AppRTCMobile/ARDJoinResponse.h", |
| 270 | "objc/AppRTCMobile/ARDJoinResponse.m", |
| 271 | "objc/AppRTCMobile/ARDMessageResponse+Internal.h", |
| 272 | "objc/AppRTCMobile/ARDMessageResponse.h", |
| 273 | "objc/AppRTCMobile/ARDMessageResponse.m", |
| 274 | "objc/AppRTCMobile/ARDRoomServerClient.h", |
sakal | c4adacf | 2017-03-28 01:22:48 -0700 | [diff] [blame] | 275 | "objc/AppRTCMobile/ARDSettingsModel+Private.h", |
| 276 | "objc/AppRTCMobile/ARDSettingsModel.h", |
| 277 | "objc/AppRTCMobile/ARDSettingsModel.m", |
| 278 | "objc/AppRTCMobile/ARDSettingsStore.h", |
| 279 | "objc/AppRTCMobile/ARDSettingsStore.m", |
Magnus Jedvert | c1815cf | 2016-09-27 10:10:41 +0200 | [diff] [blame] | 280 | "objc/AppRTCMobile/ARDSignalingChannel.h", |
| 281 | "objc/AppRTCMobile/ARDSignalingMessage.h", |
| 282 | "objc/AppRTCMobile/ARDSignalingMessage.m", |
| 283 | "objc/AppRTCMobile/ARDStatsBuilder.h", |
| 284 | "objc/AppRTCMobile/ARDStatsBuilder.m", |
kthelgason | cc882af | 2017-01-13 05:59:46 -0800 | [diff] [blame] | 285 | "objc/AppRTCMobile/ARDTURNClient+Internal.h", |
Magnus Jedvert | c1815cf | 2016-09-27 10:10:41 +0200 | [diff] [blame] | 286 | "objc/AppRTCMobile/ARDTURNClient.h", |
kthelgason | cc882af | 2017-01-13 05:59:46 -0800 | [diff] [blame] | 287 | "objc/AppRTCMobile/ARDTURNClient.m", |
Magnus Jedvert | c1815cf | 2016-09-27 10:10:41 +0200 | [diff] [blame] | 288 | "objc/AppRTCMobile/ARDWebSocketChannel.h", |
| 289 | "objc/AppRTCMobile/ARDWebSocketChannel.m", |
| 290 | "objc/AppRTCMobile/RTCIceCandidate+JSON.h", |
| 291 | "objc/AppRTCMobile/RTCIceCandidate+JSON.m", |
| 292 | "objc/AppRTCMobile/RTCIceServer+JSON.h", |
| 293 | "objc/AppRTCMobile/RTCIceServer+JSON.m", |
Magnus Jedvert | c1815cf | 2016-09-27 10:10:41 +0200 | [diff] [blame] | 294 | "objc/AppRTCMobile/RTCSessionDescription+JSON.h", |
| 295 | "objc/AppRTCMobile/RTCSessionDescription+JSON.m", |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 296 | ] |
ehmaldonado | e9cc686 | 2016-09-05 06:10:18 -0700 | [diff] [blame] | 297 | public_configs = [ ":apprtc_signaling_config" ] |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 298 | deps = [ |
| 299 | ":apprtc_common", |
| 300 | ":socketrocket", |
| 301 | ] |
Kári Tristan Helgason | 8a1e35c | 2019-03-07 10:44:26 +0100 | [diff] [blame] | 302 | |
Kári Tristan Helgason | 946923a | 2017-06-02 14:05:56 +0200 | [diff] [blame] | 303 | if (is_ios) { |
Mirko Bonadei | cbaaaed | 2018-02-19 15:14:04 +0100 | [diff] [blame] | 304 | # iOS must use WebRTC.framework which is dynamically linked. |
Mirko Bonadei | 1a339c3 | 2017-12-14 13:06:10 +0100 | [diff] [blame] | 305 | deps += [ |
Anders Carlsson | 7bca8ca | 2018-08-30 09:30:29 +0200 | [diff] [blame] | 306 | "../sdk:framework_objc+link", |
| 307 | "../sdk:ios_framework_bundle", |
Kári Tristan Helgason | 946923a | 2017-06-02 14:05:56 +0200 | [diff] [blame] | 308 | ] |
Mirko Bonadei | 1a339c3 | 2017-12-14 13:06:10 +0100 | [diff] [blame] | 309 | } else { |
Anders Carlsson | 7bca8ca | 2018-08-30 09:30:29 +0200 | [diff] [blame] | 310 | deps += [ "../sdk:mac_framework_objc+link" ] |
Kári Tristan Helgason | 946923a | 2017-06-02 14:05:56 +0200 | [diff] [blame] | 311 | } |
Sylvain Defresne | c7f0dff | 2020-07-03 10:19:30 +0200 | [diff] [blame] | 312 | frameworks = [ |
Kári Tristan Helgason | 8a1e35c | 2019-03-07 10:44:26 +0100 | [diff] [blame] | 313 | "CoreMedia.framework", |
| 314 | "QuartzCore.framework", |
| 315 | ] |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 316 | } |
| 317 | |
| 318 | if (is_ios) { |
Mirko Bonadei | 86d053c | 2019-10-17 21:32:04 +0200 | [diff] [blame] | 319 | rtc_library("AppRTCMobile_lib") { |
Mirko Bonadei | cbaaaed | 2018-02-19 15:14:04 +0100 | [diff] [blame] | 320 | # iOS must use WebRTC.framework which is dynamically linked. |
kjellander | 1993b1d | 2017-03-06 00:29:21 -0800 | [diff] [blame] | 321 | testonly = true |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 322 | sources = [ |
Patrik Höglund | 49acb1e | 2018-01-02 14:41:54 +0100 | [diff] [blame] | 323 | "objc/AppRTCMobile/ios/ARDAppDelegate.h", |
Magnus Jedvert | c1815cf | 2016-09-27 10:10:41 +0200 | [diff] [blame] | 324 | "objc/AppRTCMobile/ios/ARDAppDelegate.m", |
Daniela | 012b56b | 2017-11-15 13:15:24 +0100 | [diff] [blame] | 325 | "objc/AppRTCMobile/ios/ARDFileCaptureController.h", |
| 326 | "objc/AppRTCMobile/ios/ARDFileCaptureController.m", |
Magnus Jedvert | c1815cf | 2016-09-27 10:10:41 +0200 | [diff] [blame] | 327 | "objc/AppRTCMobile/ios/ARDMainView.h", |
| 328 | "objc/AppRTCMobile/ios/ARDMainView.m", |
| 329 | "objc/AppRTCMobile/ios/ARDMainViewController.h", |
| 330 | "objc/AppRTCMobile/ios/ARDMainViewController.m", |
denicija | d17d536 | 2016-11-02 02:56:09 -0700 | [diff] [blame] | 331 | "objc/AppRTCMobile/ios/ARDSettingsViewController.h", |
| 332 | "objc/AppRTCMobile/ios/ARDSettingsViewController.m", |
Magnus Jedvert | c1815cf | 2016-09-27 10:10:41 +0200 | [diff] [blame] | 333 | "objc/AppRTCMobile/ios/ARDStatsView.h", |
| 334 | "objc/AppRTCMobile/ios/ARDStatsView.m", |
| 335 | "objc/AppRTCMobile/ios/ARDVideoCallView.h", |
| 336 | "objc/AppRTCMobile/ios/ARDVideoCallView.m", |
| 337 | "objc/AppRTCMobile/ios/ARDVideoCallViewController.h", |
| 338 | "objc/AppRTCMobile/ios/ARDVideoCallViewController.m", |
Anders Carlsson | 6bf43d2 | 2017-10-16 13:51:43 +0200 | [diff] [blame] | 339 | "objc/AppRTCMobile/ios/RTCVideoCodecInfo+HumanReadable.h", |
| 340 | "objc/AppRTCMobile/ios/RTCVideoCodecInfo+HumanReadable.m", |
Magnus Jedvert | c1815cf | 2016-09-27 10:10:41 +0200 | [diff] [blame] | 341 | "objc/AppRTCMobile/ios/UIImage+ARDUtilities.h", |
| 342 | "objc/AppRTCMobile/ios/UIImage+ARDUtilities.m", |
denicija | 77bfd7c | 2016-11-15 00:41:26 -0800 | [diff] [blame] | 343 | ] |
denicija | 77bfd7c | 2016-11-15 00:41:26 -0800 | [diff] [blame] | 344 | |
Anders Carlsson | 96fccfe | 2019-02-21 16:11:40 +0100 | [diff] [blame] | 345 | configs += [ "..:common_objc" ] |
| 346 | |
denicija | 77bfd7c | 2016-11-15 00:41:26 -0800 | [diff] [blame] | 347 | deps = [ |
| 348 | ":apprtc_common", |
| 349 | ":apprtc_signaling", |
Anders Carlsson | 7bca8ca | 2018-08-30 09:30:29 +0200 | [diff] [blame] | 350 | "../sdk:framework_objc+link", |
| 351 | "../sdk:ios_framework_bundle", |
denicija | 77bfd7c | 2016-11-15 00:41:26 -0800 | [diff] [blame] | 352 | ] |
Kári Tristan Helgason | 8a1e35c | 2019-03-07 10:44:26 +0100 | [diff] [blame] | 353 | |
Sylvain Defresne | c7f0dff | 2020-07-03 10:19:30 +0200 | [diff] [blame] | 354 | frameworks = [ "AVFoundation.framework" ] |
denicija | 77bfd7c | 2016-11-15 00:41:26 -0800 | [diff] [blame] | 355 | } |
| 356 | |
| 357 | ios_app_bundle("AppRTCMobile") { |
kjellander | 1993b1d | 2017-03-06 00:29:21 -0800 | [diff] [blame] | 358 | testonly = true |
Mirko Bonadei | ccbe95f | 2020-01-21 12:10:10 +0100 | [diff] [blame] | 359 | sources = [ "objc/AppRTCMobile/ios/main.m" ] |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 360 | |
Magnus Jedvert | c1815cf | 2016-09-27 10:10:41 +0200 | [diff] [blame] | 361 | info_plist = "objc/AppRTCMobile/ios/Info.plist" |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 362 | |
denicija | 77bfd7c | 2016-11-15 00:41:26 -0800 | [diff] [blame] | 363 | configs += [ "..:common_config" ] |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 364 | public_configs = [ "..:common_inherited_config" ] |
| 365 | |
| 366 | deps = [ |
Magnus Jedvert | c1815cf | 2016-09-27 10:10:41 +0200 | [diff] [blame] | 367 | ":AppRTCMobile_ios_bundle_data", |
denicija | 77bfd7c | 2016-11-15 00:41:26 -0800 | [diff] [blame] | 368 | ":AppRTCMobile_lib", |
Mirko Bonadei | 1a339c3 | 2017-12-14 13:06:10 +0100 | [diff] [blame] | 369 | "../sdk:framework_objc", |
Anders Carlsson | 7bca8ca | 2018-08-30 09:30:29 +0200 | [diff] [blame] | 370 | "../sdk:ios_framework_bundle", |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 371 | ] |
| 372 | |
Anders Carlsson | 358f2e0 | 2018-06-04 10:24:37 +0200 | [diff] [blame] | 373 | if (rtc_apprtcmobile_broadcast_extension) { |
| 374 | deps += [ |
| 375 | ":AppRTCMobileBroadcastSetupUI_extension_bundle", |
| 376 | ":AppRTCMobileBroadcastUpload_extension_bundle", |
| 377 | ] |
| 378 | } |
| 379 | |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 380 | if (target_cpu == "x86") { |
Artem Titov | 94b57c0 | 2019-03-21 13:35:10 +0100 | [diff] [blame] | 381 | deps += [ "//testing/iossim" ] |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 382 | } |
| 383 | } |
| 384 | |
Anders Carlsson | 358f2e0 | 2018-06-04 10:24:37 +0200 | [diff] [blame] | 385 | if (rtc_apprtcmobile_broadcast_extension) { |
| 386 | bundle_data("AppRTCMobileBroadcastUpload_extension_bundle") { |
| 387 | testonly = true |
Artem Titov | a4dfe24 | 2020-06-03 16:42:57 +0200 | [diff] [blame] | 388 | public_deps = [ # no-presubmit-check TODO(webrtc:8603) |
| 389 | ":AppRTCMobileBroadcastUpload", # prevent code format |
| 390 | ] |
Mirko Bonadei | ccbe95f | 2020-01-21 12:10:10 +0100 | [diff] [blame] | 391 | sources = [ "$root_out_dir/AppRTCMobileBroadcastUpload.appex" ] |
| 392 | outputs = [ "{{bundle_contents_dir}}/Plugins/{{source_file_part}}" ] |
Anders Carlsson | 358f2e0 | 2018-06-04 10:24:37 +0200 | [diff] [blame] | 393 | } |
| 394 | |
| 395 | bundle_data("AppRTCMobileBroadcastSetupUI_extension_bundle") { |
| 396 | testonly = true |
Artem Titov | a4dfe24 | 2020-06-03 16:42:57 +0200 | [diff] [blame] | 397 | public_deps = [ # no-presubmit-check TODO(webrtc:8603) |
| 398 | ":AppRTCMobileBroadcastSetupUI", # prevent code format |
| 399 | ] |
Mirko Bonadei | ccbe95f | 2020-01-21 12:10:10 +0100 | [diff] [blame] | 400 | sources = [ "$root_out_dir/AppRTCMobileBroadcastSetupUI.appex" ] |
| 401 | outputs = [ "{{bundle_contents_dir}}/Plugins/{{source_file_part}}" ] |
Anders Carlsson | 358f2e0 | 2018-06-04 10:24:37 +0200 | [diff] [blame] | 402 | } |
| 403 | |
Mirko Bonadei | 86d053c | 2019-10-17 21:32:04 +0200 | [diff] [blame] | 404 | rtc_library("AppRTCMobileBroadcastUpload_lib") { |
Anders Carlsson | 358f2e0 | 2018-06-04 10:24:37 +0200 | [diff] [blame] | 405 | testonly = true |
| 406 | sources = [ |
| 407 | "objc/AppRTCMobile/ios/broadcast_extension/ARDBroadcastSampleHandler.h", |
| 408 | "objc/AppRTCMobile/ios/broadcast_extension/ARDBroadcastSampleHandler.m", |
| 409 | ] |
| 410 | |
| 411 | deps = [ |
Anders Carlsson | 358f2e0 | 2018-06-04 10:24:37 +0200 | [diff] [blame] | 412 | ":apprtc_signaling", |
Anders Carlsson | 7bca8ca | 2018-08-30 09:30:29 +0200 | [diff] [blame] | 413 | "../sdk:framework_objc+link", |
| 414 | "../sdk:ios_framework_bundle", |
Anders Carlsson | 358f2e0 | 2018-06-04 10:24:37 +0200 | [diff] [blame] | 415 | ] |
| 416 | |
Sylvain Defresne | c7f0dff | 2020-07-03 10:19:30 +0200 | [diff] [blame] | 417 | frameworks = [ "ReplayKit.framework" ] |
Anders Carlsson | 358f2e0 | 2018-06-04 10:24:37 +0200 | [diff] [blame] | 418 | } |
| 419 | |
| 420 | ios_appex_bundle("AppRTCMobileBroadcastUpload") { |
| 421 | testonly = true |
| 422 | configs += [ "..:common_config" ] |
| 423 | public_configs = [ "..:common_inherited_config" ] |
| 424 | |
| 425 | info_plist = "objc/AppRTCMobile/ios/broadcast_extension/BroadcastUploadInfo.plist" |
| 426 | |
| 427 | deps = [ |
| 428 | ":AppRTCMobileBroadcastUpload_lib", |
| 429 | "../sdk:framework_objc", |
| 430 | ] |
| 431 | } |
| 432 | |
| 433 | ios_appex_bundle("AppRTCMobileBroadcastSetupUI") { |
| 434 | sources = [ |
| 435 | "objc/AppRTCMobile/ios/broadcast_extension/ARDBroadcastSetupViewController.h", |
| 436 | "objc/AppRTCMobile/ios/broadcast_extension/ARDBroadcastSetupViewController.m", |
| 437 | ] |
| 438 | |
| 439 | info_plist = "objc/AppRTCMobile/ios/broadcast_extension/BroadcastSetupUIInfo.plist" |
| 440 | |
Sylvain Defresne | c7f0dff | 2020-07-03 10:19:30 +0200 | [diff] [blame] | 441 | frameworks = [ "ReplayKit.framework" ] |
Anders Carlsson | 358f2e0 | 2018-06-04 10:24:37 +0200 | [diff] [blame] | 442 | |
Mirko Bonadei | ccbe95f | 2020-01-21 12:10:10 +0100 | [diff] [blame] | 443 | deps = [ ":AppRTCMobile_ios_bundle_data" ] |
Anders Carlsson | 358f2e0 | 2018-06-04 10:24:37 +0200 | [diff] [blame] | 444 | } |
| 445 | } |
| 446 | |
Magnus Jedvert | c1815cf | 2016-09-27 10:10:41 +0200 | [diff] [blame] | 447 | bundle_data("AppRTCMobile_ios_bundle_data") { |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 448 | sources = [ |
Magnus Jedvert | c1815cf | 2016-09-27 10:10:41 +0200 | [diff] [blame] | 449 | "objc/AppRTCMobile/ios/resources/Roboto-Regular.ttf", |
Daniela | 012b56b | 2017-11-15 13:15:24 +0100 | [diff] [blame] | 450 | |
| 451 | # Sample video taken from https://media.xiph.org/video/derf/ |
| 452 | "objc/AppRTCMobile/ios/resources/foreman.mp4", |
Magnus Jedvert | c1815cf | 2016-09-27 10:10:41 +0200 | [diff] [blame] | 453 | "objc/AppRTCMobile/ios/resources/iPhone5@2x.png", |
| 454 | "objc/AppRTCMobile/ios/resources/iPhone6@2x.png", |
| 455 | "objc/AppRTCMobile/ios/resources/iPhone6p@3x.png", |
| 456 | "objc/AppRTCMobile/ios/resources/ic_call_end_black_24dp.png", |
| 457 | "objc/AppRTCMobile/ios/resources/ic_call_end_black_24dp@2x.png", |
| 458 | "objc/AppRTCMobile/ios/resources/ic_clear_black_24dp.png", |
| 459 | "objc/AppRTCMobile/ios/resources/ic_clear_black_24dp@2x.png", |
denicija | 6d6762c | 2016-10-28 04:53:16 -0700 | [diff] [blame] | 460 | "objc/AppRTCMobile/ios/resources/ic_settings_black_24dp.png", |
| 461 | "objc/AppRTCMobile/ios/resources/ic_settings_black_24dp@2x.png", |
Magnus Jedvert | c1815cf | 2016-09-27 10:10:41 +0200 | [diff] [blame] | 462 | "objc/AppRTCMobile/ios/resources/ic_surround_sound_black_24dp.png", |
| 463 | "objc/AppRTCMobile/ios/resources/ic_surround_sound_black_24dp@2x.png", |
| 464 | "objc/AppRTCMobile/ios/resources/ic_switch_video_black_24dp.png", |
| 465 | "objc/AppRTCMobile/ios/resources/ic_switch_video_black_24dp@2x.png", |
| 466 | "objc/AppRTCMobile/ios/resources/mozart.mp3", |
andersc | b5ed905 | 2017-08-15 04:07:12 -0700 | [diff] [blame] | 467 | "objc/Icon-120.png", |
| 468 | "objc/Icon-180.png", |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 469 | "objc/Icon.png", |
| 470 | ] |
Mirko Bonadei | ccbe95f | 2020-01-21 12:10:10 +0100 | [diff] [blame] | 471 | outputs = [ "{{bundle_resources_dir}}/{{source_file_part}}" ] |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 472 | } |
Anders Carlsson | 7311918 | 2018-03-15 09:41:03 +0100 | [diff] [blame] | 473 | |
Mirko Bonadei | 86d053c | 2019-10-17 21:32:04 +0200 | [diff] [blame] | 474 | rtc_library("ObjCNativeAPIDemo_lib") { |
Anders Carlsson | 7311918 | 2018-03-15 09:41:03 +0100 | [diff] [blame] | 475 | testonly = true |
| 476 | sources = [ |
| 477 | "objcnativeapi/objc/NADAppDelegate.h", |
| 478 | "objcnativeapi/objc/NADAppDelegate.m", |
| 479 | "objcnativeapi/objc/NADViewController.h", |
| 480 | "objcnativeapi/objc/NADViewController.mm", |
Steve Anton | 10542f2 | 2019-01-11 09:11:00 -0800 | [diff] [blame] | 481 | "objcnativeapi/objc/objc_call_client.h", |
| 482 | "objcnativeapi/objc/objc_call_client.mm", |
Anders Carlsson | 7311918 | 2018-03-15 09:41:03 +0100 | [diff] [blame] | 483 | ] |
| 484 | |
Anders Carlsson | 7311918 | 2018-03-15 09:41:03 +0100 | [diff] [blame] | 485 | deps = [ |
| 486 | "../api:libjingle_peerconnection_api", |
Mirko Bonadei | d970807 | 2019-01-25 20:26:48 +0100 | [diff] [blame] | 487 | "../api:scoped_refptr", |
Anders Carlsson | 7311918 | 2018-03-15 09:41:03 +0100 | [diff] [blame] | 488 | "../api/audio_codecs:builtin_audio_decoder_factory", |
| 489 | "../api/audio_codecs:builtin_audio_encoder_factory", |
Danil Chapovalov | 4ba04b7 | 2019-06-26 15:49:47 +0200 | [diff] [blame] | 490 | "../api/rtc_event_log:rtc_event_log_factory", |
Danil Chapovalov | aaa1143 | 2019-05-17 13:20:14 +0200 | [diff] [blame] | 491 | "../api/task_queue:default_task_queue_factory", |
Anders Carlsson | 7311918 | 2018-03-15 09:41:03 +0100 | [diff] [blame] | 492 | "../media:rtc_audio_video", |
Artem Titov | 94b57c0 | 2019-03-21 13:35:10 +0100 | [diff] [blame] | 493 | "../modules/audio_processing", |
Alessio Bazzica | b768e88 | 2018-11-07 14:29:54 +0000 | [diff] [blame] | 494 | "../modules/audio_processing:api", |
Anders Carlsson | 7311918 | 2018-03-15 09:41:03 +0100 | [diff] [blame] | 495 | "../pc:libjingle_peerconnection", |
Artem Titov | 94b57c0 | 2019-03-21 13:35:10 +0100 | [diff] [blame] | 496 | "../rtc_base", |
Markus Handell | 06d034f | 2020-07-07 09:17:56 +0200 | [diff] [blame] | 497 | "../rtc_base/synchronization:mutex", |
Anders Carlsson | 7bca8ca | 2018-08-30 09:30:29 +0200 | [diff] [blame] | 498 | "../sdk:base_objc", |
Anders Carlsson | 7311918 | 2018-03-15 09:41:03 +0100 | [diff] [blame] | 499 | "../sdk:default_codec_factory_objc", |
Anders Carlsson | 7bca8ca | 2018-08-30 09:30:29 +0200 | [diff] [blame] | 500 | "../sdk:helpers_objc", |
Anders Carlsson | 7311918 | 2018-03-15 09:41:03 +0100 | [diff] [blame] | 501 | "../sdk:native_api", |
| 502 | "../sdk:ui_objc", |
Anders Carlsson | 7bca8ca | 2018-08-30 09:30:29 +0200 | [diff] [blame] | 503 | "../sdk:videocapture_objc", |
Anders Carlsson | 7311918 | 2018-03-15 09:41:03 +0100 | [diff] [blame] | 504 | "../sdk:videotoolbox_objc", |
Anders Carlsson | 7311918 | 2018-03-15 09:41:03 +0100 | [diff] [blame] | 505 | ] |
| 506 | |
| 507 | if (current_cpu == "arm64") { |
| 508 | deps += [ "../sdk:metal_objc" ] |
| 509 | } |
| 510 | } |
| 511 | |
| 512 | ios_app_bundle("ObjCNativeAPIDemo") { |
| 513 | testonly = true |
Mirko Bonadei | ccbe95f | 2020-01-21 12:10:10 +0100 | [diff] [blame] | 514 | sources = [ "objcnativeapi/objc/main.m" ] |
Anders Carlsson | 7311918 | 2018-03-15 09:41:03 +0100 | [diff] [blame] | 515 | |
| 516 | info_plist = "objcnativeapi/Info.plist" |
| 517 | |
| 518 | configs += [ "..:common_config" ] |
| 519 | public_configs = [ "..:common_inherited_config" ] |
| 520 | |
Mirko Bonadei | ccbe95f | 2020-01-21 12:10:10 +0100 | [diff] [blame] | 521 | deps = [ ":ObjCNativeAPIDemo_lib" ] |
Anders Carlsson | 7311918 | 2018-03-15 09:41:03 +0100 | [diff] [blame] | 522 | |
| 523 | if (target_cpu == "x86") { |
Artem Titov | 94b57c0 | 2019-03-21 13:35:10 +0100 | [diff] [blame] | 524 | deps += [ "//testing/iossim" ] |
Anders Carlsson | 7311918 | 2018-03-15 09:41:03 +0100 | [diff] [blame] | 525 | } |
| 526 | } |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 527 | } |
| 528 | |
| 529 | if (is_mac) { |
Mirko Bonadei | 86d053c | 2019-10-17 21:32:04 +0200 | [diff] [blame] | 530 | rtc_library("AppRTCMobile_lib") { |
kjellander | 1993b1d | 2017-03-06 00:29:21 -0800 | [diff] [blame] | 531 | testonly = true |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 532 | sources = [ |
Magnus Jedvert | c1815cf | 2016-09-27 10:10:41 +0200 | [diff] [blame] | 533 | "objc/AppRTCMobile/mac/APPRTCAppDelegate.h", |
| 534 | "objc/AppRTCMobile/mac/APPRTCAppDelegate.m", |
| 535 | "objc/AppRTCMobile/mac/APPRTCViewController.h", |
| 536 | "objc/AppRTCMobile/mac/APPRTCViewController.m", |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 537 | ] |
jianjun.zhu | c024740 | 2017-07-11 06:20:45 -0700 | [diff] [blame] | 538 | configs += [ "..:common_objc" ] |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 539 | deps = [ |
| 540 | ":apprtc_common", |
| 541 | ":apprtc_signaling", |
Anders Carlsson | 7bca8ca | 2018-08-30 09:30:29 +0200 | [diff] [blame] | 542 | "../sdk:mac_framework_objc+link", |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 543 | ] |
| 544 | } |
| 545 | |
Magnus Jedvert | c1815cf | 2016-09-27 10:10:41 +0200 | [diff] [blame] | 546 | mac_app_bundle("AppRTCMobile") { |
kjellander | 1993b1d | 2017-03-06 00:29:21 -0800 | [diff] [blame] | 547 | testonly = true |
Magnus Jedvert | c1815cf | 2016-09-27 10:10:41 +0200 | [diff] [blame] | 548 | output_name = "AppRTCMobile" |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 549 | |
Mirko Bonadei | ccbe95f | 2020-01-21 12:10:10 +0100 | [diff] [blame] | 550 | sources = [ "objc/AppRTCMobile/mac/main.m" ] |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 551 | |
| 552 | public_configs = [ "..:common_inherited_config" ] |
| 553 | |
Magnus Jedvert | c1815cf | 2016-09-27 10:10:41 +0200 | [diff] [blame] | 554 | info_plist = "objc/AppRTCMobile/mac/Info.plist" |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 555 | |
Sylvain Defresne | c7f0dff | 2020-07-03 10:19:30 +0200 | [diff] [blame] | 556 | frameworks = [ "AppKit.framework" ] |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 557 | |
Anders Carlsson | 24d8ec3 | 2018-12-10 14:04:12 +0100 | [diff] [blame] | 558 | ldflags = [ |
| 559 | "-rpath", |
| 560 | "@executable_path/../Frameworks", |
| 561 | ] |
| 562 | |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 563 | deps = [ |
denicija | 77bfd7c | 2016-11-15 00:41:26 -0800 | [diff] [blame] | 564 | ":AppRTCMobile_lib", |
Anders Carlsson | 7bca8ca | 2018-08-30 09:30:29 +0200 | [diff] [blame] | 565 | "../sdk:mac_framework_bundle", |
| 566 | "../sdk:mac_framework_objc+link", |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 567 | ] |
| 568 | } |
| 569 | } |
| 570 | |
| 571 | config("socketrocket_include_config") { |
Magnus Jedvert | c1815cf | 2016-09-27 10:10:41 +0200 | [diff] [blame] | 572 | include_dirs = [ "objc/AppRTCMobile/third_party/SocketRocket" ] |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 573 | } |
| 574 | |
| 575 | config("socketrocket_warning_config") { |
| 576 | # GN orders flags on a target before flags from configs. The default config |
| 577 | # adds these flags so to cancel them out they need to come from a config and |
| 578 | # cannot be on the target directly. |
| 579 | cflags = [ |
| 580 | "-Wno-deprecated-declarations", |
| 581 | "-Wno-nonnull", |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 582 | "-Wno-semicolon-before-method-body", |
kthelgason | e47de1a | 2017-02-24 01:56:01 -0800 | [diff] [blame] | 583 | "-Wno-unused-variable", |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 584 | ] |
| 585 | |
henrika | 27d8b61 | 2016-09-21 04:13:00 -0700 | [diff] [blame] | 586 | cflags_objc = [ |
| 587 | # Enabled for cflags_objc in build/config/compiler/BUILD.gn. |
| 588 | "-Wno-objc-missing-property-synthesis", |
henrika | 27d8b61 | 2016-09-21 04:13:00 -0700 | [diff] [blame] | 589 | ] |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 590 | } |
| 591 | |
Mirko Bonadei | 86d053c | 2019-10-17 21:32:04 +0200 | [diff] [blame] | 592 | rtc_library("socketrocket") { |
kjellander | 1993b1d | 2017-03-06 00:29:21 -0800 | [diff] [blame] | 593 | testonly = true |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 594 | sources = [ |
Magnus Jedvert | c1815cf | 2016-09-27 10:10:41 +0200 | [diff] [blame] | 595 | "objc/AppRTCMobile/third_party/SocketRocket/SRWebSocket.h", |
| 596 | "objc/AppRTCMobile/third_party/SocketRocket/SRWebSocket.m", |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 597 | ] |
kthelgason | c097710 | 2017-04-24 00:57:16 -0700 | [diff] [blame] | 598 | configs += [ ":socketrocket_warning_config" ] |
ehmaldonado | e9cc686 | 2016-09-05 06:10:18 -0700 | [diff] [blame] | 599 | public_configs = [ ":socketrocket_include_config" ] |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 600 | |
Sylvain Defresne | c7f0dff | 2020-07-03 10:19:30 +0200 | [diff] [blame] | 601 | libs = [ "icucore" ] |
| 602 | frameworks = [ |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 603 | "CFNetwork.framework", |
Oleh Prypin | b3f78de | 2019-07-18 22:25:48 +0200 | [diff] [blame] | 604 | "Security.framework", |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 605 | ] |
| 606 | } |
adam.fedor | bcc5d87 | 2016-11-07 14:53:28 -0800 | [diff] [blame] | 607 | |
| 608 | if (rtc_include_tests) { |
kthelgason | 4065a57 | 2017-02-14 04:58:56 -0800 | [diff] [blame] | 609 | # TODO(kthelgason): compile xctests on mac when chromium supports it. |
| 610 | if (is_ios) { |
Mirko Bonadei | 86d053c | 2019-10-17 21:32:04 +0200 | [diff] [blame] | 611 | rtc_library("apprtcmobile_test_sources") { |
Mirko Bonadei | cbaaaed | 2018-02-19 15:14:04 +0100 | [diff] [blame] | 612 | # iOS must use WebRTC.framework which is dynamically linked. |
kjellander | 1993b1d | 2017-03-06 00:29:21 -0800 | [diff] [blame] | 613 | testonly = true |
kthelgason | 4065a57 | 2017-02-14 04:58:56 -0800 | [diff] [blame] | 614 | include_dirs = [ |
| 615 | "objc/AppRTCMobile", |
| 616 | "objc/AppRTCMobile/ios", |
| 617 | ] |
kthelgason | 4065a57 | 2017-02-14 04:58:56 -0800 | [diff] [blame] | 618 | sources = [ |
| 619 | "objc/AppRTCMobile/tests/ARDAppClient_xctest.mm", |
Daniela | 012b56b | 2017-11-15 13:15:24 +0100 | [diff] [blame] | 620 | "objc/AppRTCMobile/tests/ARDFileCaptureController_xctest.mm", |
kthelgason | 4065a57 | 2017-02-14 04:58:56 -0800 | [diff] [blame] | 621 | "objc/AppRTCMobile/tests/ARDSettingsModel_xctest.mm", |
| 622 | ] |
kjellander | 1993b1d | 2017-03-06 00:29:21 -0800 | [diff] [blame] | 623 | deps = [ |
kthelgason | 4065a57 | 2017-02-14 04:58:56 -0800 | [diff] [blame] | 624 | ":AppRTCMobile_lib", |
Mirko Bonadei | cbaaaed | 2018-02-19 15:14:04 +0100 | [diff] [blame] | 625 | ":apprtc_signaling", |
Artem Titov | 94b57c0 | 2019-03-21 13:35:10 +0100 | [diff] [blame] | 626 | "../rtc_base", |
Anders Carlsson | 7bca8ca | 2018-08-30 09:30:29 +0200 | [diff] [blame] | 627 | "../sdk:framework_objc+link", |
| 628 | "../sdk:ios_framework_bundle", |
kthelgason | 4065a57 | 2017-02-14 04:58:56 -0800 | [diff] [blame] | 629 | "//build/config/ios:xctest", |
| 630 | "//third_party/ocmock", |
| 631 | ] |
adam.fedor | bcc5d87 | 2016-11-07 14:53:28 -0800 | [diff] [blame] | 632 | } |
| 633 | |
Mirko Bonadei | aef8a21 | 2020-09-16 15:09:53 +0200 | [diff] [blame] | 634 | rtc_test("apprtcmobile_tests") { |
| 635 | is_xctest = true |
kthelgason | 4065a57 | 2017-02-14 04:58:56 -0800 | [diff] [blame] | 636 | info_plist = "objc/AppRTCMobile/ios/Info.plist" |
Mirko Bonadei | ccbe95f | 2020-01-21 12:10:10 +0100 | [diff] [blame] | 637 | sources = [ "objc/AppRTCMobile/tests/main.mm" ] |
kthelgason | 4065a57 | 2017-02-14 04:58:56 -0800 | [diff] [blame] | 638 | deps = [ |
Mirko Bonadei | cbaaaed | 2018-02-19 15:14:04 +0100 | [diff] [blame] | 639 | ":AppRTCMobile_lib", |
kthelgason | 4065a57 | 2017-02-14 04:58:56 -0800 | [diff] [blame] | 640 | ":apprtcmobile_test_sources", |
Mirko Bonadei | 1a339c3 | 2017-12-14 13:06:10 +0100 | [diff] [blame] | 641 | "../sdk:framework_objc", |
Artem Titarenko | 34fc346 | 2018-11-06 12:29:29 +0100 | [diff] [blame] | 642 | "//test:test_support", |
kthelgason | 4065a57 | 2017-02-14 04:58:56 -0800 | [diff] [blame] | 643 | ] |
| 644 | ldflags = [ "-all_load" ] |
| 645 | } |
adam.fedor | bcc5d87 | 2016-11-07 14:53:28 -0800 | [diff] [blame] | 646 | } |
| 647 | } |
tkchin | 2ddfdba | 2016-08-07 21:37:45 -0700 | [diff] [blame] | 648 | } |
kthelgason | 0727f15 | 2016-08-08 09:03:23 -0700 | [diff] [blame] | 649 | |
Hidehiko Abe | f264e70 | 2020-09-10 18:10:11 +0900 | [diff] [blame] | 650 | if (is_linux || is_chromeos || is_win) { |
ehmaldonado | 38a2132 | 2016-09-02 04:10:34 -0700 | [diff] [blame] | 651 | rtc_executable("peerconnection_client") { |
kjellander | 1993b1d | 2017-03-06 00:29:21 -0800 | [diff] [blame] | 652 | testonly = true |
kthelgason | 0727f15 | 2016-08-08 09:03:23 -0700 | [diff] [blame] | 653 | sources = [ |
| 654 | "peerconnection/client/conductor.cc", |
| 655 | "peerconnection/client/conductor.h", |
| 656 | "peerconnection/client/defaults.cc", |
| 657 | "peerconnection/client/defaults.h", |
| 658 | "peerconnection/client/peer_connection_client.cc", |
| 659 | "peerconnection/client/peer_connection_client.h", |
| 660 | ] |
ehmaldonado | 7a2ce0b | 2016-09-05 01:35:44 -0700 | [diff] [blame] | 661 | |
Patrik Höglund | b5b5bce | 2017-11-13 10:19:58 +0100 | [diff] [blame] | 662 | deps = [ |
Yves Gerey | 3e70781 | 2018-11-28 16:47:49 +0100 | [diff] [blame] | 663 | "../api:audio_options_api", |
Mirko Bonadei | 2ff3f49 | 2018-11-22 09:00:13 +0100 | [diff] [blame] | 664 | "../api:create_peerconnection_factory", |
Mirko Bonadei | 34814c7 | 2018-01-11 10:13:56 +0100 | [diff] [blame] | 665 | "../api:libjingle_peerconnection_api", |
Niels Möller | e942b14 | 2019-09-17 14:30:41 +0200 | [diff] [blame] | 666 | "../api:media_stream_interface", |
Mirko Bonadei | d970807 | 2019-01-25 20:26:48 +0100 | [diff] [blame] | 667 | "../api:scoped_refptr", |
Yves Gerey | 3e70781 | 2018-11-28 16:47:49 +0100 | [diff] [blame] | 668 | "../api/audio:audio_mixer_api", |
| 669 | "../api/audio_codecs:audio_codecs_api", |
Ilya Nikolaevskiy | c79f1d8 | 2020-10-08 14:34:14 +0200 | [diff] [blame] | 670 | "../api/video:video_frame", |
Chen Xing | 5d24b16 | 2019-06-10 12:59:38 +0200 | [diff] [blame] | 671 | "../api/video:video_rtp_headers", |
Yves Gerey | 3e70781 | 2018-11-28 16:47:49 +0100 | [diff] [blame] | 672 | "../api/video_codecs:video_codecs_api", |
| 673 | "../media:rtc_media_base", |
| 674 | "../p2p:rtc_p2p", |
Harald Alvestrand | 445e6b0 | 2020-09-29 14:21:47 +0000 | [diff] [blame] | 675 | "../pc:video_track_source", |
Patrik Höglund | a8005cf | 2017-12-13 16:05:42 +0100 | [diff] [blame] | 676 | "../rtc_base:checks", |
Artem Titov | e41c433 | 2018-07-25 15:04:28 +0200 | [diff] [blame] | 677 | "../rtc_base/third_party/sigslot", |
Bjorn Terelius | 3e67676 | 2018-10-29 15:26:27 +0100 | [diff] [blame] | 678 | "../system_wrappers:field_trial", |
| 679 | "../test:field_trial", |
Kári Tristan Helgason | ede7cb2 | 2019-03-06 10:34:09 +0100 | [diff] [blame] | 680 | "../test:platform_video_capturer", |
Tommi | 25eb47c | 2019-08-29 16:39:05 +0200 | [diff] [blame] | 681 | "../test:rtp_test_utils", |
Niels Möller | b76be9a | 2018-12-20 16:28:23 +0100 | [diff] [blame] | 682 | "//third_party/abseil-cpp/absl/memory", |
Yves Gerey | 3e70781 | 2018-11-28 16:47:49 +0100 | [diff] [blame] | 683 | "//third_party/abseil-cpp/absl/types:optional", |
Patrik Höglund | b5b5bce | 2017-11-13 10:19:58 +0100 | [diff] [blame] | 684 | ] |
kthelgason | 0727f15 | 2016-08-08 09:03:23 -0700 | [diff] [blame] | 685 | if (is_win) { |
| 686 | sources += [ |
Steve Anton | 10542f2 | 2019-01-11 09:11:00 -0800 | [diff] [blame] | 687 | "peerconnection/client/flag_defs.h", |
kthelgason | 0727f15 | 2016-08-08 09:03:23 -0700 | [diff] [blame] | 688 | "peerconnection/client/main.cc", |
| 689 | "peerconnection/client/main_wnd.cc", |
| 690 | "peerconnection/client/main_wnd.h", |
| 691 | ] |
kthelgason | 0727f15 | 2016-08-08 09:03:23 -0700 | [diff] [blame] | 692 | configs += [ "//build/config/win:windowed" ] |
Tommi | 16db7ff | 2020-09-26 11:57:26 +0200 | [diff] [blame] | 693 | deps += [ |
| 694 | "../media:rtc_media_base", |
| 695 | "../rtc_base:win32", |
| 696 | ] |
kthelgason | 0727f15 | 2016-08-08 09:03:23 -0700 | [diff] [blame] | 697 | } |
Hidehiko Abe | f264e70 | 2020-09-10 18:10:11 +0900 | [diff] [blame] | 698 | if (is_linux || is_chromeos) { |
kthelgason | 0727f15 | 2016-08-08 09:03:23 -0700 | [diff] [blame] | 699 | sources += [ |
| 700 | "peerconnection/client/linux/main.cc", |
| 701 | "peerconnection/client/linux/main_wnd.cc", |
| 702 | "peerconnection/client/linux/main_wnd.h", |
| 703 | ] |
Henrik Kjellander | efbde2c | 2017-03-27 08:28:27 +0200 | [diff] [blame] | 704 | cflags = [ "-Wno-deprecated-declarations" ] |
kthelgason | 0727f15 | 2016-08-08 09:03:23 -0700 | [diff] [blame] | 705 | libs = [ |
| 706 | "X11", |
| 707 | "Xcomposite", |
| 708 | "Xext", |
| 709 | "Xrender", |
| 710 | ] |
thomasanderson | ef16e99 | 2016-12-13 02:57:43 -0800 | [diff] [blame] | 711 | deps += [ "//build/config/linux/gtk" ] |
kthelgason | 0727f15 | 2016-08-08 09:03:23 -0700 | [diff] [blame] | 712 | } |
kjellander | 1993b1d | 2017-03-06 00:29:21 -0800 | [diff] [blame] | 713 | |
| 714 | deps += [ |
Niels Möller | 8366e17 | 2018-02-14 12:20:13 +0100 | [diff] [blame] | 715 | "../api:libjingle_peerconnection_api", |
Karl Wiberg | 1b0eae3 | 2017-10-17 14:48:54 +0200 | [diff] [blame] | 716 | "../api/audio_codecs:builtin_audio_decoder_factory", |
| 717 | "../api/audio_codecs:builtin_audio_encoder_factory", |
Niels Möller | c6ce9c5 | 2018-05-11 11:15:30 +0200 | [diff] [blame] | 718 | "../api/video:video_frame", |
Chen Xing | 5d24b16 | 2019-06-10 12:59:38 +0200 | [diff] [blame] | 719 | "../api/video:video_rtp_headers", |
Anders Carlsson | 6753795 | 2018-05-03 11:28:29 +0200 | [diff] [blame] | 720 | "../api/video_codecs:builtin_video_decoder_factory", |
| 721 | "../api/video_codecs:builtin_video_encoder_factory", |
Mirko Bonadei | 75baa49 | 2018-01-11 17:07:30 +0100 | [diff] [blame] | 722 | "../media:rtc_audio_video", |
Artem Titov | 94b57c0 | 2019-03-21 13:35:10 +0100 | [diff] [blame] | 723 | "../modules/audio_device", |
| 724 | "../modules/audio_processing", |
Alessio Bazzica | b768e88 | 2018-11-07 14:29:54 +0000 | [diff] [blame] | 725 | "../modules/audio_processing:api", |
jianjun.zhu | c024740 | 2017-07-11 06:20:45 -0700 | [diff] [blame] | 726 | "../modules/video_capture:video_capture_module", |
| 727 | "../pc:libjingle_peerconnection", |
Niels Möller | b76be9a | 2018-12-20 16:28:23 +0100 | [diff] [blame] | 728 | "../pc:peerconnection", |
Artem Titov | 94b57c0 | 2019-03-21 13:35:10 +0100 | [diff] [blame] | 729 | "../rtc_base", |
ehmaldonado | f6a861a | 2017-07-19 10:40:47 -0700 | [diff] [blame] | 730 | "../rtc_base:rtc_base_approved", |
| 731 | "../rtc_base:rtc_json", |
Niels Möller | b76be9a | 2018-12-20 16:28:23 +0100 | [diff] [blame] | 732 | "../test:video_test_common", |
Mirko Bonadei | 0be40bf | 2019-07-16 18:40:05 +0200 | [diff] [blame] | 733 | "//third_party/abseil-cpp/absl/flags:flag", |
| 734 | "//third_party/abseil-cpp/absl/flags:parse", |
kjellander | 1993b1d | 2017-03-06 00:29:21 -0800 | [diff] [blame] | 735 | "//third_party/libyuv", |
kjellander | 1993b1d | 2017-03-06 00:29:21 -0800 | [diff] [blame] | 736 | ] |
kthelgason | 0727f15 | 2016-08-08 09:03:23 -0700 | [diff] [blame] | 737 | } |
kjellander | d4626e5 | 2016-09-07 02:33:01 -0700 | [diff] [blame] | 738 | |
ehmaldonado | 38a2132 | 2016-09-02 04:10:34 -0700 | [diff] [blame] | 739 | rtc_executable("peerconnection_server") { |
kjellander | 1993b1d | 2017-03-06 00:29:21 -0800 | [diff] [blame] | 740 | testonly = true |
kthelgason | 0727f15 | 2016-08-08 09:03:23 -0700 | [diff] [blame] | 741 | sources = [ |
| 742 | "peerconnection/server/data_socket.cc", |
| 743 | "peerconnection/server/data_socket.h", |
| 744 | "peerconnection/server/main.cc", |
| 745 | "peerconnection/server/peer_channel.cc", |
| 746 | "peerconnection/server/peer_channel.h", |
| 747 | "peerconnection/server/utils.cc", |
| 748 | "peerconnection/server/utils.h", |
| 749 | ] |
| 750 | deps = [ |
ehmaldonado | f6a861a | 2017-07-19 10:40:47 -0700 | [diff] [blame] | 751 | "../rtc_base:rtc_base_approved", |
Bjorn Terelius | 3e67676 | 2018-10-29 15:26:27 +0100 | [diff] [blame] | 752 | "../system_wrappers:field_trial", |
| 753 | "../test:field_trial", |
Mirko Bonadei | 04cffe3 | 2019-06-25 15:43:23 +0200 | [diff] [blame] | 754 | "//third_party/abseil-cpp/absl/flags:flag", |
| 755 | "//third_party/abseil-cpp/absl/flags:parse", |
Mirko Bonadei | 76c89da | 2019-07-19 12:12:14 +0200 | [diff] [blame] | 756 | "//third_party/abseil-cpp/absl/flags:usage", |
kthelgason | 0727f15 | 2016-08-08 09:03:23 -0700 | [diff] [blame] | 757 | ] |
kthelgason | 0727f15 | 2016-08-08 09:03:23 -0700 | [diff] [blame] | 758 | } |
ehmaldonado | 38a2132 | 2016-09-02 04:10:34 -0700 | [diff] [blame] | 759 | rtc_executable("turnserver") { |
kjellander | 1993b1d | 2017-03-06 00:29:21 -0800 | [diff] [blame] | 760 | testonly = true |
Mirko Bonadei | ccbe95f | 2020-01-21 12:10:10 +0100 | [diff] [blame] | 761 | sources = [ "turnserver/turnserver_main.cc" ] |
kthelgason | 0727f15 | 2016-08-08 09:03:23 -0700 | [diff] [blame] | 762 | deps = [ |
Niels Möller | 9862c2e | 2018-10-30 12:20:03 +0100 | [diff] [blame] | 763 | ":read_auth_file", |
Niels Möller | a134204 | 2018-11-08 16:47:14 +0100 | [diff] [blame] | 764 | "../p2p:p2p_server_utils", |
jianjun.zhu | c024740 | 2017-07-11 06:20:45 -0700 | [diff] [blame] | 765 | "../p2p:rtc_p2p", |
| 766 | "../pc:rtc_pc", |
Artem Titov | 94b57c0 | 2019-03-21 13:35:10 +0100 | [diff] [blame] | 767 | "../rtc_base", |
ehmaldonado | f6a861a | 2017-07-19 10:40:47 -0700 | [diff] [blame] | 768 | "../rtc_base:rtc_base_approved", |
kthelgason | 0727f15 | 2016-08-08 09:03:23 -0700 | [diff] [blame] | 769 | ] |
kthelgason | 0727f15 | 2016-08-08 09:03:23 -0700 | [diff] [blame] | 770 | } |
ehmaldonado | 38a2132 | 2016-09-02 04:10:34 -0700 | [diff] [blame] | 771 | rtc_executable("stunserver") { |
kjellander | 1993b1d | 2017-03-06 00:29:21 -0800 | [diff] [blame] | 772 | testonly = true |
Mirko Bonadei | ccbe95f | 2020-01-21 12:10:10 +0100 | [diff] [blame] | 773 | sources = [ "stunserver/stunserver_main.cc" ] |
kthelgason | 0727f15 | 2016-08-08 09:03:23 -0700 | [diff] [blame] | 774 | deps = [ |
Niels Möller | a134204 | 2018-11-08 16:47:14 +0100 | [diff] [blame] | 775 | "../p2p:p2p_server_utils", |
jianjun.zhu | c024740 | 2017-07-11 06:20:45 -0700 | [diff] [blame] | 776 | "../p2p:rtc_p2p", |
| 777 | "../pc:rtc_pc", |
Artem Titov | 94b57c0 | 2019-03-21 13:35:10 +0100 | [diff] [blame] | 778 | "../rtc_base", |
ehmaldonado | f6a861a | 2017-07-19 10:40:47 -0700 | [diff] [blame] | 779 | "../rtc_base:rtc_base_approved", |
kthelgason | 0727f15 | 2016-08-08 09:03:23 -0700 | [diff] [blame] | 780 | ] |
kthelgason | 0727f15 | 2016-08-08 09:03:23 -0700 | [diff] [blame] | 781 | } |
| 782 | } |
charujain | aca3a24 | 2016-11-01 03:09:15 -0700 | [diff] [blame] | 783 | |
qiangchen | 42f96d5 | 2017-08-08 17:08:03 -0700 | [diff] [blame] | 784 | if (is_win || is_android) { |
gyzhou | ad7cad8 | 2017-05-11 16:10:03 -0700 | [diff] [blame] | 785 | rtc_shared_library("webrtc_unity_plugin") { |
| 786 | testonly = true |
| 787 | sources = [ |
| 788 | "unityplugin/simple_peer_connection.cc", |
| 789 | "unityplugin/simple_peer_connection.h", |
| 790 | "unityplugin/unity_plugin_apis.cc", |
| 791 | "unityplugin/unity_plugin_apis.h", |
gyzhou | b38f386 | 2017-07-25 16:04:31 -0700 | [diff] [blame] | 792 | "unityplugin/video_observer.cc", |
| 793 | "unityplugin/video_observer.h", |
gyzhou | ad7cad8 | 2017-05-11 16:10:03 -0700 | [diff] [blame] | 794 | ] |
qiangchen | 42f96d5 | 2017-08-08 17:08:03 -0700 | [diff] [blame] | 795 | |
| 796 | if (is_android) { |
| 797 | sources += [ |
Steve Anton | 10542f2 | 2019-01-11 09:11:00 -0800 | [diff] [blame] | 798 | "unityplugin/class_reference_holder.cc", |
| 799 | "unityplugin/class_reference_holder.h", |
qiangchen | 42f96d5 | 2017-08-08 17:08:03 -0700 | [diff] [blame] | 800 | "unityplugin/jni_onload.cc", |
| 801 | ] |
Qiang Chen | 43fb912 | 2017-12-20 10:47:36 -0800 | [diff] [blame] | 802 | suppressed_configs += [ "//build/config/android:hide_all_but_jni_onload" ] |
qiangchen | 42f96d5 | 2017-08-08 17:08:03 -0700 | [diff] [blame] | 803 | } |
| 804 | |
qiangchen | 42f96d5 | 2017-08-08 17:08:03 -0700 | [diff] [blame] | 805 | if (is_win) { |
Mirko Bonadei | f957dd9 | 2018-07-11 10:47:42 +0200 | [diff] [blame] | 806 | configs += [ "//build/config/win:windowed" ] |
qiangchen | 42f96d5 | 2017-08-08 17:08:03 -0700 | [diff] [blame] | 807 | } |
gyzhou | ad7cad8 | 2017-05-11 16:10:03 -0700 | [diff] [blame] | 808 | deps = [ |
Mirko Bonadei | 2ff3f49 | 2018-11-22 09:00:13 +0100 | [diff] [blame] | 809 | "../api:create_peerconnection_factory", |
Mirko Bonadei | 34814c7 | 2018-01-11 10:13:56 +0100 | [diff] [blame] | 810 | "../api:libjingle_peerconnection_api", |
Niels Möller | e942b14 | 2019-09-17 14:30:41 +0200 | [diff] [blame] | 811 | "../api:media_stream_interface", |
Qiang Chen | 51e2046 | 2017-12-05 11:11:21 -0800 | [diff] [blame] | 812 | "../api/audio_codecs:builtin_audio_decoder_factory", |
| 813 | "../api/audio_codecs:builtin_audio_encoder_factory", |
Niels Möller | c6ce9c5 | 2018-05-11 11:15:30 +0200 | [diff] [blame] | 814 | "../api/video:video_frame", |
Chen Xing | 5d24b16 | 2019-06-10 12:59:38 +0200 | [diff] [blame] | 815 | "../api/video:video_rtp_headers", |
Mirko Bonadei | 75baa49 | 2018-01-11 17:07:30 +0100 | [diff] [blame] | 816 | "../media:rtc_audio_video", |
Anders Carlsson | a114c88 | 2018-01-04 15:10:22 +0100 | [diff] [blame] | 817 | "../media:rtc_internal_video_codecs", |
jianjun.zhu | c024740 | 2017-07-11 06:20:45 -0700 | [diff] [blame] | 818 | "../media:rtc_media", |
| 819 | "../media:rtc_media_base", |
Artem Titov | 94b57c0 | 2019-03-21 13:35:10 +0100 | [diff] [blame] | 820 | "../modules/audio_device", |
| 821 | "../modules/audio_processing", |
Alessio Bazzica | b768e88 | 2018-11-07 14:29:54 +0000 | [diff] [blame] | 822 | "../modules/audio_processing:api", |
jianjun.zhu | c024740 | 2017-07-11 06:20:45 -0700 | [diff] [blame] | 823 | "../modules/video_capture:video_capture_module", |
| 824 | "../pc:libjingle_peerconnection", |
Niels Möller | 0a59535 | 2019-01-02 15:12:38 +0100 | [diff] [blame] | 825 | "../pc:peerconnection", |
Harald Alvestrand | 445e6b0 | 2020-09-29 14:21:47 +0000 | [diff] [blame] | 826 | "../pc:video_track_source", |
Artem Titov | 94b57c0 | 2019-03-21 13:35:10 +0100 | [diff] [blame] | 827 | "../rtc_base", |
Kári Tristan Helgason | ede7cb2 | 2019-03-06 10:34:09 +0100 | [diff] [blame] | 828 | "../test:platform_video_capturer", |
Niels Möller | 0a59535 | 2019-01-02 15:12:38 +0100 | [diff] [blame] | 829 | "../test:video_test_common", |
Karl Wiberg | 918f50c | 2018-07-05 11:40:33 +0200 | [diff] [blame] | 830 | "//third_party/abseil-cpp/absl/memory", |
gyzhou | ad7cad8 | 2017-05-11 16:10:03 -0700 | [diff] [blame] | 831 | ] |
qiangchen | 42f96d5 | 2017-08-08 17:08:03 -0700 | [diff] [blame] | 832 | if (is_android) { |
George Zhou | 2770c3d | 2018-03-07 09:58:54 -0800 | [diff] [blame] | 833 | deps += [ |
Artem Titov | 94b57c0 | 2019-03-21 13:35:10 +0100 | [diff] [blame] | 834 | "../modules/utility", |
George Zhou | 2770c3d | 2018-03-07 09:58:54 -0800 | [diff] [blame] | 835 | "../sdk/android:libjingle_peerconnection_jni", |
| 836 | ] |
qiangchen | 42f96d5 | 2017-08-08 17:08:03 -0700 | [diff] [blame] | 837 | } |
| 838 | } |
| 839 | } |
| 840 | |
| 841 | if (is_android) { |
Mirko Bonadei | fbb3b7d | 2017-11-07 15:36:33 +0000 | [diff] [blame] | 842 | rtc_android_library("webrtc_unity_java") { |
Mirko Bonadei | ccbe95f | 2020-01-21 12:10:10 +0100 | [diff] [blame] | 843 | sources = [ "unityplugin/java/src/org/webrtc/UnityUtility.java" ] |
qiangchen | 42f96d5 | 2017-08-08 17:08:03 -0700 | [diff] [blame] | 844 | deps = [ |
| 845 | "../rtc_base:base_java", |
Artem Titarenko | 69540f4 | 2018-12-10 12:30:46 +0100 | [diff] [blame] | 846 | "../sdk/android:camera_java", |
qiangchen | 42f96d5 | 2017-08-08 17:08:03 -0700 | [diff] [blame] | 847 | "../sdk/android:libjingle_peerconnection_java", |
Artem Titarenko | 69540f4 | 2018-12-10 12:30:46 +0100 | [diff] [blame] | 848 | "../sdk/android:peerconnection_java", |
Mirko Bonadei | 5e98742 | 2020-07-10 10:36:04 +0200 | [diff] [blame] | 849 | "../sdk/android:video_api_java", |
Artem Titarenko | 69540f4 | 2018-12-10 12:30:46 +0100 | [diff] [blame] | 850 | "../sdk/android:video_java", |
Peter Wen | 7bc331f | 2019-03-06 09:18:57 -0500 | [diff] [blame] | 851 | "//third_party/android_deps:com_android_support_support_annotations_java", |
qiangchen | 42f96d5 | 2017-08-08 17:08:03 -0700 | [diff] [blame] | 852 | ] |
| 853 | } |
| 854 | |
| 855 | dist_jar("libwebrtc_unity") { |
| 856 | _target_dir_name = get_label_info(":$target_name", "dir") |
| 857 | output = "${root_out_dir}/lib.java${_target_dir_name}/${target_name}.jar" |
George Zhou | 2770c3d | 2018-03-07 09:58:54 -0800 | [diff] [blame] | 858 | direct_deps_only = false |
qiangchen | 42f96d5 | 2017-08-08 17:08:03 -0700 | [diff] [blame] | 859 | use_interface_jars = false |
George Zhou | 2770c3d | 2018-03-07 09:58:54 -0800 | [diff] [blame] | 860 | use_unprocessed_jars = false |
Oleh Prypin | 86021d9 | 2017-09-24 22:29:06 +0200 | [diff] [blame] | 861 | requires_android = true |
qiangchen | 42f96d5 | 2017-08-08 17:08:03 -0700 | [diff] [blame] | 862 | deps = [ |
| 863 | ":webrtc_unity_java", |
qiangchen | 42f96d5 | 2017-08-08 17:08:03 -0700 | [diff] [blame] | 864 | "../rtc_base:base_java", |
| 865 | "../sdk/android:libjingle_peerconnection_java", |
| 866 | "../sdk/android:libjingle_peerconnection_metrics_default_java", |
Peter Wen | 7bc331f | 2019-03-06 09:18:57 -0500 | [diff] [blame] | 867 | "//third_party/android_deps:com_android_support_support_annotations_java", |
qiangchen | 42f96d5 | 2017-08-08 17:08:03 -0700 | [diff] [blame] | 868 | ] |
gyzhou | ad7cad8 | 2017-05-11 16:10:03 -0700 | [diff] [blame] | 869 | } |
Mirko Bonadei | 73aa2de | 2020-01-20 15:28:57 +0100 | [diff] [blame] | 870 | |
| 871 | junit_binary("android_examples_junit_tests") { |
| 872 | sources = [ |
| 873 | "androidjunit/src/org/appspot/apprtc/BluetoothManagerTest.java", |
| 874 | "androidjunit/src/org/appspot/apprtc/DirectRTCClientTest.java", |
| 875 | "androidjunit/src/org/appspot/apprtc/TCPChannelClientTest.java", |
| 876 | ] |
| 877 | |
| 878 | deps = [ |
| 879 | ":AppRTCMobile_javalib", |
Artem Titov | a4dfe24 | 2020-06-03 16:42:57 +0200 | [diff] [blame] | 880 | "../sdk/android:peerconnection_java", |
Mirko Bonadei | 73aa2de | 2020-01-20 15:28:57 +0100 | [diff] [blame] | 881 | "//base:base_java_test_support", |
| 882 | "//third_party/google-truth:google_truth_java", |
| 883 | ] |
| 884 | |
| 885 | additional_jar_files = [ [ |
| 886 | "../sdk/android/tests/resources/robolectric.properties", |
| 887 | "robolectric.properties", |
| 888 | ] ] |
| 889 | } |
gyzhou | ad7cad8 | 2017-05-11 16:10:03 -0700 | [diff] [blame] | 890 | } |
| 891 | |
charujain | aca3a24 | 2016-11-01 03:09:15 -0700 | [diff] [blame] | 892 | if (!build_with_chromium) { |
| 893 | # Doesn't build within Chrome on Win. |
| 894 | rtc_executable("stun_prober") { |
kjellander | 1993b1d | 2017-03-06 00:29:21 -0800 | [diff] [blame] | 895 | testonly = true |
Mirko Bonadei | ccbe95f | 2020-01-21 12:10:10 +0100 | [diff] [blame] | 896 | sources = [ "stunprober/main.cc" ] |
charujain | aca3a24 | 2016-11-01 03:09:15 -0700 | [diff] [blame] | 897 | deps = [ |
| 898 | "../p2p:libstunprober", |
| 899 | "../p2p:rtc_p2p", |
Artem Titov | 94b57c0 | 2019-03-21 13:35:10 +0100 | [diff] [blame] | 900 | "../rtc_base", |
Patrik Höglund | a8005cf | 2017-12-13 16:05:42 +0100 | [diff] [blame] | 901 | "../rtc_base:checks", |
ehmaldonado | f6a861a | 2017-07-19 10:40:47 -0700 | [diff] [blame] | 902 | "../rtc_base:rtc_base_approved", |
Mirko Bonadei | 0be40bf | 2019-07-16 18:40:05 +0200 | [diff] [blame] | 903 | "//third_party/abseil-cpp/absl/flags:flag", |
| 904 | "//third_party/abseil-cpp/absl/flags:parse", |
charujain | aca3a24 | 2016-11-01 03:09:15 -0700 | [diff] [blame] | 905 | ] |
| 906 | } |
| 907 | } |