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

Unified Diff: mojo/mojo_services.gypi

Issue 315223004: Moves view_manager files to view_manager directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm sample_view_manager.app again 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
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | mojo/services/view_manager/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | mojo/services/view_manager/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698