Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(357)

Unified Diff: media/mojo/services/BUILD.gn

Issue 1591103002: Fix and enable mojo:media_pipeline_integration_apptests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add deps in src/BUILD.gn (plus rebase) Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « BUILD.gn ('k') | media/test/pipeline_integration_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « BUILD.gn ('k') | media/test/pipeline_integration_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698