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

Unified Diff: device/device_tests.gyp

Issue 1183443002: Reland: Introduce the devices Mojo app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn check... Created 5 years, 6 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 | « device/core/device_client.cc ('k') | device/devices_app/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/device_tests.gyp
diff --git a/device/device_tests.gyp b/device/device_tests.gyp
index 7604cabb8149bc15d78c5a74ebcb3b2a86094ffa..93003622227d9f6b6dc3ab9bc7c3ebe1653e74ea 100644
--- a/device/device_tests.gyp
+++ b/device/device_tests.gyp
@@ -22,6 +22,7 @@
'battery/battery.gyp:device_battery_mojo_bindings',
'bluetooth/bluetooth.gyp:device_bluetooth',
'bluetooth/bluetooth.gyp:device_bluetooth_mocks',
+ 'devices_app/devices_app.gyp:devices_app_lib',
'nfc/nfc.gyp:device_nfc',
'usb/usb.gyp:device_usb',
'usb/usb.gyp:device_usb_mocks',
@@ -52,6 +53,8 @@
'bluetooth/bluetooth_uuid_unittest.cc',
'bluetooth/test/test_bluetooth_adapter_observer.cc',
'bluetooth/test/test_bluetooth_adapter_observer.h',
+ 'devices_app/usb/device_impl_unittest.cc',
+ 'devices_app/usb/device_manager_impl_unittest.cc',
'hid/hid_connection_unittest.cc',
'hid/hid_device_filter_unittest.cc',
'hid/hid_report_descriptor_unittest.cc',
@@ -66,8 +69,6 @@
'serial/serial_service_unittest.cc',
'test/run_all_unittests.cc',
'test/usb_test_gadget_impl.cc',
- 'usb/device_impl_unittest.cc',
- 'usb/device_manager_impl_unittest.cc',
'usb/usb_context_unittest.cc',
'usb/usb_device_filter_unittest.cc',
'usb/usb_device_handle_unittest.cc',
@@ -89,6 +90,7 @@
['OS=="android"', {
'dependencies!': [
'../tools/usb_gadget/usb_gadget.gyp:usb_gadget',
+ 'devices_app/devices_app.gyp:devices_app_lib',
'usb/usb.gyp:device_usb',
'usb/usb.gyp:device_usb_mocks',
'serial/serial.gyp:device_serial',
« no previous file with comments | « device/core/device_client.cc ('k') | device/devices_app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698