commit | 3060894bde20778d5b0c991712091a3b88a5dacc | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Wed Apr 08 19:16:46 2015 -0400 |
committer | Brian Silverman <brian@peloton-tech.com> | Mon Oct 26 11:49:29 2015 -0400 |
tree | 2d6849a13ba3a47bc74e4e881463b0a64b07c4fb | |
parent | 3d37a5fd055a02f13088e7d553ce01d6c22b5669 [diff] [blame] |
implement timeouts for events Change-Id: I8ec89fc5bdc7b53ddc1d5c86494615c95be9bd0e
diff --git a/aos/common/common.gyp b/aos/common/common.gyp index 9c43936..14619ad 100644 --- a/aos/common/common.gyp +++ b/aos/common/common.gyp
@@ -253,10 +253,12 @@ ], 'dependencies': [ '<(AOS)/linux_code/ipc_lib/ipc_lib.gyp:aos_sync', + 'time', '<(AOS)/build/aos.gyp:logging_interface', ], 'export_dependent_settings': [ '<(AOS)/linux_code/ipc_lib/ipc_lib.gyp:aos_sync', + 'time', ], }, {