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

Side by Side Diff: tools/battor_agent/battor_agent.gyp

Issue 1641573003: Revert "tools/battor_agent: Adds a tool to find connected BattOrs" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 unified diff | Download patch
« no previous file with comments | « tools/battor_agent/DEPS ('k') | tools/battor_agent/battor_agent_bin.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'battor_agent', 8 'target_name': 'battor_agent',
9 'type': 'executable', 9 'type': 'executable',
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 17 matching lines...) Expand all
28 '../..', 28 '../..',
29 ], 29 ],
30 'sources': [ 30 'sources': [
31 'battor_agent.cc', 31 'battor_agent.cc',
32 'battor_agent.h', 32 'battor_agent.h',
33 'battor_connection.cc', 33 'battor_connection.cc',
34 'battor_connection.h', 34 'battor_connection.h',
35 'battor_connection_impl.cc', 35 'battor_connection_impl.cc',
36 'battor_connection_impl.h', 36 'battor_connection_impl.h',
37 'battor_error.h', 37 'battor_error.h',
38 'battor_finder.cc',
39 'battor_finder.h',
40 'battor_sample_converter.cc', 38 'battor_sample_converter.cc',
41 'battor_sample_converter.h', 39 'battor_sample_converter.h',
42 ], 40 ],
43 'dependencies': [ 41 'dependencies': [
44 '../../base/base.gyp:base', 42 '../../base/base.gyp:base',
45 '../../device/serial/serial.gyp:device_serial', 43 '../../device/serial/serial.gyp:device_serial',
46 '../../device/serial/serial.gyp:device_serial_mojo', 44 '../../device/serial/serial.gyp:device_serial_mojo',
47 ] 45 ]
48 }, 46 },
49 { 47 {
(...skipping 13 matching lines...) Expand all
63 ], 61 ],
64 'sources': [ 62 'sources': [
65 'battor_agent_unittest.cc', 63 'battor_agent_unittest.cc',
66 'battor_connection_impl_unittest.cc', 64 'battor_connection_impl_unittest.cc',
67 'battor_protocol_types_unittest.cc', 65 'battor_protocol_types_unittest.cc',
68 'battor_sample_converter_unittest.cc', 66 'battor_sample_converter_unittest.cc',
69 ], 67 ],
70 }, 68 },
71 ], 69 ],
72 } 70 }
OLDNEW
« no previous file with comments | « tools/battor_agent/DEPS ('k') | tools/battor_agent/battor_agent_bin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698