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

Unified Diff: chromeos/chromeos.gyp

Issue 980973003: apmanager: Add dbus implementation to chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change struct into class 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/ap_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 f7596b845fa9673e6ce76a436c94e028673ee1f5..0a0c25977de925d3e85ff23e7ccf32516e9a2dea 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -49,6 +49,8 @@
'cryptohome/homedir_methods.h',
'cryptohome/system_salt_getter.cc',
'cryptohome/system_salt_getter.h',
+ 'dbus/ap_manager_client.cc',
+ 'dbus/ap_manager_client.h',
'dbus/audio_node.cc',
'dbus/audio_node.h',
'dbus/blocking_method_caller.cc',
@@ -104,6 +106,8 @@
'dbus/debug_daemon_client.h',
'dbus/easy_unlock_client.cc',
'dbus/easy_unlock_client.h',
+ 'dbus/fake_ap_manager_client.cc',
+ 'dbus/fake_ap_manager_client.h',
'dbus/fake_bluetooth_adapter_client.cc',
'dbus/fake_bluetooth_adapter_client.h',
'dbus/fake_bluetooth_agent_manager_client.cc',
« no previous file with comments | « no previous file | chromeos/dbus/ap_manager_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698