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

Unified Diff: content/public/app/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
Index: content/public/app/BUILD.gn
diff --git a/content/public/app/BUILD.gn b/content/public/app/BUILD.gn
index 5dcb9039335c11c2503d8340bdf00feaf12c3404..0b5dec88d23251c0d00808beac644d02005dd037 100644
--- a/content/public/app/BUILD.gn
+++ b/content/public/app/BUILD.gn
@@ -146,8 +146,12 @@ mojo_application_manifest("browser_manifest") {
type = "exe"
application_name = "content_browser"
source = "mojo/content_browser_manifest.json"
- packaged_applications = [ "user" ]
+ packaged_applications = [
+ "media",
+ "user",
+ ]
deps = [
+ "//media/mojo/services:media_manifest",
"//services/user:manifest",
]
}

Powered by Google App Engine
This is Rietveld 408576698