| Index: media/mojo/services/BUILD.gn
|
| diff --git a/media/mojo/services/BUILD.gn b/media/mojo/services/BUILD.gn
|
| index a724ac01f3b198b5e14dd657f22c24322dee29a4..d7581c005bc9763a5d59023dd811033e846b97d9 100644
|
| --- a/media/mojo/services/BUILD.gn
|
| +++ b/media/mojo/services/BUILD.gn
|
| @@ -207,8 +207,11 @@ mojo_native_application("media") {
|
|
|
| # Note, the following tests must be loaded via mojo_runner as an app, e.g.
|
| #
|
| -# out/Debug/mojo_runner mojo:media_apptests
|
| -# out/Debug/mojo_runner mojo:media_pipeline_integration_apptests
|
| +# mojo/tools/apptest_runner.py
|
| +# --apptest-filter mojo:media_apptests out/Debug
|
| +#
|
| +# mojo/tools/apptest_runner.py
|
| +# --apptest-filter mojo:media_pipeline_integration_apptests out/Debug
|
| #
|
| mojo_native_application("media_apptests") {
|
| testonly = true
|
|
|