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

Unified Diff: device/hid/BUILD.gn

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/BUILD.gn
diff --git a/device/hid/BUILD.gn b/device/hid/BUILD.gn
index 64e99c4884d01e6c9feb5e135361d912fc6f1f06..b0375731a723e0d2a2ba3d16f52c7b79500e1fea 100644
--- a/device/hid/BUILD.gn
+++ b/device/hid/BUILD.gn
@@ -42,6 +42,7 @@ source_set("hid") {
deps = [
"//base",
+ "//components/device_event_log",
"//device/core",
"//net",
]

Powered by Google App Engine
This is Rietveld 408576698