diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-12 06:41:50 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-12 06:41:50 +0000 |
commit | 69cff8e0a648b926014caa0ea1d6dd5f52ede712 (patch) | |
tree | 1c8bbe356743eed8bd95f7972859b2d08d2eb22c /chromeos/chromeos.gyp | |
parent | 2c1fc5a36bcdabc331ff2447336b0cfe05cbaa72 (diff) | |
download | chromium_src-69cff8e0a648b926014caa0ea1d6dd5f52ede712.zip chromium_src-69cff8e0a648b926014caa0ea1d6dd5f52ede712.tar.gz chromium_src-69cff8e0a648b926014caa0ea1d6dd5f52ede712.tar.bz2 |
dbus: Add FakeShillDeviceClient, which does nothing so far
BUG=126719
TEST=none
R=hashimoto@chromium.org
Review URL: https://codereview.chromium.org/18200006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211346 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 483471a..807f1d0 100644 --- a/chromeos/chromeos.gyp +++ b/chromeos/chromeos.gyp @@ -403,6 +403,8 @@ 'dbus/fake_power_manager_client.h', 'dbus/fake_session_manager_client.cc', 'dbus/fake_session_manager_client.h', + 'dbus/fake_shill_device_client.cc', + 'dbus/fake_shill_device_client.h', 'dbus/fake_shill_manager_client.cc', 'dbus/fake_shill_manager_client.h', 'dbus/fake_system_clock_client.cc', |