| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 8b920b7780530475f788e0888985cc6062dc3a6c..9316b49ca83a11da0734954c6c4e41e02aeda7e8 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -49,18 +49,18 @@
|
| # NOTE: This list of targets is present because
|
| # mojo_base.gyp:mojo_base cannot be built on iOS, as
|
| # javascript-related targets cause v8 to be built.
|
| - '../mojo/edk/mojo_edk_tests.gyp:mojo_public_bindings_unittests',
|
| - '../mojo/edk/mojo_edk_tests.gyp:mojo_public_environment_unittests',
|
| - '../mojo/edk/mojo_edk_tests.gyp:mojo_public_system_perftests',
|
| - '../mojo/edk/mojo_edk_tests.gyp:mojo_public_system_unittests',
|
| - '../mojo/edk/mojo_edk_tests.gyp:mojo_public_utility_unittests',
|
| - '../mojo/edk/mojo_edk.gyp:mojo_system_impl',
|
| - '../mojo/edk/mojo_edk_tests.gyp:mojo_system_unittests',
|
| '../mojo/mojo_base.gyp:mojo_common_lib',
|
| '../mojo/mojo_base.gyp:mojo_common_unittests',
|
| - '../mojo/public/mojo_public.gyp:mojo_cpp_bindings',
|
| - '../mojo/public/mojo_public.gyp:mojo_public_test_utils',
|
| - '../mojo/public/mojo_public.gyp:mojo_system',
|
| + '../mojo/mojo_edk.gyp:mojo_system_impl',
|
| + '../mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests',
|
| + '../mojo/mojo_edk_tests.gyp:mojo_public_environment_unittests',
|
| + '../mojo/mojo_edk_tests.gyp:mojo_public_system_perftests',
|
| + '../mojo/mojo_edk_tests.gyp:mojo_public_system_unittests',
|
| + '../mojo/mojo_edk_tests.gyp:mojo_public_utility_unittests',
|
| + '../mojo/mojo_edk_tests.gyp:mojo_system_unittests',
|
| + '../mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| + '../mojo/mojo_public.gyp:mojo_public_test_utils',
|
| + '../mojo/mojo_public.gyp:mojo_system',
|
| '../google_apis/google_apis.gyp:google_apis_unittests',
|
| '../ui/base/ui_base_tests.gyp:ui_base_unittests',
|
| '../ui/ios/ui_ios_tests.gyp:ui_ios_unittests',
|
|
|