commit | d6974f48dcf01895a554a987f30b35203be19018 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Fri Feb 14 13:39:21 2014 -0800 |
committer | Brian Silverman <brians> | Fri Feb 14 13:39:21 2014 -0800 |
tree | 3b2fde6040afa937358a2cf39210bdef527d486d | |
parent | 3451d0e6facef0d31c5bca173a415564f56efd9c [diff] [blame] |
got logging structs working (theoretically) and used it
diff --git a/aos/common/logging/logging.gyp b/aos/common/logging/logging.gyp index ad20166..e230e47 100644 --- a/aos/common/logging/logging.gyp +++ b/aos/common/logging/logging.gyp
@@ -18,8 +18,13 @@ 'queue_logging.cc', ], 'dependencies': [ + '<(AOS)/build/aos.gyp:logging', + '<(AOS)/common/common.gyp:die', '<(AOS)/common/common.gyp:queue_types', ], + 'export_dependent_settings': [ + '<(AOS)/build/aos.gyp:logging', + ], }, ], }