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

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: Fix the fakes Created 5 years 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') | components/arc/arc_bridge_service.h » ('J')
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 62cc4635604432978bd9d3ff157cefe90dee91aa..7b4d84cd8ec3f8406ab7c87e7315999604623237 100644
--- a/components/arc.gypi
+++ b/components/arc.gypi
@@ -17,6 +17,7 @@
'../chromeos/chromeos.gyp:chromeos',
'../ipc/ipc.gyp:ipc',
'../ui/aura/aura.gyp:aura',
+ '../ui/base/ui_base.gyp:ui_base',
'../ui/events/events.gyp:events_base',
],
'sources': [
@@ -31,6 +32,9 @@
'arc/input/arc_input_bridge.h',
'arc/input/arc_input_bridge_impl.cc',
'arc/input/arc_input_bridge_impl.h',
+ 'arc/clipboard/clipboard_bridge.h',
+ 'arc/clipboard/clipboard_bridge_impl.cc',
+ 'arc/clipboard/clipboard_bridge_impl.h',
],
},
{
« no previous file with comments | « no previous file | components/arc/BUILD.gn » ('j') | components/arc/arc_bridge_service.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698