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

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: Moved code back to components/arc 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 e6f40684c2c505bbce3606ef1ee144e4fa9c4afb..82efe33f406e38b03f4342a59d61a64adf37ecfa 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -9,6 +9,8 @@ static_library("arc") {
"arc_bridge_service_impl.cc",
"arc_bridge_service_impl.h",
"common/arc_message_generator.cc",
+ "input/arc_input_bridge.cc",
+ "input/arc_input_bridge.h",
]
deps = [
« 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