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

Unified Diff: components/arc.gypi

Issue 1495723004: Minimum implementation of ARC clipboard Bridge (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased and address review comments 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 | « no previous file | 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 ce2ab33eb56512c518187041468217ccf8ca791d..1e7a8faf5276e2313f38b8b2f3d194b3df3c48ed 100644
--- a/components/arc.gypi
+++ b/components/arc.gypi
@@ -18,6 +18,7 @@
'../chromeos/chromeos.gyp:power_manager_proto',
'../ipc/ipc.gyp:ipc',
'../ui/aura/aura.gyp:aura',
+ '../ui/base/ui_base.gyp:ui_base',
'../ui/events/events.gyp:events_base',
],
'sources': [
@@ -30,6 +31,8 @@
'arc/arc_bridge_service_impl.h',
'arc/arc_service_manager.cc',
'arc/arc_service_manager.h',
+ 'arc/clipboard/arc_clipboard_bridge.cc',
+ 'arc/clipboard/arc_clipboard_bridge.h',
'arc/input/arc_input_bridge.h',
'arc/input/arc_input_bridge_impl.cc',
'arc/input/arc_input_bridge_impl.h',
@@ -71,6 +74,7 @@
'arc/common/app.mojom',
'arc/common/arc_bridge.mojom',
'arc/common/auth.mojom',
+ 'arc/common/clipboard.mojom',
'arc/common/input.mojom',
'arc/common/notifications.mojom',
'arc/common/power.mojom',
« no previous file with comments | « no previous file | components/arc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698