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

Unified Diff: tools/battor_agent/battor_agent.gyp

Issue 1511753004: Add an explicit dependency on device_serial_mojo to battor agent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | no next file » | 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 e95b78d722a85e15914aa2b6ea10521b6bca2eec..b5ac3d400c22023690c44de1da056f672ed7c1ba 100644
--- a/tools/battor_agent/battor_agent.gyp
+++ b/tools/battor_agent/battor_agent.gyp
@@ -13,6 +13,7 @@
'dependencies': [
'battor_agent_lib',
'../../device/serial/serial.gyp:device_serial',
+ '../../device/serial/serial.gyp:device_serial_mojo',
'../../third_party/mojo/mojo_public.gyp:mojo_environment_standalone',
'../../third_party/mojo/mojo_public.gyp:mojo_public',
],
@@ -34,6 +35,7 @@
'dependencies': [
'../../base/base.gyp:base',
'../../device/serial/serial.gyp:device_serial',
+ '../../device/serial/serial.gyp:device_serial_mojo',
]
},
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698