commit | 12081be24610944006732f7dcaa4e85ed2c9e5e3 | [log] [tgz] |
---|---|---|
author | Gaurav Shah <gauravsh@google.com> | Sun Mar 24 22:58:18 2013 |
committer | Gaurav Shah <gauravsh@google.com> | Tue Mar 26 00:41:30 2013 |
tree | a89b754492b530d38f26995c316b896271909d3d | |
parent | 04ff2dfa675562711fb3ddaecd2730ddd506ef20 [diff] |
permission_broker: Fixes to run with gtest-1.6 * Programatically calculate gmock/gtest library dependencies. * Mock out WaitForEmptyUdevQueue() while running test. The unit test hangs at this call with gtest 1.6. We shouldn't be using the real implementation while running tests anyway. * Make PermissionBroker destructor virtual. BUG=chromium:211445 TEST=built and ran permission_broker unit tests against gmock/gtest-1.6 Change-Id: I9eef56acbe7956b07f77b1a1e98b1cdf72af0460