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

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

Issue 806443002: Enable PipelineIntegrationTests in mojo! (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix component build. Created 5 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 | « no previous file | media/mojo/services/media_renderer_apptest.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 c014a00f45f94bf44bd8ac26618f862f4674c8a4..6096a079e247d7e39520a743aea86ca3c7939504 100644
--- a/media/mojo/services/BUILD.gn
+++ b/media/mojo/services/BUILD.gn
@@ -163,28 +163,16 @@ if (!is_component_build) {
]
}
- # Not a 'test' because this is loaded via mojo_shell as an app.
- # To run the test:
+ # Note, this 'test' must be loaded via mojo_shell as an app:
+ #
# out/Debug/mojo_shell mojo:media_test
- # You can get "mojo_shell" using mojo/public/tools/download_shell_binary.py
+ #
+ # To get "mojo_shell" you must specify "use_prebuilt_mojo_shell=true" in GN.
mojo_native_application("media_test") {
testonly = true
- sources = [
- "media_renderer_apptest.cc",
- ]
deps = [
- ":media",
- ":renderer_proxy",
- "//base",
- "//media",
- "//media/mojo/interfaces",
- "//media:shared_memory_support",
- "//mojo/application",
- "//mojo/application:test_support",
- "//mojo/common",
- "//mojo/environment:chromium",
- "//mojo/public/c/system:for_shared_library",
+ "//media/test:mojo_pipeline_integration_tests",
]
}
}
« no previous file with comments | « no previous file | media/mojo/services/media_renderer_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698