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

Unified Diff: chromeos/chromeos.gyp

Issue 2343993003: chromeos: Refactor D-Bus client creation for ash and browser processes (Closed)
Patch Set: cleanup, extend tests Created 4 years, 3 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 df055ef441b4bed1e3c0de4af8d62d71995f896d..19ed1b841509a1923df98461f0fb8820b356f142 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -93,10 +93,14 @@
'dbus/cros_disks_client.h',
'dbus/cryptohome_client.cc',
'dbus/cryptohome_client.h',
- 'dbus/dbus_client_bundle.cc',
- 'dbus/dbus_client_bundle.h',
'dbus/dbus_client_types.cc',
'dbus/dbus_client_types.h',
+ 'dbus/dbus_clients_ash.cc',
+ 'dbus/dbus_clients_ash.h',
+ 'dbus/dbus_clients_browser.cc',
+ 'dbus/dbus_clients_browser.h',
+ 'dbus/dbus_clients_common.cc',
+ 'dbus/dbus_clients_common.h',
'dbus/dbus_method_call_status.cc',
'dbus/dbus_method_call_status.h',
'dbus/dbus_thread_manager.cc',

Powered by Google App Engine
This is Rietveld 408576698