aboutsummaryrefslogtreecommitdiffstats
path: root/brillo/dbus/dbus_signal_handler.h
Commit message (Collapse)AuthorAgeFilesLines
* libbrillo: Update libchrome APIs to r405848Luis Hector Chavez2016-07-271-10/+12
| | | | | | | | | | | | | | | | | 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
* Rename "libchromeos" into "libbrillo"Alex Vakulenko2015-10-271-3/+3
| | | | | | | Renamed libchromeos[-.*] libraries into libbrillo-... BUG: 24872993 Change-Id: Ibab1623b6a08a55cae3662e941d0d6644ff14df4
* Move chromeos symbols into brillo namespaceAlex Vakulenko2015-10-131-0/+68
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