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

Unified Diff: components/arc/BUILD.gn

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 | « components/arc.gypi ('k') | components/arc/arc_bridge_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/BUILD.gn
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
index 5151d5aed697ca0a86f5aab757fef22bb41dcd42..0a5501de2c78b0ae79d61c0035b9db2cb3a98519 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -12,9 +12,10 @@ static_library("arc") {
"arc_bridge_service.h",
"arc_bridge_service_impl.cc",
"arc_bridge_service_impl.h",
+ "arc_service.cc",
+ "arc_service.h",
"arc_service_manager.cc",
"arc_service_manager.h",
- "auth/arc_auth_service.h",
"clipboard/arc_clipboard_bridge.cc",
"clipboard/arc_clipboard_bridge.h",
"ime/arc_ime_bridge.cc",
@@ -22,15 +23,10 @@ static_library("arc") {
"ime/arc_ime_ipc_host.h",
"ime/arc_ime_ipc_host_impl.cc",
"ime/arc_ime_ipc_host_impl.h",
+ "input/arc_input_bridge.cc",
"input/arc_input_bridge.h",
- "input/arc_input_bridge_impl.cc",
- "input/arc_input_bridge_impl.h",
- "intent_helper/arc_intent_helper_bridge.cc",
- "intent_helper/arc_intent_helper_bridge.h",
"power/arc_power_bridge.cc",
"power/arc_power_bridge.h",
- "settings/arc_settings_bridge.cc",
- "settings/arc_settings_bridge.h",
"video/arc_video_bridge.cc",
"video/arc_video_bridge.h",
"video/video_host_delegate.h",
« no previous file with comments | « components/arc.gypi ('k') | components/arc/arc_bridge_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698