| Index: mojo/mojo_services.gypi
|
| diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi
|
| index af4c0a7d74558410f7024a59ea2d378903b4bd2d..c6c4fc695df02a90cd63d39d489f10d00bcd05ae 100644
|
| --- a/mojo/mojo_services.gypi
|
| +++ b/mojo/mojo_services.gypi
|
| @@ -326,11 +326,17 @@
|
| 'type': '<(component)',
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| + '../cc/cc.gyp:cc',
|
| '../skia/skia.gyp:skia',
|
| '../ui/aura/aura.gyp:aura',
|
| '../ui/base/ui_base.gyp:ui_base',
|
| + '../ui/compositor/compositor.gyp:compositor',
|
| + '../ui/events/events.gyp:events',
|
| + '../ui/events/events.gyp:events_base',
|
| '../ui/gfx/gfx.gyp:gfx',
|
| '../ui/gfx/gfx.gyp:gfx_geometry',
|
| + '../ui/gl/gl.gyp:gl',
|
| + '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
|
| 'mojo_application',
|
| 'mojo_aura_support',
|
| 'mojo_common_lib',
|
| @@ -340,7 +346,6 @@
|
| 'mojo_gles2',
|
| 'mojo_input_events_bindings',
|
| 'mojo_input_events_lib',
|
| - 'mojo_launcher_bindings',
|
| 'mojo_native_viewport_bindings',
|
| 'mojo_system_impl',
|
| 'mojo_view_manager_bindings',
|
| @@ -365,6 +370,10 @@
|
| 'services/view_manager/view_manager_init_connection.cc',
|
| 'services/view_manager/view_manager_init_connection.h',
|
| 'services/view_manager/view_manager_export.h',
|
| + 'services/view_manager/context_factory_impl.cc',
|
| + 'services/view_manager/context_factory_impl.h',
|
| + 'services/view_manager/window_tree_host_impl.cc',
|
| + 'services/view_manager/window_tree_host_impl.h',
|
| ],
|
| 'defines': [
|
| 'MOJO_VIEW_MANAGER_IMPLEMENTATION',
|
|
|