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

Unified Diff: remoting/client/input/BUILD.gn

Issue 2868383003: [CRD iOS] Send key events to the session. (Closed)
Patch Set: Update based on feedback. Created 3 years, 7 months 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 | « remoting/client/chromoting_session.h ('k') | remoting/client/input/client_input_injector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/input/BUILD.gn
diff --git a/remoting/client/input/BUILD.gn b/remoting/client/input/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..a2022735487c7221f108b91775a663f453006521
--- /dev/null
+++ b/remoting/client/input/BUILD.gn
@@ -0,0 +1,20 @@
+# Copyright 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+source_set("input") {
+ sources = [
+ "client_input_injector.h",
+ "keyboard_input_strategy.h",
+ "keyboard_interpreter.cc",
+ "keyboard_interpreter.h",
+ "text_keyboard_input_strategy.cc",
+ "text_keyboard_input_strategy.h",
+ ]
+
+ deps = [
+ "//remoting/base",
+ "//third_party/webrtc/base:rtc_base_approved",
+ "//ui/events:dom_keycode_converter",
+ ]
+}
« no previous file with comments | « remoting/client/chromoting_session.h ('k') | remoting/client/input/client_input_injector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698