Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1011)

Unified Diff: chromeos/chromeos.gyp

Issue 31773002: cryptohome: Convet all *Stub classes into Fake* classes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chromeos/dbus/fake_shill_manager_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index a54532ec9265387bd4a96d48aad3d5baa05f38c2..03b6cf4cf6ac1d51ca52affafade94dd16b095a2 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -119,6 +119,12 @@
'dbus/fake_shill_device_client.h',
'dbus/fake_shill_ipconfig_client.cc',
'dbus/fake_shill_ipconfig_client.h',
+ 'dbus/fake_shill_manager_client.cc',
+ 'dbus/fake_shill_manager_client.h',
+ 'dbus/fake_shill_profile_client.cc',
+ 'dbus/fake_shill_profile_client.h',
+ 'dbus/fake_shill_service_client.cc',
+ 'dbus/fake_shill_service_client.h',
'dbus/fake_system_clock_client.cc',
'dbus/fake_system_clock_client.h',
'dbus/gsm_sms_client.cc',
@@ -131,16 +137,10 @@
'dbus/shill_ipconfig_client.h',
'dbus/shill_manager_client.cc',
'dbus/shill_manager_client.h',
- 'dbus/shill_manager_client_stub.cc',
- 'dbus/shill_manager_client_stub.h',
'dbus/shill_profile_client.cc',
'dbus/shill_profile_client.h',
- 'dbus/shill_profile_client_stub.cc',
- 'dbus/shill_profile_client_stub.h',
'dbus/shill_service_client.cc',
'dbus/shill_service_client.h',
- 'dbus/shill_service_client_stub.cc',
- 'dbus/shill_service_client_stub.h',
'dbus/shill_stub_helper.cc',
'dbus/shill_stub_helper.h',
'dbus/ibus/ibus_client.cc',
@@ -377,8 +377,6 @@
'dbus/mock_shill_profile_client.h',
'dbus/mock_shill_service_client.cc',
'dbus/mock_shill_service_client.h',
- 'dbus/shill_profile_client_stub.cc',
- 'dbus/shill_profile_client_stub.h',
'disks/mock_disk_mount_manager.cc',
'disks/mock_disk_mount_manager.h',
'ime/mock_component_extension_ime_manager_delegate.cc',
« no previous file with comments | « no previous file | chromeos/dbus/fake_shill_manager_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698