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

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: fix build error. 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 48f647bf86e02d12fd328df5ba9feec38e0064e0..41e5ca02f69f099fadac5093c354b12b5445df15 100644
--- a/blimp/client/BUILD.gn
+++ b/blimp/client/BUILD.gn
@@ -22,12 +22,20 @@ 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",
]
defines = [ "BLIMP_CLIENT_IMPLEMENTATION=1" ]
+ public_deps = [
+ "//ui/events",
+ ]
+
deps = [
"//base",
"//blimp/common:blimp_common",
@@ -38,6 +46,8 @@ component("blimp_client") {
"//gpu/command_buffer/client:gl_in_process_context",
"//gpu/command_buffer/common:gles2_utils",
"//gpu/skia_bindings",
+ "//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