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 12605008: D-Bus Clients for BlueZ 5 API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mock dbus thread manager without gmock? I didn't even know that was a thing! Created 7 years, 9 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') | 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 b85a0313e80de0cc7a8c2cf78f218bcf9b46f2c8..cc09cea1e10a0c5b7e8e5dc6f4aa52ce7a87d1ca 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -65,6 +65,18 @@
'dbus/dbus_thread_manager.h',
'dbus/debug_daemon_client.cc',
'dbus/debug_daemon_client.h',
+ 'dbus/experimental_bluetooth_adapter_client.cc',
+ 'dbus/experimental_bluetooth_adapter_client.h',
+ 'dbus/experimental_bluetooth_agent_manager_client.cc',
+ 'dbus/experimental_bluetooth_agent_manager_client.h',
+ 'dbus/experimental_bluetooth_agent_service_provider.cc',
+ 'dbus/experimental_bluetooth_agent_service_provider.h',
+ 'dbus/experimental_bluetooth_device_client.cc',
+ 'dbus/experimental_bluetooth_device_client.h',
+ 'dbus/experimental_bluetooth_profile_manager_client.cc',
+ 'dbus/experimental_bluetooth_profile_manager_client.h',
+ 'dbus/experimental_bluetooth_profile_service_provider.cc',
+ 'dbus/experimental_bluetooth_profile_service_provider.h',
'dbus/gsm_sms_client.cc',
'dbus/gsm_sms_client.h',
'dbus/shill_client_helper.cc',
@@ -271,6 +283,14 @@
'dbus/mock_dbus_thread_manager.h',
'dbus/mock_debug_daemon_client.cc',
'dbus/mock_debug_daemon_client.h',
+ 'dbus/mock_experimental_bluetooth_adapter_client.cc',
+ 'dbus/mock_experimental_bluetooth_adapter_client.h',
+ 'dbus/mock_experimental_bluetooth_agent_manager_client.cc',
+ 'dbus/mock_experimental_bluetooth_agent_manager_client.h',
+ 'dbus/mock_experimental_bluetooth_device_client.cc',
+ 'dbus/mock_experimental_bluetooth_device_client.h',
+ 'dbus/mock_experimental_bluetooth_profile_manager_client.cc',
+ 'dbus/mock_experimental_bluetooth_profile_manager_client.h',
'dbus/mock_shill_device_client.cc',
'dbus/mock_shill_device_client.h',
'dbus/mock_shill_ipconfig_client.cc',
« no previous file with comments | « no previous file | chromeos/dbus/dbus_thread_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698