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

Unified Diff: media/media_options.gni

Issue 2067073002: media: Run mojo media application in GPU process on desktop by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: media: Run mojo media application in GPU process on desktop by default Created 4 years, 6 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/service_factory_impl.h » ('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 550129c85f3bc0accf6787946edb618764a266f7..55f247be23834d266782b92b204ee96c792faf0e 100644
--- a/media/media_options.gni
+++ b/media/media_options.gni
@@ -116,8 +116,8 @@ declare_args() {
]
mojo_media_host = "browser"
} else {
- mojo_media_services = [ "cdm" ]
- mojo_media_host = "utility"
+ mojo_media_services = [ "video_decoder" ]
+ mojo_media_host = "gpu"
}
}
}
« no previous file with comments | « no previous file | media/mojo/services/service_factory_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698