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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/BUILD.gn ('k') | extensions/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..7f121dd8552d3fbc5f2ccd541221db5c6ffb2ce9
--- /dev/null
+++ b/device/BUILD.gn
@@ -0,0 +1,64 @@
+# Copyright 2015 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+import("//testing/test.gni")
+
+test("device_unittests") {
+ sources = [
+ "battery/battery_status_manager_linux_unittest.cc",
+ "battery/battery_status_manager_win_unittest.cc",
+ "battery/battery_status_service_unittest.cc",
+ "bluetooth/bluetooth_adapter_mac_unittest.mm",
+ "bluetooth/bluetooth_adapter_unittest.cc",
+ "bluetooth/bluetooth_adapter_profile_chromeos_unittest.cc",
+ "bluetooth/bluetooth_adapter_win_unittest.cc",
+ "bluetooth/bluetooth_audio_sink_chromeos_unittest.cc",
+ "bluetooth/bluetooth_device_unittest.cc",
+ "bluetooth/bluetooth_device_win_unittest.cc",
+ "bluetooth/bluetooth_chromeos_unittest.cc",
+ "bluetooth/bluetooth_gatt_chromeos_unittest.cc",
+ "bluetooth/bluetooth_low_energy_win_unittest.cc",
+ "bluetooth/bluetooth_service_record_win_unittest.cc",
+ "bluetooth/bluetooth_socket_chromeos_unittest.cc",
+ "bluetooth/bluetooth_task_manager_win_unittest.cc",
+ "bluetooth/bluetooth_uuid_unittest.cc",
+ "nfc/nfc_chromeos_unittest.cc",
+ "nfc/nfc_ndef_record_unittest.cc",
+ "usb/usb_context_unittest.cc",
+ "usb/usb_device_filter_unittest.cc",
+ "usb/usb_ids_unittest.cc",
+ "usb/usb_device_handle_unittest.cc",
+ "usb/usb_service_unittest.cc",
+ "hid/hid_connection_unittest.cc",
+ "hid/hid_device_filter_unittest.cc",
+ "hid/hid_report_descriptor_unittest.cc",
+ "hid/input_service_linux_unittest.cc",
+ "hid/test_report_descriptors.cc",
+ "hid/test_report_descriptors.h",
+ "serial/data_sink_unittest.cc",
+ "serial/data_source_unittest.cc",
+ "serial/serial_connection_unittest.cc",
+ "serial/serial_service_unittest.cc",
+ "test/run_all_unittests.cc",
+ "test/usb_test_gadget_impl.cc"
+ ]
+
+ deps = [
+ "battery",
+ "battery:mojo_bindings",
+ "bluetooth",
+ "bluetooth:mocks",
+ "nfc",
+ "usb",
+ "hid",
+ "serial",
+ "serial:test_support",
+ "//base/test:test_support",
+ "//mojo/environment:chromium",
+ "//testing/gmock",
+ "//testing/gtest",
+ "//third_party/mojo/src/mojo/public/cpp/bindings",
+ "//third_party/mojo/src/mojo/edk/system",
+ ]
+}
« 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