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

Unified Diff: blimp/client/BUILD.gn

Issue 1430623004: blimp: Add support for input handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: "Add dtor for BlimpInputHandlerWrapper" 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 | « no previous file | blimp/client/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/BUILD.gn
diff --git a/blimp/client/BUILD.gn b/blimp/client/BUILD.gn
index edde7b61d66bcdf53c661d087837af9afcbb4f5b..d4d0a4451ed2e2336cf9d79abeaee167b522c4ce 100644
--- a/blimp/client/BUILD.gn
+++ b/blimp/client/BUILD.gn
@@ -22,6 +22,10 @@ component("blimp_client") {
"compositor/render_widget_message_processor.h",
"compositor/test/dummy_layer_driver.cc",
"compositor/test/dummy_layer_driver.h",
+ "input/blimp_input_handler_wrapper.cc",
+ "input/blimp_input_handler_wrapper.h",
+ "input/blimp_input_manager.cc",
+ "input/blimp_input_manager.h",
"navigation_message_processor.cc",
"navigation_message_processor.h",
]
@@ -38,6 +42,9 @@ component("blimp_client") {
"//gpu/command_buffer/client:gl_in_process_context",
"//gpu/command_buffer/common:gles2_utils",
"//gpu/skia_bindings",
+ "//ui/events",
tdresser 2015/12/07 14:32:44 There was a time when Android didn't depend on ui/
Khushal 2015/12/07 19:21:58 We actually need this for motion_event_android.h w
+ "//ui/events/blink",
+ "//ui/events/gestures/blink",
"//ui/gfx/geometry",
"//ui/gl",
"//url:url",
« no previous file with comments | « no previous file | blimp/client/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698