| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 28b6fdfc2a4d624ccabf12810116c7026e78404e..dccd12e3990979fd6196512b829ad27b90447c34 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -79,6 +79,7 @@
|
| '../gpu/gpu.gyp:*',
|
| '../gpu/tools/tools.gyp:*',
|
| '../ipc/ipc.gyp:*',
|
| + '../ipc/mojo/ipc_mojo.gyp:*',
|
| '../jingle/jingle.gyp:*',
|
| '../media/cast/cast.gyp:*',
|
| '../media/media.gyp:*',
|
| @@ -288,6 +289,7 @@
|
| '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_support',
|
| '../gpu/gpu.gyp:gpu_unittests',
|
| '../ipc/ipc.gyp:ipc_tests',
|
| + '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
|
| '../jingle/jingle.gyp:jingle_unittests',
|
| '../media/cast/cast.gyp:cast_unittests',
|
| '../media/media.gyp:media_unittests',
|
| @@ -846,6 +848,7 @@
|
| '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
|
| '../gpu/gpu.gyp:gpu_unittests',
|
| '../ipc/ipc.gyp:ipc_tests',
|
| + '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
|
| '../jingle/jingle.gyp:jingle_unittests',
|
| '../media/media.gyp:media_unittests',
|
| '../ppapi/ppapi_internal.gyp:ppapi_unittests',
|
| @@ -882,6 +885,7 @@
|
| '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
|
| '../gpu/gpu.gyp:gpu_unittests',
|
| '../ipc/ipc.gyp:ipc_tests',
|
| + '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
|
| '../jingle/jingle.gyp:jingle_unittests',
|
| '../media/media.gyp:media_unittests',
|
| '../ppapi/ppapi_internal.gyp:ppapi_unittests',
|
| @@ -979,6 +983,7 @@
|
| '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
|
| '../gpu/gpu.gyp:gpu_unittests',
|
| '../ipc/ipc.gyp:ipc_tests',
|
| + '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
|
| '../jingle/jingle.gyp:jingle_unittests',
|
| '../media/media.gyp:media_unittests',
|
| '../ppapi/ppapi_internal.gyp:ppapi_unittests',
|
| @@ -1063,6 +1068,7 @@
|
| '../gpu/gpu.gyp:angle_unittests',
|
| '../gpu/gpu.gyp:gpu_unittests',
|
| '../ipc/ipc.gyp:ipc_tests',
|
| + '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
|
| '../jingle/jingle.gyp:jingle_unittests',
|
| '../media/cast/cast.gyp:cast_unittests',
|
| '../media/media.gyp:media_unittests',
|
|
|