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

Unified Diff: tools/battor_agent/battor_agent.gyp

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 | « tools/battor_agent/BUILD.gn ('k') | tools/battor_agent/battor_protocol_types_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/battor_agent/battor_agent.gyp
diff --git a/tools/battor_agent/battor_agent.gyp b/tools/battor_agent/battor_agent.gyp
index 974fbdefcf2f8aada1a773f4427bd8fd808d6b93..e726b9a5d4e2bc6597f3467ab7b0f6b25d781d3a 100644
--- a/tools/battor_agent/battor_agent.gyp
+++ b/tools/battor_agent/battor_agent.gyp
@@ -39,6 +39,8 @@
'battor_finder.h',
'battor_sample_converter.cc',
'battor_sample_converter.h',
+ 'serial_utils.cc',
+ 'serial_utils.h',
],
'dependencies': [
'../../base/base.gyp:base',
@@ -65,6 +67,7 @@
'battor_connection_impl_unittest.cc',
'battor_protocol_types_unittest.cc',
'battor_sample_converter_unittest.cc',
+ 'serial_utils_unittest.cc',
],
},
],
« no previous file with comments | « tools/battor_agent/BUILD.gn ('k') | tools/battor_agent/battor_protocol_types_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698