commit | 0b3db6b6040f53eb9859e614f7fe4c681213d33a | [log] [tgz] |
---|---|---|
author | Alex Deymo <[email protected]> | Mon Aug 10 15:19:37 2015 -0700 |
committer | ChromeOS Commit Bot <[email protected]> | Fri Aug 14 02:26:00 2015 +0000 |
tree | 3617cac41c1a518db08491667856e79bd0733bc0 | |
parent | 305345001d85ca2282112c2a30fe75c7a4773491 [diff] |
update_engine: Remove all references to glib. The message loop in production code switched from chromeos::GlibMessageLoop to chromeos::BaseMessageLoop used in chromeos::Dameon. This patch moves all the unittests also to use chromeos::BaseMessageLoop or chromeos::FakeMessageLoop when I/O is not required. This patch removes all (now unused) references to glib. BUG=chromium:499886 TEST=`grep glib[^c] . -R` return no results. Also, unittests work. Change-Id: Iddfb17def501829d932ed1f70faad3e00268898e Reviewed-on: https://chromium-review.googlesource.com/292157 Tested-by: Alex Deymo <[email protected]> Reviewed-by: Alex Deymo <[email protected]> Commit-Queue: Alex Deymo <[email protected]> Trybot-Ready: Alex Deymo <[email protected]>