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

Unified Diff: mojo/mojo_services.gypi

Issue 316713002: Wire input events through the ViewManagerClient interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix android Created 6 years, 6 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 f94982c82f0d8949a2b86b0a0de4b877c8d226bc..2661724b288399d1ea25e329d6adf3764837743a 100644
--- a/mojo/mojo_services.gypi
+++ b/mojo/mojo_services.gypi
@@ -15,6 +15,28 @@
],
},
{
+ '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',
+ 'services/public/cpp/input_events/mojo_input_events_export.h',
+ ],
+ },
+ {
'target_name': 'mojo_input_events_bindings',
'type': 'static_library',
'sources': [
@@ -130,6 +152,7 @@
'mojo_geometry_bindings',
'mojo_geometry_lib',
'mojo_gles2_service',
+ 'mojo_input_events_lib',
'mojo_native_viewport_bindings',
'mojo_system_impl',
],
@@ -179,6 +202,7 @@
'dependencies': [
'mojo_cpp_bindings',
'mojo_geometry_bindings',
+ 'mojo_input_events_bindings',
],
},
{
@@ -271,6 +295,8 @@
'mojo_geometry_bindings',
'mojo_geometry_lib',
'mojo_gles2',
+ 'mojo_input_events_bindings',
+ 'mojo_input_events_lib',
'mojo_launcher_bindings',
'mojo_main_chromium',
'mojo_native_viewport_bindings',
@@ -330,6 +356,8 @@
'mojo_environment_chromium',
'mojo_geometry_bindings',
'mojo_geometry_lib',
+ 'mojo_input_events_bindings',
+ 'mojo_input_events_lib',
'mojo_service_manager',
'mojo_shell_test_support',
'mojo_system_impl',
« 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