diff options
author | pstew@chromium.org <pstew@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-03 08:11:48 +0000 |
---|---|---|
committer | pstew@chromium.org <pstew@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-03 08:11:48 +0000 |
commit | 12d2bdf9693cd8229bfa594318c417a170e4b83e (patch) | |
tree | 3117c55a86018410221244693beeecaae3d90aa7 /chromeos/chromeos.gyp | |
parent | f087e05eae93407bc2081b98f9e9ed6c1d605559 (diff) | |
download | chromium_src-12d2bdf9693cd8229bfa594318c417a170e4b83e.zip chromium_src-12d2bdf9693cd8229bfa594318c417a170e4b83e.tar.gz chromium_src-12d2bdf9693cd8229bfa594318c417a170e4b83e.tar.bz2 |
Split PipeReader off into a separate class
While here, clean up the API to PipeReader a little bit and split
up the class so there can be multiple ways to accept the data
from the pipe.
BUG=358344
Review URL: https://codereview.chromium.org/219333010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261319 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/chromeos.gyp')
-rw-r--r-- | chromeos/chromeos.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp index 89c64fe..e660535 100644 --- a/chromeos/chromeos.gyp +++ b/chromeos/chromeos.gyp @@ -222,6 +222,8 @@ 'dbus/modem_messaging_client.h', 'dbus/permission_broker_client.cc', 'dbus/permission_broker_client.h', + 'dbus/pipe_reader.cc', + 'dbus/pipe_reader.h', 'dbus/power_manager_client.cc', 'dbus/power_manager_client.h', 'dbus/power_policy_controller.cc', |