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

Unified Diff: components/arc.gypi

Issue 1596663002: arc-bridge: Introduce the ArcService class (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Rebased + protected ArcService direct instantiation Created 4 years, 11 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/chrome_browser_chromeos.gypi ('k') | components/arc/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc.gypi
diff --git a/components/arc.gypi b/components/arc.gypi
index ab3f66f07f8308293c53ad4dbb1b92133e84a9e3..20dbad60a7327a49d60e77ad49eb5f3953df5805 100644
--- a/components/arc.gypi
+++ b/components/arc.gypi
@@ -24,13 +24,14 @@
'../ui/events/events.gyp:events_base',
],
'sources': [
- 'arc/auth/arc_auth_service.h',
'arc/arc_bridge_bootstrap.cc',
'arc/arc_bridge_bootstrap.h',
'arc/arc_bridge_service.cc',
'arc/arc_bridge_service.h',
'arc/arc_bridge_service_impl.cc',
'arc/arc_bridge_service_impl.h',
+ 'arc/arc_service.cc',
+ 'arc/arc_service.h',
'arc/arc_service_manager.cc',
'arc/arc_service_manager.h',
'arc/clipboard/arc_clipboard_bridge.cc',
@@ -40,13 +41,8 @@
'arc/ime/arc_ime_ipc_host.h',
'arc/ime/arc_ime_ipc_host_impl.cc',
'arc/ime/arc_ime_ipc_host_impl.h',
+ 'arc/input/arc_input_bridge.cc',
'arc/input/arc_input_bridge.h',
- 'arc/input/arc_input_bridge_impl.cc',
- 'arc/input/arc_input_bridge_impl.h',
- 'arc/intent_helper/arc_intent_helper_bridge.cc',
- 'arc/intent_helper/arc_intent_helper_bridge.h',
- 'arc/settings/arc_settings_bridge.cc',
- 'arc/settings/arc_settings_bridge.h',
'arc/power/arc_power_bridge.cc',
'arc/power/arc_power_bridge.h',
'arc/video/arc_video_bridge.cc',
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | components/arc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698