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

Side by Side Diff: device/BUILD.gn

Issue 901273003: roll up of misc. gn work (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/test/BUILD.gn ('k') | extensions/shell/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # 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
5 import("//testing/test.gni")
6
7 test("device_unittests") {
8 sources = [
9 "battery/battery_status_manager_linux_unittest.cc",
10 "battery/battery_status_manager_win_unittest.cc",
11 "battery/battery_status_service_unittest.cc",
12 "bluetooth/bluetooth_adapter_mac_unittest.mm",
13 "bluetooth/bluetooth_adapter_unittest.cc",
14 "bluetooth/bluetooth_adapter_profile_chromeos_unittest.cc",
15 "bluetooth/bluetooth_adapter_win_unittest.cc",
16 "bluetooth/bluetooth_audio_sink_chromeos_unittest.cc",
17 "bluetooth/bluetooth_device_unittest.cc",
18 "bluetooth/bluetooth_device_win_unittest.cc",
19 "bluetooth/bluetooth_chromeos_unittest.cc",
20 "bluetooth/bluetooth_gatt_chromeos_unittest.cc",
21 "bluetooth/bluetooth_low_energy_win_unittest.cc",
22 "bluetooth/bluetooth_service_record_win_unittest.cc",
23 "bluetooth/bluetooth_socket_chromeos_unittest.cc",
24 "bluetooth/bluetooth_task_manager_win_unittest.cc",
25 "bluetooth/bluetooth_uuid_unittest.cc",
26 "nfc/nfc_chromeos_unittest.cc",
27 "nfc/nfc_ndef_record_unittest.cc",
28 "usb/usb_context_unittest.cc",
29 "usb/usb_device_filter_unittest.cc",
30 "usb/usb_ids_unittest.cc",
31 "usb/usb_device_handle_unittest.cc",
32 "usb/usb_service_unittest.cc",
33 "hid/hid_connection_unittest.cc",
34 "hid/hid_device_filter_unittest.cc",
35 "hid/hid_report_descriptor_unittest.cc",
36 "hid/input_service_linux_unittest.cc",
37 "hid/test_report_descriptors.cc",
38 "hid/test_report_descriptors.h",
39 "serial/data_sink_unittest.cc",
40 "serial/data_source_unittest.cc",
41 "serial/serial_connection_unittest.cc",
42 "serial/serial_service_unittest.cc",
43 "test/run_all_unittests.cc",
44 "test/usb_test_gadget_impl.cc"
45 ]
46
47 deps = [
48 "battery",
49 "battery:mojo_bindings",
50 "bluetooth",
51 "bluetooth:mocks",
52 "nfc",
53 "usb",
54 "hid",
55 "serial",
56 "serial:test_support",
57 "//base/test:test_support",
58 "//mojo/environment:chromium",
59 "//testing/gmock",
60 "//testing/gtest",
61 "//third_party/mojo/src/mojo/public/cpp/bindings",
62 "//third_party/mojo/src/mojo/edk/system",
63 ]
64 }
OLDNEW
« no previous file with comments | « content/test/BUILD.gn ('k') | extensions/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698