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

Unified Diff: chromeos/chromeos.gyp

Issue 2232203003: Implement a dbus client for CupsTool. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
« no previous file with comments | « no previous file | chromeos/dbus/cups_client.h » ('j') | chromeos/dbus/cups_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 13142d29564011b390371b8fb01b196c22acd8fb..eb97e7568a81189a7441c8109b92256f5e327533 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -93,6 +93,8 @@
'dbus/cros_disks_client.h',
'dbus/cryptohome_client.cc',
'dbus/cryptohome_client.h',
+ 'dbus/cups_client.cc',
+ 'dbus/cups_client.h',
'dbus/dbus_client_bundle.cc',
'dbus/dbus_client_bundle.h',
'dbus/dbus_client_implementation_type.h',
@@ -112,6 +114,8 @@
'dbus/fake_cros_disks_client.h',
'dbus/fake_cryptohome_client.cc',
'dbus/fake_cryptohome_client.h',
+ 'dbus/fake_cups_client.cc',
+ 'dbus/fake_cups_client.h',
'dbus/fake_debug_daemon_client.cc',
'dbus/fake_debug_daemon_client.h',
'dbus/fake_easy_unlock_client.cc',
@@ -409,7 +413,9 @@
'dbus/blocking_method_caller_unittest.cc',
'dbus/cras_audio_client_unittest.cc',
'dbus/cros_disks_client_unittest.cc',
+ 'dbus/cups_client_unittest.cc',
'dbus/dbus_client_bundle_unittest.cc',
+ 'dbus/fake_cups_client_unittest.cc',
'dbus/fake_easy_unlock_client_unittest.cc',
'dbus/fake_power_manager_client_unittest.cc',
'dbus/gsm_sms_client_unittest.cc',
« no previous file with comments | « no previous file | chromeos/dbus/cups_client.h » ('j') | chromeos/dbus/cups_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698