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

Unified Diff: device/devices_app/devices_app.gyp

Issue 1293253002: Connect WebUSB client interface to the devices app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix memory leak in WeakBindingSet Created 5 years, 4 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 | « content/renderer/usb/web_usb_device_impl.cc ('k') | device/devices_app/usb/device_manager_impl.cc » ('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 c983893031cf783ba44f6c2169e3485a64379410..4d97aa99494a9319c7e69723866f651aa850c7d5 100644
--- a/device/devices_app/devices_app.gyp
+++ b/device/devices_app/devices_app.gyp
@@ -25,8 +25,9 @@
'usb/type_converters.h',
],
'dependencies': [
- '<(DEPTH)/device/usb/usb.gyp:device_usb',
'device_usb_mojo_bindings_lib',
+ '<(DEPTH)/device/core/core.gyp:device_core',
+ '<(DEPTH)/device/usb/usb.gyp:device_usb',
'<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base',
'<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings',
'<(DEPTH)/third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
« no previous file with comments | « content/renderer/usb/web_usb_device_impl.cc ('k') | device/devices_app/usb/device_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698