aboutsummaryrefslogtreecommitdiffstats
path: root/brillo/dbus/dbus_method_invoker_unittest.cc
Commit message (Collapse)AuthorAgeFilesLines
* libbrillo: Update libchrome APIS to r456626.Jay Civelli2017-07-261-6/+7
| | | | | | | | | | | | | | | | | | | | The new libchrome has been ported from Chromium and some APIs have changed. Make necessary changes at call sites. Notable changes from libchrome: - FOR_EACH_OBSERVER macro removed (replaced by use of C++ 11 range-base for loop) - base::Values no more FundamentalValue - stl_util moved to base namespace - some scoped pointers removed in crypto/ in favor of BoringSSL UniquePtr. - path() accessor renamed to GetPath() in ScopedTempDir (and other classes) BUG: 37434548 Test: All tests in libbrillo_test pass on aosp_arm-eng build Change-Id: Ibd2734bd83811feb93f24b1576a605eb33c3e645
* libbrillo: Update libchrome APIs to r405848Luis Hector Chavez2016-07-271-45/+61
| | | | | | | | | | | | | | | | | The new libchrome has been ported from Chromium and some APIs have changed. Make necessary changes at call sites. Notable changes from libchrome: - base::Bind() now explicitly disallows captures in lambdas (which was never allowed in the style guide), so lambdas should now be written in a way that take the captures as parameters. - base::ListValue::iterator now exposes std::unique_ptr<base::Value> instead of raw base::Value*. Bug: 29104761 Test: All tests in libbrillo_test pass on dragonboard-eng build Change-Id: I4c49a27ca65dfcd180e863fcd3a9778ef80a8c41
* libbrillo: Update libchrome APIs to r369476Alex Vakulenko2016-01-201-1/+1
| | | | | | | The new libchrome has been ported from Chromium and some APIs have changed. Make necessary changes at call sites. Change-Id: If39615b805ec50b9487b6327702c4cdbbd21b7ee
* Fix compiler warnings in libbrilloChristopher Wiley2016-01-041-2/+2
| | | | | | | Bug: 26379664 Test: Compiles Change-Id: I67658ba9ceb8b769c97f0c345f7711bc96d27a84
* libchromeos: Compile missing unit tests on AndroidAlex Vakulenko2015-10-231-1/+1
| | | | | | | | Apparently some of the unit tests for libchromeos weren't being compiled on Brillo/Android. Add them to the make file and make a few tweaks to make sure they compile successfully. Change-Id: I324d4bb0b89ac96e564cd107a5bb3751ebd4b9ae
* Move chromeos symbols into brillo namespaceAlex Vakulenko2015-10-131-0/+338
And move the include files into "brillo" directory instead of "chromeos" BUG: 24872993 TEST=built aosp and brillo and unit tests pass on dragonoboard Change-Id: Ieb979d1ebd3152921d36cd15acbd6247f02aae69