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

Unified Diff: device/devices_app/devices_app.gyp

Issue 1316203006: Convert DeviceManagerDelegate to PermissionProvider mojo interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment and move ctor. Created 5 years, 3 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/devices_app/devices_app.cc ('k') | device/devices_app/usb/device_manager_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/devices_app/devices_app.gyp
diff --git a/device/devices_app/devices_app.gyp b/device/devices_app/devices_app.gyp
index 4d97aa99494a9319c7e69723866f651aa850c7d5..11af914cbdb1802903b6a2f697d29b0471a737b2 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': [
« no previous file with comments | « device/devices_app/devices_app.cc ('k') | device/devices_app/usb/device_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698