From 64c8f4f25d9fbd2233e476d6276b4c63bcc4813c Mon Sep 17 00:00:00 2001 From: reillyg Date: Wed, 10 Feb 2016 15:29:20 -0800 Subject: Remove //device/devices_app. This change removes the code to create a Mojo app containing device services (currently only USB) and instead makes the Mojo bindings for //device/usb part of that directory. The Mojo service implementation is still in a separate //device/usb/mojo target but this will eventually merge into its parent directory as the Mojo interface becomes the only public interface for //device/usb. BUG=None Review URL: https://codereview.chromium.org/1682363002 Cr-Commit-Position: refs/heads/master@{#374778} --- device/device_tests.gyp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'device/device_tests.gyp') diff --git a/device/device_tests.gyp b/device/device_tests.gyp index 4503e12..c4ad2d8 100644 --- a/device/device_tests.gyp +++ b/device/device_tests.gyp @@ -12,6 +12,7 @@ 'type': '<(gtest_target_type)', 'dependencies': [ '../base/base.gyp:test_support_base', + '../mojo/mojo_base.gyp:mojo_url_type_converters', '../mojo/mojo_base.gyp:mojo_environment_chromium', '../mojo/mojo_edk.gyp:mojo_system_impl', '../mojo/mojo_public.gyp:mojo_cpp_bindings', @@ -24,10 +25,10 @@ 'bluetooth/bluetooth.gyp:device_bluetooth_mocks', 'core/core.gyp:device_core', 'core/core.gyp:device_core_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', + 'usb/usb.gyp:device_usb_mojo_bindings', 'hid/hid.gyp:device_hid', 'hid/hid.gyp:device_hid_mocks', 'serial/serial.gyp:device_serial', @@ -61,10 +62,6 @@ 'bluetooth/test/bluetooth_test_win.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', - 'devices_app/usb/fake_permission_provider.cc', - 'devices_app/usb/fake_permission_provider.h', 'hid/hid_connection_unittest.cc', 'hid/hid_device_filter_unittest.cc', 'hid/hid_report_descriptor_unittest.cc', @@ -82,6 +79,10 @@ 'test/test_device_client.cc', 'test/test_device_client.h', 'test/usb_test_gadget_impl.cc', + 'usb/mojo/device_impl_unittest.cc', + 'usb/mojo/device_manager_impl_unittest.cc', + 'usb/mojo/fake_permission_provider.cc', + 'usb/mojo/fake_permission_provider.h', 'usb/usb_descriptors_unittest.cc', 'usb/usb_device_filter_unittest.cc', 'usb/usb_device_handle_unittest.cc', -- cgit v1.1