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

Unified Diff: device/usb/usb.gyp

Issue 1682363002: Remove //device/devices_app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove two files that somehow survived in //device/devices_app. Created 4 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 | « device/usb/public/interfaces/permission_provider.mojom ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/usb/usb.gyp
diff --git a/device/usb/usb.gyp b/device/usb/usb.gyp
index a68b187b4517cfcb6ef21ef85456b10ffe95189f..7f5e6766bafe55cde602e5b76fba22783a31441d 100644
--- a/device/usb/usb.gyp
+++ b/device/usb/usb.gyp
@@ -22,6 +22,12 @@
'sources': [
'android/usb_jni_registrar.cc',
'android/usb_jni_registrar.h',
+ 'mojo/device_impl.cc',
+ 'mojo/device_impl.h',
+ 'mojo/device_manager_impl.cc',
+ 'mojo/device_manager_impl.h',
+ 'mojo/type_converters.cc',
+ 'mojo/type_converters.h',
'usb_configuration_android.cc',
'usb_configuration_android.h',
'usb_context.cc',
@@ -116,6 +122,18 @@
]
},
{
+ 'target_name': 'device_usb_mojo_bindings',
+ 'type': 'static_library',
+ 'sources': [
+ 'public/interfaces/device.mojom',
+ 'public/interfaces/device_manager.mojom',
+ 'public/interfaces/permission_provider.mojom',
+ ],
+ 'includes': [
+ '../../mojo/mojom_bindings_generator.gypi',
+ ],
+ },
+ {
'target_name': 'device_usb_mocks',
'type': 'static_library',
'include_dirs': [
« no previous file with comments | « device/usb/public/interfaces/permission_provider.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698