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

Unified Diff: media/media_options.gni

Issue 1320453003: media: Support MojoMediaApplication in GPU process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing import Created 5 years, 2 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 | « content/utility/utility_process_control_impl.cc ('k') | 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 b6c63fb4e7fc64418fc3f137e0c9f8f000b2aeb9..466b6c54a4a01b584b17573c71451ad5086f156d 100644
--- a/media/media_options.gni
+++ b/media/media_options.gni
@@ -64,6 +64,7 @@ declare_args() {
# Valid options are:
# - "none": Do not use mojo media application.
# - "browser": Use mojo media application hosted in the browser process.
+ # - "gpu": Use mojo media application hosted in the gpu process.
# - "utility": Use mojo media application hosted in the utility process.
enable_mojo_media = "none"
« no previous file with comments | « content/utility/utility_process_control_impl.cc ('k') | media/mojo/services/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698