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

Unified Diff: chromeos/chromeos.gyp

Issue 10095004: Add FlimflamDeviceClient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/dbus_thread_manager.h » ('j') | chromeos/dbus/flimflam_device_client.cc » ('J')
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 1bdf2bccfbc546ac2f1bb785d5afc4c1a4ad467a..98da48ba61d9f47b4a76ac8b4d42eed3442c2dbe 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -53,6 +53,8 @@
'dbus/flimflam_ipconfig_client.h',
'dbus/flimflam_client_helper.cc',
'dbus/flimflam_client_helper.h',
+ 'dbus/flimflam_device_client.cc',
+ 'dbus/flimflam_device_client.h',
'dbus/flimflam_manager_client.cc',
'dbus/flimflam_manager_client.h',
'dbus/flimflam_network_client.cc',
@@ -105,6 +107,8 @@
'dbus/mock_dbus_thread_manager.h',
'dbus/mock_debug_daemon_client.cc',
'dbus/mock_debug_daemon_client.h',
+ 'dbus/mock_flimflam_device_client.cc',
+ 'dbus/mock_flimflam_device_client.h',
'dbus/mock_flimflam_ipconfig_client.cc',
'dbus/mock_flimflam_ipconfig_client.h',
'dbus/mock_flimflam_manager_client.cc',
@@ -146,6 +150,7 @@
'dbus/blocking_method_caller_unittest.cc',
'dbus/flimflam_client_unittest_base.cc',
'dbus/flimflam_client_unittest_base.h',
+ 'dbus/flimflam_device_client_unittest.cc',
'dbus/flimflam_manager_client_unittest.cc',
'dbus/flimflam_network_client_unittest.cc',
'dbus/flimflam_profile_client_unittest.cc',
« no previous file with comments | « no previous file | chromeos/dbus/dbus_thread_manager.h » ('j') | chromeos/dbus/flimflam_device_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698