blob: 7a8e480905cc5caef76a652a8abb05c72b09dd8b [file] [log] [blame]
tfarinacdc7e5d2015-02-23 09:52:241# Copyright 2015 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5import("//build/config/features.gni")
Scott Violetc8240b02018-03-08 22:03:596import("//device/vr/buildflags/buildflags.gni")
tfarinacdc7e5d2015-02-23 09:52:247import("//testing/test.gni")
8
scheib56010cc2015-06-25 01:29:479if (is_android) {
mcasas649deb52017-04-28 01:55:5210 import("//build/config/android/config.gni")
scheib56010cc2015-06-25 01:29:4711 import("//build/config/android/rules.gni") # For generate_jni().
12}
13
erikchenceb2fff2015-04-27 17:50:5414if (is_mac) {
15 import("//build/config/mac/mac_sdk.gni")
16}
17
scheib7a4cf042015-03-31 04:33:4418is_linux_without_udev = is_linux && !use_udev
scheib7a4cf042015-03-31 04:33:4419
tfarinacdc7e5d2015-02-23 09:52:2420test("device_unittests") {
21 sources = [
alexis.menardb39a30822016-09-30 15:14:3922 "base/synchronization/one_writer_seqlock_unittest.cc",
tfarinacdc7e5d2015-02-23 09:52:2423 "bluetooth/bluetooth_adapter_mac_unittest.mm",
tfarinacdc7e5d2015-02-23 09:52:2424 "bluetooth/bluetooth_adapter_unittest.cc",
25 "bluetooth/bluetooth_adapter_win_unittest.cc",
ortuno945c90d2015-09-01 01:47:0826 "bluetooth/bluetooth_advertisement_unittest.cc",
tfarinacdc7e5d2015-02-23 09:52:2427 "bluetooth/bluetooth_device_unittest.cc",
28 "bluetooth/bluetooth_device_win_unittest.cc",
jpawlowskif54d01542015-04-13 22:24:4329 "bluetooth/bluetooth_discovery_filter_unittest.cc",
rkc3fb9aa6d2016-05-03 20:39:4430 "bluetooth/bluetooth_local_gatt_characteristic_unittest.cc",
31 "bluetooth/bluetooth_local_gatt_descriptor_unittest.cc",
rkc907af5d2016-05-10 00:20:0232 "bluetooth/bluetooth_local_gatt_service_unittest.cc",
tfarinacdc7e5d2015-02-23 09:52:2433 "bluetooth/bluetooth_low_energy_win_unittest.cc",
rkc122239752016-04-20 23:59:0834 "bluetooth/bluetooth_remote_gatt_characteristic_unittest.cc",
35 "bluetooth/bluetooth_remote_gatt_descriptor_unittest.cc",
36 "bluetooth/bluetooth_remote_gatt_service_unittest.cc",
tfarinacdc7e5d2015-02-23 09:52:2437 "bluetooth/bluetooth_service_record_win_unittest.cc",
tfarinacdc7e5d2015-02-23 09:52:2438 "bluetooth/bluetooth_task_manager_win_unittest.cc",
39 "bluetooth/bluetooth_uuid_unittest.cc",
mbrunson32391c12016-11-18 23:42:1540 "bluetooth/device_unittest.cc",
ortunob755ff32016-08-25 21:29:3041 "bluetooth/string_util_icu_unittest.cc",
rkc3fb9aa6d2016-05-03 20:39:4442 "bluetooth/test/bluetooth_gatt_server_test.cc",
43 "bluetooth/test/bluetooth_gatt_server_test.h",
scheib545d7fd2015-06-30 22:26:5844 "bluetooth/test/bluetooth_test.cc",
45 "bluetooth/test/bluetooth_test.h",
46 "bluetooth/test/bluetooth_test_android.cc",
47 "bluetooth/test/bluetooth_test_android.h",
krstnmnlsn56d371032015-07-21 20:18:0748 "bluetooth/test/bluetooth_test_mac.h",
49 "bluetooth/test/bluetooth_test_mac.mm",
gogerald512935cc2016-01-27 01:11:1850 "bluetooth/test/bluetooth_test_win.cc",
51 "bluetooth/test/bluetooth_test_win.h",
jlebel620327d2016-06-20 13:01:0052 "bluetooth/test/mock_bluetooth_cbcharacteristic_mac.h",
53 "bluetooth/test/mock_bluetooth_cbcharacteristic_mac.mm",
jlebel9bb8cf242017-01-10 01:29:0254 "bluetooth/test/mock_bluetooth_cbdescriptor_mac.h",
55 "bluetooth/test/mock_bluetooth_cbdescriptor_mac.mm",
jlebela58fd752016-03-14 10:33:2856 "bluetooth/test/mock_bluetooth_cbperipheral_mac.h",
57 "bluetooth/test/mock_bluetooth_cbperipheral_mac.mm",
jlebelc4b09782016-05-10 00:31:5858 "bluetooth/test/mock_bluetooth_cbservice_mac.h",
59 "bluetooth/test/mock_bluetooth_cbservice_mac.mm",
jlebela58fd752016-03-14 10:33:2860 "bluetooth/test/mock_bluetooth_central_manager_mac.h",
61 "bluetooth/test/mock_bluetooth_central_manager_mac.mm",
scheib42e6b49d2015-04-29 21:46:5762 "bluetooth/test/test_bluetooth_adapter_observer.cc",
63 "bluetooth/test/test_bluetooth_adapter_observer.h",
rkc3fb9aa6d2016-05-03 20:39:4464 "bluetooth/test/test_bluetooth_local_gatt_service_delegate.cc",
65 "bluetooth/test/test_bluetooth_local_gatt_service_delegate.h",
reillygaaee8912017-03-23 22:16:0666 "bluetooth/uribeacon/uri_encoder_unittest.cc",
jdoerrie98ee9e32018-02-05 22:03:4467 "fido/ctap_request_unittest.cc",
68 "fido/ctap_response_unittest.cc",
Jun Choiaaa7d012018-03-16 20:11:4069 "fido/fake_fido_discovery_unittest.cc",
Jun Choi1710f5a2018-03-16 21:09:1970 "fido/fido_ble_connection_unittest.cc",
71 "fido/fido_ble_device_unittest.cc",
72 "fido/fido_ble_frames_unittest.cc",
Jun Choifba5de352018-05-16 05:31:0473 "fido/fido_cable_device_unittest.cc",
Jun Choia6bde782018-05-16 03:58:3674 "fido/fido_cable_discovery_unittest.cc",
Jun Choiaaa7d012018-03-16 20:11:4075 "fido/fido_discovery_unittest.cc",
Jun Choib780ce9d2018-02-07 02:19:2576 "fido/fido_hid_message_unittest.cc",
Jun Choi19b944e92018-04-23 20:20:2077 "fido/fido_parsing_utils_unittest.cc",
Jun Choi1c36cd82018-03-28 00:32:4278 "fido/fido_request_handler_unittest.cc",
Jun Choi4fc8b7812018-04-05 07:39:0779 "fido/get_assertion_handler_unittest.cc",
Jun Choi177d2ac2018-03-28 08:32:1680 "fido/get_assertion_task_unittest.cc",
Martin Kreichgauer9b5dab32018-06-06 12:26:3981 "fido/mac/credential_metadata_unittest.cc",
Martin Kreichgauereaf85f12018-05-01 19:52:4282 "fido/mac/get_assertion_operation_unittest_mac.mm",
83 "fido/mac/make_credential_operation_unittest_mac.mm",
Jun Choif7ab0df2018-04-05 21:48:1684 "fido/make_credential_handler_unittest.cc",
Jun Choif15afe42018-03-22 23:58:0185 "fido/make_credential_task_unittest.cc",
Balazs Engedy1ab4b142018-03-09 12:45:0386 "fido/test_callback_receiver_unittest.cc",
Jun Choi85b28722018-04-25 21:24:5087 "fido/u2f_command_constructor_unittest.cc",
Jun Choif45741d2018-06-08 20:58:3188 "fido/u2f_register_operation_unittest.cc",
Jun Choi0e56e5dd2018-06-08 21:27:3489 "fido/u2f_sign_operation_unittest.cc",
Matt Reynolds7c498e52017-12-06 22:06:2490 "gamepad/abstract_haptic_gamepad_unittest.cc",
bajonesb9bb4c42016-07-07 00:10:5191 "gamepad/gamepad_provider_unittest.cc",
ke.hebee6a642016-12-10 01:56:1992 "gamepad/gamepad_service_unittest.cc",
Reilly Grantfa93b142018-02-01 02:13:4893 "gamepad/public/mojom/gamepad_mojom_traits_unittest.cc",
tfarinacdc7e5d2015-02-23 09:52:2494 "test/run_all_unittests.cc",
tfarinacdc7e5d2015-02-23 09:52:2495 ]
96
97 deps = [
98 "//base/test:test_support",
alexis.menardb39a30822016-09-30 15:14:3999 "//base/third_party/dynamic_annotations:dynamic_annotations",
Jun Choi3545f502018-03-14 01:30:00100 "//components/apdu",
Kim Paulhamus35995bb62018-01-05 11:47:04101 "//components/cbor",
alexis.menardb39a30822016-09-30 15:14:39102 "//device/base/synchronization",
tfarinacdc7e5d2015-02-23 09:52:24103 "//device/bluetooth",
Vincent Scheibdbe693bee2017-12-06 00:54:18104 "//device/bluetooth:deprecated_experimental_mojo",
brettw011138d2015-10-21 03:05:38105 "//device/bluetooth:mocks",
reillygaaee8912017-03-23 22:16:06106 "//device/bluetooth/uribeacon",
jdoerrie3e747742018-02-05 16:04:16107 "//device/fido",
108 "//device/fido:mocks",
Balazs Engedy83dc0822018-03-07 14:33:55109 "//device/fido:test_support",
bajonesb9bb4c42016-07-07 00:10:51110 "//device/gamepad",
111 "//device/gamepad:test_helpers",
juncai2f298a82017-04-18 03:51:39112 "//device/gamepad/public/cpp:shared_with_blink",
Reilly Grantfa93b142018-02-01 02:13:48113 "//device/gamepad/public/mojom",
114 "//device/gamepad/public/mojom:gamepad_mojom_traits_test",
mcasas4e216e72016-07-28 21:28:38115 "//device/geolocation:unittests",
Ken Rockotec287c82018-03-15 23:05:49116 "//mojo/edk",
rockot85dce0862015-11-13 01:33:59117 "//mojo/public/cpp/bindings",
tfarinacdc7e5d2015-02-23 09:52:24118 "//net",
119 "//testing/gmock",
120 "//testing/gtest",
Blink Reformata30d4232018-04-07 15:31:06121 "//third_party/blink/public:blink_headers",
reillyg872fd9fc2016-02-04 21:50:04122 "//tools/usb_gadget",
tfarinacdc7e5d2015-02-23 09:52:24123 "//url",
124 ]
125
Ke He624b52d2017-11-09 13:45:09126 # U2F and Serial:
scheibcfdca0e2015-04-01 05:27:58127 # Android doesn't compile.
scheib7a4cf042015-03-31 04:33:44128 # Linux, requires udev.
scheibcfdca0e2015-04-01 05:27:58129 if (!is_linux_without_udev && !is_android) {
scheib7a4cf042015-03-31 04:33:44130 sources += [
Jun Choiaaa7d012018-03-16 20:11:40131 "fido/fido_hid_device_unittest.cc",
132 "fido/fido_hid_discovery_unittest.cc",
scheib7a4cf042015-03-31 04:33:44133 ]
134 deps += [
jdoerrie3e747742018-02-05 16:04:16135 "//device/fido:test_support",
Ke He624b52d2017-11-09 13:45:09136 "//services/device/public/cpp/hid",
Ke He31d0bb02018-02-24 07:16:24137 "//services/device/public/mojom",
Ke He5c1e93a32017-10-05 04:27:35138 "//services/service_manager/public/cpp",
Ken Rockot543f5e32018-02-04 02:13:50139 "//services/service_manager/public/mojom",
scheib7a4cf042015-03-31 04:33:44140 ]
Ke He624b52d2017-11-09 13:45:09141
142 # Serial is supported in below platforms. See //device/servial/BUILD.gn
143 if (is_win || is_linux || is_mac) {
Fabrice de Gans-Riberiaa5eccec2018-04-23 23:00:30144 sources += [ "serial/serial_device_enumerator_unittest.cc" ]
Vincent Scheibdbe693bee2017-12-06 00:54:18145 deps += [ "//device/serial" ]
Fabrice de Gans-Riberiaa5eccec2018-04-23 23:00:30146 if (is_linux || is_mac) {
147 sources += [ "serial/serial_io_handler_posix_unittest.cc" ]
148 }
Ke He624b52d2017-11-09 13:45:09149 }
scheib7a4cf042015-03-31 04:33:44150 }
151
152 if (use_udev) {
153 sources += [ "udev_linux/udev_unittest.cc" ]
154 deps += [ "//device/udev_linux" ]
155 }
156
reillygcf1af632015-11-18 16:42:58157 # USB does not compile on iOS.
158 if (!is_ios) {
scheibcfdca0e2015-04-01 05:27:58159 sources += [
reillygbadbc5412015-08-28 23:08:10160 "test/test_device_client.cc",
161 "test/test_device_client.h",
reillyg64c8f4f2016-02-10 23:29:20162 "usb/mojo/device_impl_unittest.cc",
163 "usb/mojo/device_manager_impl_unittest.cc",
reillyg1f45f772016-04-02 02:46:55164 "usb/mojo/mock_permission_provider.cc",
165 "usb/mojo/mock_permission_provider.h",
Reilly Grant7f162c92017-06-10 00:23:47166 "usb/public/cpp/filter_utils_unittest.cc",
reillyg86549e52015-08-15 03:00:43167 "usb/usb_descriptors_unittest.cc",
scheibcfdca0e2015-04-01 05:27:58168 "usb/usb_device_handle_unittest.cc",
scheibcfdca0e2015-04-01 05:27:58169 "usb/usb_service_unittest.cc",
reillyg86549e52015-08-15 03:00:43170 "usb/webusb_descriptors_unittest.cc",
scheibcfdca0e2015-04-01 05:27:58171 ]
172 deps += [
Ke He624b52d2017-11-09 13:45:09173 ":usb_test_gadget",
alexis.menard2fe63eaa2016-10-13 21:42:43174 "//device/base",
175 "//device/base:mocks",
scheibcfdca0e2015-04-01 05:27:58176 "//device/usb",
reillygcff166d2016-05-20 20:15:42177 "//device/usb:test_support",
reillyg64c8f4f2016-02-10 23:29:20178 "//device/usb/mojo",
Reilly Grant7f162c92017-06-10 00:23:47179 "//device/usb/public/cpp",
Reilly Grantfa93b142018-02-01 02:13:48180 "//device/usb/public/mojom",
rhalavatid75e16c32017-03-03 15:08:24181 "//net:test_support",
scheibcfdca0e2015-04-01 05:27:58182 ]
Reilly Grant5ac479c2017-10-03 16:57:37183
184 if (!is_android) {
Samuel Huang2cb0922d2017-10-30 18:37:00185 sources += [ "usb/usb_ids_unittest.cc" ]
Reilly Grant5ac479c2017-10-03 16:57:37186 }
scheibcfdca0e2015-04-01 05:27:58187 }
188
reillygcf1af632015-11-18 16:42:58189 # UsbContext is a libusb-specific object.
reillygdee7c4ac2016-05-27 21:15:02190 if (is_mac || is_win) {
reillygcf1af632015-11-18 16:42:58191 sources += [ "usb/usb_context_unittest.cc" ]
brettwbda835b2015-12-04 22:12:30192 deps += [ "//third_party/libusb" ]
reillygcf1af632015-11-18 16:42:58193 }
194
scheib56010cc2015-06-25 01:29:47195 if (is_android) {
agrieve97176362015-12-01 16:36:19196 deps += [
197 ":bluetooth_test_java",
198 ":bluetooth_test_jni_headers",
mcasas4e216e72016-07-28 21:28:38199 "//device/geolocation:geolocation_java",
200 "//device/geolocation:geolocation_java_test_support",
reillyg16001d92016-06-01 00:44:30201 "//device/usb:java",
agrieve97176362015-12-01 16:36:19202 ]
scheib56010cc2015-06-25 01:29:47203 }
204
scheib7a4cf042015-03-31 04:33:44205 if (is_chromeos) {
tfarinacdc7e5d2015-02-23 09:52:24206 deps += [
207 "//chromeos",
208 "//chromeos:test_support",
209 "//chromeos:test_support_without_gmock",
tfarinacdc7e5d2015-02-23 09:52:24210 ]
211 }
212
dnicoara59acb3022015-12-17 18:13:16213 if ((is_chromeos || is_linux) && use_dbus) {
agrieve95ba4442016-04-25 15:47:13214 configs += [ "//build/config/linux/dbus" ]
rkc41077042015-11-06 07:20:58215
216 sources += [
rkc122239752016-04-20 23:59:08217 "bluetooth/bluez/bluetooth_adapter_profile_bluez_unittest.cc",
218 "bluetooth/bluez/bluetooth_advertisement_bluez_unittest.cc",
rkc122239752016-04-20 23:59:08219 "bluetooth/bluez/bluetooth_bluez_unittest.cc",
220 "bluetooth/bluez/bluetooth_gatt_bluez_unittest.cc",
rkc2ffd5612016-06-24 02:00:22221 "bluetooth/bluez/bluetooth_service_attribute_value_bluez_unittest.cc",
222 "bluetooth/bluez/bluetooth_service_record_bluez_unittest.cc",
rkc122239752016-04-20 23:59:08223 "bluetooth/bluez/bluetooth_socket_bluez_unittest.cc",
rkca7a149d2016-04-29 08:15:37224 "bluetooth/dbus/bluetooth_gatt_application_service_provider_unittest.cc",
rkc519a20c62016-04-16 23:18:07225 "bluetooth/test/bluetooth_test_bluez.cc",
226 "bluetooth/test/bluetooth_test_bluez.h",
rkc41077042015-11-06 07:20:58227 ]
228
229 deps += [ "//dbus" ]
230 }
231
Pavel Kalinnikov9f6591002017-11-01 22:09:18232 if (is_linux) {
Stephen Lanham1316af42018-04-04 01:26:28233 if (is_chromecast) {
Stephen Lanhamccd5c252018-04-10 04:21:56234 # Cast does not support GATT server mode.
235 sources -= [
236 "bluetooth/bluetooth_local_gatt_characteristic_unittest.cc",
237 "bluetooth/bluetooth_local_gatt_descriptor_unittest.cc",
238 "bluetooth/bluetooth_local_gatt_service_unittest.cc",
239 ]
240
Stephen Lanham1316af42018-04-04 01:26:28241 sources += [
242 "bluetooth/cast/bluetooth_adapter_cast_unittest.cc",
243 "bluetooth/cast/bluetooth_utils_unittest.cc",
Stephen Lanhamccd5c252018-04-10 04:21:56244 "bluetooth/test/bluetooth_test_cast.cc",
245 "bluetooth/test/bluetooth_test_cast.h",
Stephen Lanham1316af42018-04-04 01:26:28246 ]
Stephen Lanhamccd5c252018-04-10 04:21:56247
248 deps += [
249 "//chromecast/device/bluetooth:util",
250 "//chromecast/device/bluetooth/le",
Bailey Forrestfda35092018-05-16 00:30:44251 "//chromecast/device/bluetooth/le:test_support",
Stephen Lanhamccd5c252018-04-10 04:21:56252 "//chromecast/device/bluetooth/shlib:mock_shlib",
253 ]
254 } else {
255 # BLE discovery: works on Linux.
256 sources += [ "fido/fido_ble_discovery_unittest.cc" ]
Stephen Lanham1316af42018-04-04 01:26:28257 }
Pavel Kalinnikov9f6591002017-11-01 22:09:18258 }
259
tfarinacdc7e5d2015-02-23 09:52:24260 if (is_mac) {
krstnmnlsn332a71cf2015-07-17 18:59:58261 deps += [ "//third_party/ocmock" ]
262 ldflags = [ "-ObjC" ]
rsesekdbb69c72016-05-11 17:26:35263 libs = [
264 "IOBluetooth.framework",
265 "IOKit.framework",
266 ]
erikchenceb2fff2015-04-27 17:50:54267
268 # In the OSX 10.10 SDK, CoreBluetooth became a top level framework.
269 # Previously, it was nested in IOBluetooth. In order for Chrome to run on
270 # OSes older than OSX 10.10, the top level CoreBluetooth framework must be
271 # weakly linked.
272 if (mac_sdk_version == "10.10") {
scheibdd941ba42015-10-27 05:40:12273 ldflags += [
274 "-weak_framework",
275 "CoreBluetooth",
276 ]
erikchenceb2fff2015-04-27 17:50:54277 }
tfarinacdc7e5d2015-02-23 09:52:24278 }
gogeraldcab31232016-02-03 21:20:33279
280 if (is_win) {
281 sources += [
gogeraldb8c706a2016-02-05 01:07:37282 "bluetooth/bluetooth_classic_win_fake.cc",
283 "bluetooth/bluetooth_classic_win_fake.h",
gogeraldcab31232016-02-03 21:20:33284 "bluetooth/bluetooth_low_energy_win_fake.cc",
285 "bluetooth/bluetooth_low_energy_win_fake.h",
Jan Wilken Doerriecc0bd292018-05-14 12:28:28286 "bluetooth/test/fake_bluetooth_adapter_winrt.cc",
287 "bluetooth/test/fake_bluetooth_adapter_winrt.h",
Jan Wilken Dörried4dc7782018-06-04 09:38:13288 "bluetooth/test/fake_bluetooth_le_advertisement_received_event_args_winrt.cc",
289 "bluetooth/test/fake_bluetooth_le_advertisement_received_event_args_winrt.h",
290 "bluetooth/test/fake_bluetooth_le_advertisement_watcher_winrt.cc",
291 "bluetooth/test/fake_bluetooth_le_advertisement_watcher_winrt.h",
292 "bluetooth/test/fake_bluetooth_le_advertisement_winrt.cc",
293 "bluetooth/test/fake_bluetooth_le_advertisement_winrt.h",
Jan Wilken Doerrie7c0e41dc2018-05-16 08:37:52294 "bluetooth/test/fake_device_information_winrt.cc",
295 "bluetooth/test/fake_device_information_winrt.h",
Jan Wilken Dörriedc7c81c2018-06-12 07:34:38296 "bluetooth/test/fake_radio_winrt.cc",
297 "bluetooth/test/fake_radio_winrt.h",
gogeraldcab31232016-02-03 21:20:33298 ]
299 }
bajones7ab52ec32016-08-19 19:54:25300
Bill Orr1862b4f2018-05-10 17:56:45301 if (enable_vr) {
Michael Thiessen21e56152017-10-16 18:55:17302 sources += [
Anna Maria114d35052017-12-08 23:13:29303 "vr/orientation/orientation_device_provider_unittest.cc",
304 "vr/orientation/orientation_device_unittest.cc",
Michael Thiessen21e56152017-10-16 18:55:17305 "vr/vr_device_base_unittest.cc",
306 "vr/vr_display_impl_unittest.cc",
307 ]
bajones7ab52ec32016-08-19 19:54:25308
Bill Orr1862b4f2018-05-10 17:56:45309 if (is_android) {
310 deps += [ "//device/vr:java" ]
311 }
312
313 defines = [ "DEVICE_VR_IMPLEMENTATION" ]
314
bajones7ab52ec32016-08-19 19:54:25315 deps += [
316 "//device/vr",
317 "//device/vr:fakes",
Reilly Grantfa93b142018-02-01 02:13:48318 "//device/vr/public/mojom",
Anna Maria114d35052017-12-08 23:13:29319 "//services/device/public/cpp/generic_sensor",
320 "//ui/display",
Roman Karasev72254172018-04-05 18:10:03321 "//ui/display:test_support",
bajones7ab52ec32016-08-19 19:54:25322 ]
323 }
tfarinacdc7e5d2015-02-23 09:52:24324}
scheib56010cc2015-06-25 01:29:47325
Ke He624b52d2017-11-09 13:45:09326source_set("usb_test_gadget") {
327 testonly = true
328
329 sources = [
330 "test/usb_test_gadget.h",
331 "test/usb_test_gadget_impl.cc",
332 ]
333
334 deps = [
335 "//device/base",
336 "//device/usb",
337 "//net:test_support",
338 ]
339}
340
scheib56010cc2015-06-25 01:29:47341if (is_android) {
Matt Reynolds7c498e52017-12-06 22:06:24342 bluetooth_java_sources_needing_jni = [
343 "bluetooth/test/android/java/src/org/chromium/device/bluetooth/Fakes.java",
344 ]
scheib56010cc2015-06-25 01:29:47345
346 generate_jni("bluetooth_test_jni_headers") {
347 sources = bluetooth_java_sources_needing_jni
348 jni_package = "bluetooth"
349 }
350
351 android_library("bluetooth_test_java") {
Shimi Zhang0d7b74af2018-02-08 17:28:02352 testonly = true
scheib56010cc2015-06-25 01:29:47353 java_files = bluetooth_java_sources_needing_jni
354 deps = [
355 "//base:base_java",
ortuno5966ddb2016-07-01 02:07:25356 "//components/location/android:location_java",
scheib56010cc2015-06-25 01:29:47357 "//device/bluetooth:java",
ortunocc9b46d12016-08-25 16:47:23358 "//third_party/android_tools:android_support_annotations_java",
scheib56010cc2015-06-25 01:29:47359 ]
ortunocc9b46d12016-08-25 16:47:23360
Shimi Zhang0d7b74af2018-02-08 17:28:02361 deps += android_extra_test_deps
362
ortunocc9b46d12016-08-25 16:47:23363 srcjar_deps = [ ":bluetooth_test_javagen" ]
scheib56010cc2015-06-25 01:29:47364 }
bajonesb9bb4c42016-07-07 00:10:51365
366 junit_binary("device_junit_tests") {
alexander.shalamova0d87412016-09-16 06:59:14367 java_files = [
368 "gamepad/android/junit/src/org/chromium/device/gamepad/GamepadMappingsTest.java",
mcasas649deb52017-04-28 01:55:52369 "geolocation/android/junit/src/org/chromium/device/geolocation/LocationProviderTest.java",
alexander.shalamova0d87412016-09-16 06:59:14370 ]
bajonesb9bb4c42016-07-07 00:10:51371 deps = [
mcasas649deb52017-04-28 01:55:52372 "$google_play_services_package:google_play_services_base_java",
373 "$google_play_services_package:google_play_services_basement_java",
374 "$google_play_services_package:google_play_services_location_java",
bajonesb9bb4c42016-07-07 00:10:51375 "//base:base_java",
376 "//base:base_java_test_support",
Andrew Grieve916bc9b2018-02-02 01:38:59377 "//base:base_junit_test_support",
bajonesb9bb4c42016-07-07 00:10:51378 "//device/gamepad:java",
mcasas649deb52017-04-28 01:55:52379 "//device/geolocation:geolocation_java",
380 "//device/geolocation:geolocation_java_test_support",
alexander.shalamov55ac6a4c2016-11-30 09:04:17381 "//mojo/public/java:bindings_java",
peconn2e675b52016-08-01 15:56:19382 "//third_party/android_tools:android_support_annotations_java",
bajonesb9bb4c42016-07-07 00:10:51383 ]
384 srcjar_deps = [ "//device/gamepad:java_enums_srcjar" ]
385 }
ortunocc9b46d12016-08-25 16:47:23386
387 java_cpp_enum("bluetooth_test_javagen") {
388 sources = [
389 "bluetooth/test/bluetooth_test.h",
390 ]
391 }
scheib56010cc2015-06-25 01:29:47392}