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

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: rebase Created 4 years, 9 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/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 9245309c446ae1210785fe541c47b04c666a6d82..2c37183abbd5fe563604a0f841a29978d7b736ef 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
@@ -118,11 +117,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")
@@ -525,15 +519,3 @@ source_set("browser") {
]
}
}
-
-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"
-}

Powered by Google App Engine
This is Rietveld 408576698