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

Unified Diff: device/serial/BUILD.gn

Issue 1357993002: Extracts more information from serial devices on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rearranged imports to match style guide. Created 5 years, 3 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 | « no previous file | device/serial/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/serial/BUILD.gn
diff --git a/device/serial/BUILD.gn b/device/serial/BUILD.gn
index d3079102383431833a03251d3da03249a16ffff0..fab490e29bc3b118d2d630e680d2c2c07e638074 100644
--- a/device/serial/BUILD.gn
+++ b/device/serial/BUILD.gn
@@ -48,6 +48,7 @@ static_library("serial") {
]
deps = [
"//third_party/mojo/src/mojo/public/cpp/system",
+ "//third_party/re2",
]
if (use_udev) {
« no previous file with comments | « no previous file | device/serial/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698