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

Unified Diff: content/browser/BUILD.gn

Issue 1828733004: Load application manifests from resources (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/BUILD.gn ('k') | content/browser/mojo/chrome_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 2ada88c0a0e7f9690eba600a39d16025ce76bd33..133701171ea85a0884886f96c6042391f7a86df0 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -6,7 +6,6 @@ import("//build/config/features.gni")
import("//build/config/ui.gni")
import("//content/browser/browser.gni")
import("//media/media_options.gni")
-import("//mojo/public/mojo_application_manifest.gni")
source_set("browser") {
# Only the public target should depend on this. All other targets (even
@@ -121,11 +120,6 @@ source_set("browser") {
"//ui/touch_selection",
]
- data_deps = [
- ":chrome_manifest",
- ":chrome_renderer_manifest",
- ]
-
sources = rebase_path(content_browser_gypi_values.private_browser_sources,
".",
"//content")
@@ -537,15 +531,3 @@ group("for_content_tests") {
]
}
}
-
-mojo_application_manifest("chrome_manifest") {
- type = "exe"
- application_name = "chrome"
- source = "mojo/chrome_manifest.json"
-}
-
-mojo_application_manifest("chrome_renderer_manifest") {
- type = "exe"
- application_name = "chrome_renderer"
- source = "mojo/chrome_renderer_manifest.json"
-}
« no previous file with comments | « content/BUILD.gn ('k') | content/browser/mojo/chrome_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698