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

Unified Diff: chromeos/chromeos.gyp

Issue 2475343002: Add UpstartClient (Closed)
Patch Set: Wait for D-BUS response Created 4 years, 1 month 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_clients_browser.h » ('j') | chromeos/dbus/upstart_client.h » ('J')
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 84361ce9002ccf82d6e1dad85adf8fc92c01b03d..73e50f82938d84ec6c3e4b1a420f8dc8b30f3346 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -150,6 +150,8 @@
'dbus/fake_sms_client.h',
'dbus/fake_system_clock_client.cc',
'dbus/fake_system_clock_client.h',
+ 'dbus/fake_upstart_client.cc',
+ 'dbus/fake_upstart_client.h',
'dbus/gsm_sms_client.cc',
'dbus/gsm_sms_client.h',
'dbus/image_burner_client.cc',
@@ -198,6 +200,8 @@
'dbus/system_clock_client.h',
'dbus/update_engine_client.cc',
'dbus/update_engine_client.h',
+ 'dbus/upstart_client.cc',
+ 'dbus/upstart_client.h',
'dbus/volume_state.cc',
'dbus/volume_state.h',
'disks/disk_mount_manager.cc',
« no previous file with comments | « no previous file | chromeos/dbus/dbus_clients_browser.h » ('j') | chromeos/dbus/upstart_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698