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

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 fixes. 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_bridge_service_impl.cc » ('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 4e87ec858226b5b976f8739bd886cb62c4f8f5c0..e3eccb7c9ca7b5f35bfac2c01719d88b0503f966 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -12,6 +12,9 @@ static_library("arc") {
"arc_service_manager.h",
"common/arc_message_generator.cc",
"common/arc_notification_types.cc",
+ "input/arc_input_bridge.h",
+ "input/arc_input_bridge_impl.cc",
+ "input/arc_input_bridge_impl.h",
]
deps = [
@@ -19,6 +22,7 @@ static_library("arc") {
"//base:prefs",
"//chromeos",
"//ipc",
+ "//ui",
sky 2015/12/05 00:16:49 I'm surprised this compiles. //ui has no BUILD.gn,
denniskempin 2015/12/05 01:17:56 I updated it to //ui/aura and events. Same in DEPS
]
}
@@ -47,5 +51,6 @@ source_set("unit_tests") {
"//chromeos",
"//ipc",
"//testing/gtest",
+ "//ui",
]
}
« no previous file with comments | « components/arc.gypi ('k') | components/arc/arc_bridge_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698