| Index: mojo/mojo_services.gypi
|
| diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi
|
| index 5b9b95c57c9f64f7ed36554a7bf4e5a453770377..fca41d64d1ef37ebdf8d1f60cf78b5aad2db5e09 100644
|
| --- a/mojo/mojo_services.gypi
|
| +++ b/mojo/mojo_services.gypi
|
| @@ -203,7 +203,10 @@
|
| '../base/base.gyp:base',
|
| '../skia/skia.gyp:skia',
|
| '../ui/aura/aura.gyp:aura',
|
| + '../ui/base/ui_base.gyp:ui_base',
|
| + '../ui/gfx/gfx.gyp:gfx',
|
| '../ui/gfx/gfx.gyp:gfx_geometry',
|
| + 'mojo_aura_support',
|
| 'mojo_common_lib',
|
| 'mojo_environment_chromium',
|
| 'mojo_launcher_bindings',
|
| @@ -215,14 +218,16 @@
|
| ],
|
| 'sources': [
|
| 'services/view_manager/ids.h',
|
| + 'services/view_manager/main.cc',
|
| 'services/view_manager/node.cc',
|
| 'services/view_manager/node.h',
|
| 'services/view_manager/node_delegate.h',
|
| 'services/view_manager/root_node_manager.cc',
|
| 'services/view_manager/root_node_manager.h',
|
| + 'services/view_manager/root_view_manager.cc',
|
| + 'services/view_manager/root_view_manager.h',
|
| 'services/view_manager/view.cc',
|
| 'services/view_manager/view.h',
|
| - 'services/view_manager/view_manager.cc',
|
| 'services/view_manager/view_manager_connection.cc',
|
| 'services/view_manager/view_manager_connection.h',
|
| 'services/view_manager/view_manager_export.h',
|
| @@ -236,10 +241,11 @@
|
| 'type': 'executable',
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| - '../base/base.gyp:run_all_unittests',
|
| + '../base/base.gyp:test_support_base',
|
| '../skia/skia.gyp:skia',
|
| '../testing/gtest.gyp:gtest',
|
| '../ui/aura/aura.gyp:aura',
|
| + '../ui/gl/gl.gyp:gl',
|
| 'mojo_environment_chromium',
|
| 'mojo_shell_client',
|
| 'mojo_shell_test_support',
|
| @@ -248,6 +254,9 @@
|
| 'mojo_view_manager_common',
|
| ],
|
| 'sources': [
|
| + 'services/view_manager/view_manager_test_suite.cc',
|
| + 'services/view_manager/view_manager_test_suite.h',
|
| + 'services/view_manager/view_manager_unittests.cc',
|
| 'services/view_manager/view_manager_connection_unittest.cc',
|
| ],
|
| },
|
|
|