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

Unified Diff: device/core/core.gyp

Issue 1439443002: Reland: Add code to deal with serial device disconnection detection on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated BUILD.gn and gyp files Created 5 years, 1 month 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/core/core.gyp
diff --git a/device/core/core.gyp b/device/core/core.gyp
index d27073d66218a6aa70abe807ef5a64f4c6d44768..ba3426e26cca9013e5f6d4eaae7a00886de69648 100644
--- a/device/core/core.gyp
+++ b/device/core/core.gyp
@@ -21,6 +21,8 @@
'device_client.h',
'device_monitor_win.cc',
'device_monitor_win.h',
+ 'scoped_device_info_list.h',
+ 'scoped_device_info_object.h',
],
'dependencies': [
'../../base/base.gyp:base',

Powered by Google App Engine
This is Rietveld 408576698