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

Unified Diff: mojo/mojo_services.gypi

Issue 300863003: Wire input events through the ViewManagerClient interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: , Created 6 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
Index: mojo/mojo_services.gypi
diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi
index 112893fc5c6393a7439e4ef71c26c196f4959924..06171a284af669cc882e26551bb64102f49a796c 100644
--- a/mojo/mojo_services.gypi
+++ b/mojo/mojo_services.gypi
@@ -12,6 +12,28 @@
],
'dependencies': [
'mojo_cpp_bindings',
+ 'mojo_geometry_bindings',
+ ],
+ },
+ {
+ 'target_name': 'mojo_input_events_lib',
+ 'type': '<(component)',
+ 'defines': [
+ 'MOJO_INPUT_EVENTS_IMPLEMENTATION',
+ ],
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../ui/events/events.gyp:events',
+ '../ui/gfx/gfx.gyp:gfx_geometry',
+ 'mojo_environment_chromium',
+ 'mojo_input_events_bindings',
+ 'mojo_geometry_bindings',
+ 'mojo_geometry_lib',
+ 'mojo_system_impl',
+ ],
+ 'sources': [
+ 'services/public/cpp/input_events/lib/input_events_type_converters.cc',
+ 'services/public/cpp/input_events/input_events_type_converters.h',
],
},
{
@@ -129,6 +151,7 @@
'mojo_geometry_bindings',
'mojo_geometry_lib',
'mojo_gles2_service',
+ 'mojo_input_events_lib',
'mojo_native_viewport_bindings',
'mojo_system_impl',
],
@@ -178,6 +201,7 @@
'dependencies': [
'mojo_cpp_bindings',
'mojo_geometry_bindings',
+ 'mojo_input_events_bindings',
],
},
{
@@ -260,15 +284,18 @@
'../base/base.gyp:base',
'../skia/skia.gyp:skia',
'../ui/aura/aura.gyp:aura',
+ '../ui/aura/aura.gyp:aura_test_support',
'../ui/base/ui_base.gyp:ui_base',
'../ui/gfx/gfx.gyp:gfx',
'../ui/gfx/gfx.gyp:gfx_geometry',
+ '../ui/wm/wm.gyp:wm',
'mojo_aura_support',
'mojo_common_lib',
'mojo_environment_chromium',
'mojo_geometry_bindings',
'mojo_geometry_lib',
'mojo_gles2',
+ 'mojo_input_events_lib',
'mojo_launcher_bindings',
'mojo_main_chromium',
'mojo_native_viewport_bindings',
« no previous file with comments | « mojo/examples/sample_view_manager_app/sample_view_manager_app.cc ('k') | mojo/services/native_viewport/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698