| Index: chrome/app/mash/BUILD.gn
|
| diff --git a/chrome/app/mash/BUILD.gn b/chrome/app/mash/BUILD.gn
|
| index 391e6de62dcb18ae95ce5424065074d3cd5e2b0a..0043fdff66a712af334ddb3fd48a02302471f247 100644
|
| --- a/chrome/app/mash/BUILD.gn
|
| +++ b/chrome/app/mash/BUILD.gn
|
| @@ -29,7 +29,6 @@ source_set("mash") {
|
| "//url",
|
| ]
|
| data_deps = [
|
| - ":browser_manifest",
|
| ":mash_manifest",
|
| "//chrome/app:service_manifests",
|
| ]
|
| @@ -73,13 +72,3 @@ service_manifest("mash_manifest") {
|
| packaged_services += [ "font_service" ]
|
| }
|
| }
|
| -
|
| -service_manifest("browser_manifest") {
|
| - name = "content_browser"
|
| - source = "${root_out_dir}/Packages/chrome_content_browser/manifest.json"
|
| - output_name = "chrome_mash_content_browser"
|
| - deps = [
|
| - "//chrome/app:chrome_content_browser_manifest",
|
| - ]
|
| - overlays = [ "chrome_mash_content_browser_manifest_overlay.json" ]
|
| -}
|
|
|