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

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

Issue 1889253002: Remove uses of shell::Loader from content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/media_manifest.json » ('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 af9b783c7a1b1f6786394ea467ca300fdf19dfcb..00d946d978ab845cdba176ed825208f186e8621d 100644
--- a/media/mojo/services/BUILD.gn
+++ b/media/mojo/services/BUILD.gn
@@ -240,6 +240,11 @@ mojo_native_application("media") {
]
}
+mojo_application_manifest("media_manifest") {
+ application_name = "media"
+ source = "media_manifest.json"
+}
+
# Note, the following tests must be loaded via mojo_runner as an app, e.g.
#
# mojo/tools/apptest_runner.py
« no previous file with comments | « content/utility/utility_process_control_impl.cc ('k') | media/mojo/services/media_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698