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

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: A better comment about the embedded log instance. 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
« no previous file with comments | « device/hid/BUILD.gn ('k') | device/hid/hid_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « device/hid/BUILD.gn ('k') | device/hid/hid_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698