| Index: ppapi/ppapi_tests.gypi
 | 
| diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
 | 
| index a2ee7f08057acedab52b026120c7ee6087829647..9fdc8025b26ba6f4f956142e0d7d5c84a44d0254 100644
 | 
| --- a/ppapi/ppapi_tests.gypi
 | 
| +++ b/ppapi/ppapi_tests.gypi
 | 
| @@ -151,6 +151,7 @@
 | 
|          '../base/base.gyp:test_support_base',
 | 
|          '../ipc/ipc.gyp:ipc',
 | 
|          '../ipc/ipc.gyp:test_support_ipc',
 | 
| +        '../mojo/mojo_edk.gyp:mojo_system_impl',
 | 
|          '../testing/gmock.gyp:gmock',
 | 
|          '../testing/gtest.gyp:gtest',
 | 
|        ],
 | 
| @@ -179,6 +180,7 @@
 | 
|          'ppapi_shared',
 | 
|          'ppapi_unittest_shared',
 | 
|          '../base/base.gyp:test_support_base',
 | 
| +        '../mojo/mojo_edk.gyp:mojo_system_impl',
 | 
|          '../testing/gtest.gyp:gtest',
 | 
|        ],
 | 
|        'sources': [
 | 
| @@ -198,10 +200,10 @@
 | 
|          'ppapi_proxy',
 | 
|          'ppapi_shared',
 | 
|          'ppapi_unittest_shared',
 | 
| -        '../base/base.gyp:run_all_unittests',
 | 
|          '../base/base.gyp:test_support_base',
 | 
|          '../gpu/gpu.gyp:gpu_ipc_common',
 | 
|          '../ipc/ipc.gyp:ipc',
 | 
| +        '../ipc/ipc.gyp:ipc_run_all_unittests',
 | 
|          '../ipc/ipc.gyp:test_support_ipc',
 | 
|          '../media/media.gyp:shared_memory_support',
 | 
|          '../skia/skia.gyp:skia',
 | 
| 
 |