Chromium Code Reviews| 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", |