summaryrefslogtreecommitdiffstats
path: root/device/devices_app/devices_app.gyp
diff options
context:
space:
mode:
authorreillyg <reillyg@chromium.org>2015-09-09 13:58:55 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-09 20:59:42 +0000
commit17b8a58c99537bab4d8944ec2f96023dac0a15e7 (patch)
tree681eeb93ae7f3adeea7e3c0309d5dcf26c5dbdc1 /device/devices_app/devices_app.gyp
parent60b43d0fb14581c647034594f29e98f4ec2babf5 (diff)
downloadchromium_src-17b8a58c99537bab4d8944ec2f96023dac0a15e7.zip
chromium_src-17b8a58c99537bab4d8944ec2f96023dac0a15e7.tar.gz
chromium_src-17b8a58c99537bab4d8944ec2f96023dac0a15e7.tar.bz2
Convert DeviceManagerDelegate to PermissionProvider mojo interface.
This changes the device::usb::DeviceManager service so that instead of expecting a C++ implementation of the DeviceManagerDelegate interface it depends on the client connecting to the devices app to provide an implementation of the PermissionProvider mojo service interface. This will allow the permissions checker to be injected by the FrameMojoShell when a renderer requests a connection to the devices app. BUG=492204 Review URL: https://codereview.chromium.org/1316203006 Cr-Commit-Position: refs/heads/master@{#347998}
Diffstat (limited to 'device/devices_app/devices_app.gyp')
-rw-r--r--device/devices_app/devices_app.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/device/devices_app/devices_app.gyp b/device/devices_app/devices_app.gyp
index 4d97aa9..11af914 100644
--- a/device/devices_app/devices_app.gyp
+++ b/device/devices_app/devices_app.gyp
@@ -20,7 +20,6 @@
'usb/device_impl.h',
'usb/device_manager_impl.cc',
'usb/device_manager_impl.h',
- 'usb/public/cpp/device_manager_delegate.h',
'usb/type_converters.cc',
'usb/type_converters.h',
],
@@ -45,6 +44,7 @@
'mojom_files': [
'usb/public/interfaces/device.mojom',
'usb/public/interfaces/device_manager.mojom',
+ 'usb/public/interfaces/permission_provider.mojom',
],
},
'includes': [