| Index: mojo/mojo_services.gypi
|
| diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi
|
| index 0e84e24aa0c793869084275391caad0f5d8e5ad6..5152d2792f5a06abad4f4ac92a8725bbd830c4f7 100644
|
| --- a/mojo/mojo_services.gypi
|
| +++ b/mojo/mojo_services.gypi
|
| @@ -46,10 +46,10 @@
|
| '../base/base.gyp:base',
|
| '../base/base.gyp:test_support_base',
|
| '../testing/gtest.gyp:gtest',
|
| + 'edk/mojo_edk.gyp:mojo_run_all_unittests',
|
| + 'edk/mojo_edk.gyp:mojo_system_impl',
|
| 'mojo_application_manager',
|
| 'mojo_base.gyp:mojo_application_chromium',
|
| - 'mojo_base.gyp:mojo_run_all_unittests',
|
| - 'mojo_base.gyp:mojo_system_impl',
|
| 'mojo_clipboard_bindings',
|
| 'mojo_shell_test_support',
|
| ],
|
| @@ -279,8 +279,8 @@
|
| '../ui/gfx/gfx.gyp:gfx',
|
| '../ui/gfx/gfx.gyp:gfx_geometry',
|
| '../ui/gfx/gfx.gyp:gfx_test_support',
|
| + 'edk/mojo_edk.gyp:mojo_run_all_unittests',
|
| 'mojo_base.gyp:mojo_environment_chromium',
|
| - 'mojo_base.gyp:mojo_run_all_unittests',
|
| 'mojo_geometry_lib',
|
| 'mojo_surfaces_bindings',
|
| 'mojo_surfaces_lib',
|
| @@ -686,7 +686,7 @@
|
| ],
|
| }, { # use_aura==0
|
| 'dependencies': [
|
| - 'mojo_base.gyp:mojo_run_all_unittests',
|
| + 'edk/mojo_edk.gyp:mojo_run_all_unittests',
|
| ],
|
| }],
|
| ],
|
| @@ -900,8 +900,8 @@
|
| '../testing/gtest.gyp:gtest',
|
| '../ui/aura/aura.gyp:aura',
|
| '../ui/gfx/gfx.gyp:gfx_geometry',
|
| + 'edk/mojo_edk.gyp:mojo_system_impl',
|
| 'mojo_application_manager',
|
| - 'mojo_base.gyp:mojo_system_impl',
|
| 'mojo_base.gyp:mojo_application_chromium',
|
| 'mojo_geometry_bindings',
|
| 'mojo_geometry_lib',
|
| @@ -979,8 +979,8 @@
|
| 'dependencies': [
|
| '../base/base.gyp:test_support_base',
|
| '../testing/gtest.gyp:gtest',
|
| + 'edk/mojo_edk.gyp:mojo_system_impl',
|
| 'mojo_application_manager',
|
| - 'mojo_base.gyp:mojo_system_impl',
|
| 'mojo_base.gyp:mojo_environment_chromium',
|
| 'mojo_core_window_manager_bindings',
|
| 'mojo_shell_test_support',
|
|
|