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

Unified Diff: media/media_options.gni

Issue 2299703005: Rename TestMojoMediaClient -> DefaultMojoMediaClient. (Closed)
Patch Set: Created 4 years, 3 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/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media_options.gni
diff --git a/media/media_options.gni b/media/media_options.gni
index 09e1cc2280e782389522e25842d89b666d109a95..f0faa1387c90be28cb3e550f4660315ca845f2f4 100644
--- a/media/media_options.gni
+++ b/media/media_options.gni
@@ -73,10 +73,6 @@ declare_args() {
# the media pipeline and corresponding services will hosted in the selected
# remote process (e.g. "utility" process, see |mojo_media_host|).
enable_mojo_media = is_android || (is_chromecast && !is_cast_desktop_build)
-
- # Enable the TestMojoMediaClient to be used in MojoMediaApplication. This is
- # for testing only and will override the default platform MojoMediaClient.
- enable_test_mojo_media_client = false
}
# Use a second declare_args() to pick up possible overrides of enable_mojo_media
« no previous file with comments | « no previous file | media/mojo/services/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698