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

Unified Diff: components/arc/BUILD.gn

Issue 1481523002: arc-bridge: Split ArcBridgeService to common part and IPC based impl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: discard using std::move. Update unittest Created 5 years, 1 month 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.h » ('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 e6d6cae938cabf6184600255ae01f581ec0af6d2..e6f40684c2c505bbce3606ef1ee144e4fa9c4afb 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -6,6 +6,8 @@ static_library("arc") {
sources = [
"arc_bridge_service.cc",
"arc_bridge_service.h",
+ "arc_bridge_service_impl.cc",
+ "arc_bridge_service_impl.h",
"common/arc_message_generator.cc",
]
« no previous file with comments | « components/arc.gypi ('k') | components/arc/arc_bridge_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698