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" |
-} |