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

Unified Diff: components/arc/BUILD.gn

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
Index: components/arc/BUILD.gn
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
index 0a518f5c55120d16f7feebc61c529d510603edd5..42543bb0a05f2c6fdfaccaf51588245665ea9e30 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -14,6 +14,9 @@ static_library("arc") {
"arc_bridge_service_impl.h",
"arc_service_manager.cc",
"arc_service_manager.h",
+ "clipboard/clipboard_bridge.h",
+ "clipboard/clipboard_bridge_impl.cc",
+ "clipboard/clipboard_bridge_impl.h",
"input/arc_input_bridge.h",
"input/arc_input_bridge_impl.cc",
"input/arc_input_bridge_impl.h",
@@ -28,6 +31,7 @@ static_library("arc") {
"//ipc/mojo:mojo",
"//third_party/mojo/src/mojo/edk/system",
"//ui/aura",
+ "//ui/base:base",
"//ui/events",
"//ui/events:dom_keycode_converter",
]

Powered by Google App Engine
This is Rietveld 408576698