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

Unified Diff: device/core/core.gyp

Issue 1155163008: Build a basic Mojo service framework for device/usb (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DISALLOW Created 5 years, 7 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/core/BUILD.gn ('k') | device/core/device_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/core/core.gyp
diff --git a/device/core/core.gyp b/device/core/core.gyp
index 3137de5ae542a97d6f808c93b2ae4bf3b3853ca4..034b9e3596220d1354ae52cd509bbae42b9452c3 100644
--- a/device/core/core.gyp
+++ b/device/core/core.gyp
@@ -19,6 +19,9 @@
'device_monitor_win.cc',
'device_monitor_win.h',
],
+ 'dependencies': [
+ '<(DEPTH)/third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
+ ],
},
],
}
« no previous file with comments | « device/core/BUILD.gn ('k') | device/core/device_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698