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

Unified Diff: device/hid/hid.gyp

Issue 947663002: Log device/hid messages to chrome://device-log. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clarified destructor behavior, cleaned up OS X error logging. Created 5 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
Index: device/hid/hid.gyp
diff --git a/device/hid/hid.gyp b/device/hid/hid.gyp
index 27ced277f284f6176da7aa66f70c79cec7671f82..42215d7502e694b4377f29e893e2d2d0d2d5890a 100644
--- a/device/hid/hid.gyp
+++ b/device/hid/hid.gyp
@@ -14,6 +14,8 @@
'../..',
],
'dependencies': [
+ '../../components/components.gyp:device_event_log_component',
+ '../../net/net.gyp:net',
'../core/core.gyp:device_core',
],
'sources': [

Powered by Google App Engine
This is Rietveld 408576698