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

Unified Diff: device/core/BUILD.gn

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
« no previous file with comments | « no previous file | device/core/core.gyp » ('j') | device/serial/serial_io_handler.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/core/BUILD.gn
diff --git a/device/core/BUILD.gn b/device/core/BUILD.gn
index e85acb6a5a57d3b485d6bf497be510589e4fcd43..b889177a05cbda905bb3043ab72189ecc725f611 100644
--- a/device/core/BUILD.gn
+++ b/device/core/BUILD.gn
@@ -10,6 +10,8 @@ component("core") {
"device_client.h",
"device_monitor_win.cc",
"device_monitor_win.h",
+ "scoped_device_info_list.h",
grt (UTC plus 2) 2015/11/13 19:40:05 _win.h for both of these
juncai 2015/11/14 01:51:24 Done.
+ "scoped_device_info_object.h",
]
defines = [ "DEVICE_CORE_IMPLEMENTATION" ]
« no previous file with comments | « no previous file | device/core/core.gyp » ('j') | device/serial/serial_io_handler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698