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

Unified Diff: chromeos/chromeos.gyp

Issue 2338063002: chromeos: Refactor D-Bus client type enum and stub vs. fake naming (Closed)
Patch Set: review comments 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 | « chrome/test/base/view_event_test_platform_part_chromeos.cc ('k') | chromeos/chromeos_switches.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 d48f113f137f880e1cec7cdac5c14c81cd1d492f..ba88336ea5bc5bddb7e6cf84f571afca63e365f9 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -95,7 +95,8 @@
'dbus/cryptohome_client.h',
'dbus/dbus_client_bundle.cc',
'dbus/dbus_client_bundle.h',
- 'dbus/dbus_client_implementation_type.h',
+ 'dbus/dbus_client_types.cc',
+ 'dbus/dbus_client_types.h',
'dbus/dbus_method_call_status.cc',
'dbus/dbus_method_call_status.h',
'dbus/dbus_thread_manager.cc',
@@ -345,8 +346,8 @@
'network/shill_property_util.h',
'printing/printer_configuration.cc',
'printing/printer_configuration.h',
- 'printing/printer_translator.h',
'printing/printer_translator.cc',
+ 'printing/printer_translator.h',
'process_proxy/process_output_watcher.cc',
'process_proxy/process_output_watcher.h',
'process_proxy/process_proxy.cc',
@@ -410,6 +411,7 @@
'dbus/cras_audio_client_unittest.cc',
'dbus/cros_disks_client_unittest.cc',
'dbus/dbus_client_bundle_unittest.cc',
+ 'dbus/dbus_thread_manager_unittest.cc',
'dbus/fake_cryptohome_client_unittest.cc',
'dbus/fake_easy_unlock_client_unittest.cc',
'dbus/fake_power_manager_client_unittest.cc',
« no previous file with comments | « chrome/test/base/view_event_test_platform_part_chromeos.cc ('k') | chromeos/chromeos_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698