Index: content/browser/BUILD.gn |
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn |
index 5f1105acfbc1589b0570587eaff2ba63e8675a03..ed0626594a65545fbf3bf7170849db100936c84f 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 |
@@ -122,11 +121,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") |
@@ -539,15 +533,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" |
-} |