| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index d6ff3eca833a1c9296d3ee6b23b73905799b5369..f7b46cdf2875a0be381f531f5180b47db841489e 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -51,17 +51,17 @@
|
| # javascript-related targets cause v8 to be built.
|
| '../mojo/mojo_base.gyp:mojo_common_lib',
|
| '../mojo/mojo_base.gyp:mojo_common_unittests',
|
| - '../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',
|
| + '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
|
| + '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests',
|
| + '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unittests',
|
| + '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_perftests',
|
| + '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests',
|
| + '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittests',
|
| + '../third_party/mojo/mojo_edk_tests.gyp:mojo_system_unittests',
|
| + '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| + '../third_party/mojo/mojo_public.gyp:mojo_public_test_utils',
|
| + '../third_party/mojo/mojo_public.gyp:mojo_system',
|
| '../ui/base/ui_base_tests.gyp:ui_base_unittests',
|
| '../ui/ios/ui_ios_tests.gyp:ui_ios_unittests',
|
| '../ui/gfx/gfx_tests.gyp:gfx_unittests',
|
|
|