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

Unified Diff: chromeos/chromeos.gyp

Issue 1421023002: Remove the ARC Bridge Service (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Removed the bool callback for StartInstance Created 5 years, 2 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/arc_bridge_client.h » ('j') | chromeos/dbus/arc_bridge_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 5400439238e9295aebb541fa0a7926d81d11aa03..5d36268ed13a61c8125a0daecd7b6d27a2148a9c 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -53,8 +53,8 @@
'dbus/amplifier_client.h',
'dbus/ap_manager_client.cc',
'dbus/ap_manager_client.h',
- 'dbus/arc_bridge_client.cc',
- 'dbus/arc_bridge_client.h',
+ 'dbus/arc_instance_client.cc',
+ 'dbus/arc_instance_client.h',
'dbus/audio_dsp_client.cc',
'dbus/audio_dsp_client.h',
'dbus/audio_node.cc',
@@ -120,8 +120,8 @@
'dbus/fake_amplifier_client.h',
'dbus/fake_ap_manager_client.cc',
'dbus/fake_ap_manager_client.h',
- 'dbus/fake_arc_bridge_client.cc',
- 'dbus/fake_arc_bridge_client.h',
+ 'dbus/fake_arc_instance_client.cc',
+ 'dbus/fake_arc_instance_client.h',
'dbus/fake_audio_dsp_client.cc',
'dbus/fake_audio_dsp_client.h',
'dbus/fake_bluetooth_adapter_client.cc',
« no previous file with comments | « no previous file | chromeos/dbus/arc_bridge_client.h » ('j') | chromeos/dbus/arc_bridge_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698