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

Unified Diff: chromeos/chromeos.gyp

Issue 996013003: privetd: Expose dbus API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix mysterious build failure Created 5 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_client_bundle.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 9deb35b2ac4eb069226c8a27895d13aad718d0e2..07d653691834a83a090fb02c4d9bef537e20e949 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -178,6 +178,8 @@
'dbus/fake_peer_daemon_manager_client.h',
'dbus/fake_permission_broker_client.cc',
'dbus/fake_permission_broker_client.h',
+ 'dbus/fake_privet_daemon_manager_client.cc',
+ 'dbus/fake_privet_daemon_manager_client.h',
'dbus/fake_shill_device_client.cc',
'dbus/fake_shill_device_client.h',
'dbus/fake_shill_ipconfig_client.cc',
@@ -232,6 +234,8 @@
'dbus/power_manager_client.h',
'dbus/power_policy_controller.cc',
'dbus/power_policy_controller.h',
+ 'dbus/privet_daemon_manager_client.cc',
+ 'dbus/privet_daemon_manager_client.h',
'dbus/services/console_service_provider.cc',
'dbus/services/console_service_provider.h',
'dbus/services/cros_dbus_service.cc',
@@ -457,6 +461,7 @@
'dbus/modem_messaging_client_unittest.cc',
'dbus/nfc_client_unittest.cc',
'dbus/power_policy_controller_unittest.cc',
+ 'dbus/privet_daemon_manager_client_unittest.cc',
'dbus/services/cros_dbus_service_unittest.cc',
'dbus/services/proxy_resolution_service_provider_unittest.cc',
'dbus/shill_client_unittest_base.cc',
« no previous file with comments | « no previous file | chromeos/dbus/dbus_client_bundle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698