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

Unified Diff: base/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: initialize helper_ to be nullptr 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 | base/base.gypi » ('j') | base/win/scoped_device_info_object.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 8cbde649ef60d6dd93e3244a3ad691e6ceb3f378..6f5c08a95eb258e873c4db353592372bd8f801dc 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -644,6 +644,7 @@ component("base") {
"win/scoped_co_mem.h",
"win/scoped_com_initializer.h",
"win/scoped_comptr.h",
+ "win/scoped_device_info_object.h",
"win/scoped_gdi_object.h",
"win/scoped_handle.cc",
"win/scoped_handle.h",
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/win/scoped_device_info_object.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698