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

Unified Diff: chromeos/chromeos.gyp

Issue 444263002: Added switch that let us 'un-stub' certain dbus clients. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
Index: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index 872a7821d8ef430255264561a3cba3405dd92755..99c5c5fc0219b6ca1025c37a85867761e26fa91f 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -115,6 +115,8 @@
'dbus/cryptohome_client.cc',
'dbus/cryptohome_client.h',
'dbus/dbus_client_implementation_type.h',
+ 'dbus/dbus_client_bundle.h',
+ 'dbus/dbus_client_bundle.cc',
'dbus/dbus_method_call_status.cc',
'dbus/dbus_method_call_status.h',
'dbus/dbus_thread_manager.cc',
@@ -203,6 +205,8 @@
'dbus/introspectable_client.h',
'dbus/lorgnette_manager_client.cc',
'dbus/lorgnette_manager_client.h',
+ 'dbus/mixed_dbus_thread_manager.cc',
+ 'dbus/mixed_dbus_thread_manager.h',
'dbus/modem_messaging_client.cc',
'dbus/modem_messaging_client.h',
'dbus/nfc_adapter_client.cc',

Powered by Google App Engine
This is Rietveld 408576698