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

Unified Diff: components/arc.gypi

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 | « chrome/browser/chromeos/chrome_browser_main_chromeos.cc ('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 ccff1f346ce6e6cdca86b90df405fcd114eef28a..3773f094c5fb72b641d1a119cab0c5d2f60c1ae5 100644
--- a/components/arc.gypi
+++ b/components/arc.gypi
@@ -19,6 +19,8 @@
'sources': [
'arc/arc_bridge_service.cc',
'arc/arc_bridge_service.h',
+ 'arc/arc_bridge_service_impl.cc',
+ 'arc/arc_bridge_service_impl.h',
'arc/common/arc_host_messages.h',
'arc/common/arc_instance_messages.h',
'arc/common/arc_message_generator.cc',
« no previous file with comments | « chrome/browser/chromeos/chrome_browser_main_chromeos.cc ('k') | components/arc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698