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

Unified Diff: trunk/src/mojo/mojo_services.gypi

Issue 304323005: Revert 273723 "Wire input events through the ViewManagerClient i..." (Closed) Base URL: svn://svn.chromium.org/chrome/
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: trunk/src/mojo/mojo_services.gypi
===================================================================
--- trunk/src/mojo/mojo_services.gypi (revision 273734)
+++ trunk/src/mojo/mojo_services.gypi (working copy)
@@ -12,31 +12,9 @@
],
'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',
- ],
- },
- {
'target_name': 'mojo_input_events_bindings',
'type': 'static_library',
'sources': [
@@ -152,7 +130,6 @@
'mojo_geometry_bindings',
'mojo_geometry_lib',
'mojo_gles2_service',
- 'mojo_input_events_lib',
'mojo_native_viewport_bindings',
'mojo_system_impl',
],
@@ -202,7 +179,6 @@
'dependencies': [
'mojo_cpp_bindings',
'mojo_geometry_bindings',
- 'mojo_input_events_bindings',
],
},
{
@@ -285,18 +261,15 @@
'../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',

Powered by Google App Engine
This is Rietveld 408576698