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

Unified Diff: components/arc/BUILD.gn

Issue 1408263006: chromeos: Add ArcInputBridge to components/arc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@arcxx
Patch Set: nit fix 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 | « components/arc.gypi ('k') | components/arc/arc_service_manager.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 3d53493ab3aa5b5df3605400d51b6895e9b25d4a..0a518f5c55120d16f7feebc61c529d510603edd5 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",
+ "input/arc_input_bridge.h",
+ "input/arc_input_bridge_impl.cc",
+ "input/arc_input_bridge_impl.h",
]
deps = [
@@ -24,6 +27,9 @@ static_library("arc") {
"//ipc:ipc",
"//ipc/mojo:mojo",
"//third_party/mojo/src/mojo/edk/system",
+ "//ui/aura",
+ "//ui/events",
+ "//ui/events:dom_keycode_converter",
]
}
@@ -65,5 +71,8 @@ source_set("unit_tests") {
"//mojo/public/cpp/environment:environment",
"//mojo/public/cpp/system:system",
"//testing/gtest",
+ "//ui/aura",
+ "//ui/events",
+ "//ui/events:dom_keycode_converter",
]
}
« no previous file with comments | « components/arc.gypi ('k') | components/arc/arc_service_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698