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

Unified Diff: tools/battor_agent/BUILD.gn

Issue 1966413002: [battor agent] Move code for stringifying bytes into a util file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed signed/unsigned char problems Created 4 years, 7 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 | tools/battor_agent/battor_agent.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/battor_agent/BUILD.gn
diff --git a/tools/battor_agent/BUILD.gn b/tools/battor_agent/BUILD.gn
index da80ffa4478c8355e02fe9b83a882b0e50e69515..bba270ec0c044225c47e1aa10fd4b701e2c59420 100644
--- a/tools/battor_agent/BUILD.gn
+++ b/tools/battor_agent/BUILD.gn
@@ -34,6 +34,8 @@ source_set("battor_agent_lib") {
"battor_finder.h",
"battor_sample_converter.cc",
"battor_sample_converter.h",
+ "serial_utils.cc",
+ "serial_utils.h",
]
deps = [
"//base",
@@ -48,6 +50,7 @@ test("battor_agent_unittests") {
"battor_connection_impl_unittest.cc",
"battor_protocol_types_unittest.cc",
"battor_sample_converter_unittest.cc",
+ "serial_utils_unittest.cc",
]
deps = [
":battor_agent_lib",
« no previous file with comments | « no previous file | tools/battor_agent/battor_agent.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698