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

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: integration with ArcServiceManager and ExoSurfaces 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/DEPS » ('j') | components/arc/DEPS » ('J')
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 16a283fa2fef84a2ee4da7a22602c2383c713267..54fa043d815cae2102b305c301225f8b3f8f61df 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -12,6 +12,8 @@ static_library("arc") {
"arc_service_manager.h",
"common/arc_message_generator.cc",
"common/arc_notification_types.cc",
+ "input/arc_input_bridge.cc",
+ "input/arc_input_bridge.h",
]
deps = [
@@ -19,6 +21,7 @@ static_library("arc") {
"//base:prefs",
"//chromeos",
"//ipc",
+ "//ui",
]
}
« no previous file with comments | « components/arc.gypi ('k') | components/arc/DEPS » ('j') | components/arc/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698