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

Unified Diff: device/BUILD.gn

Issue 1249933004: Add code to detect new added ReceiveError on Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated test code. Created 5 years, 5 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/device_tests.gyp » ('j') | device/serial/serial_io_handler_posix.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
index 2f4a202495e834c1b32ac7a36f353a7a6a2d168b..bfae61c4dd4bbc69be672f4e6a8b7ffd26da85bf 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -80,6 +80,7 @@ test("device_unittests") {
"serial/data_sink_unittest.cc",
"serial/data_source_unittest.cc",
"serial/serial_connection_unittest.cc",
+ "serial/serial_io_handler_posix_unittest.cc",
"serial/serial_service_unittest.cc",
]
deps += [
« no previous file with comments | « no previous file | device/device_tests.gyp » ('j') | device/serial/serial_io_handler_posix.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698