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

Unified Diff: chrome/app/mash/BUILD.gn

Issue 2573743003: Flatten mash overlay back into Chrome overlay (Closed)
Patch Set: Created 4 years 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 | « no previous file | chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ]
-}
« no previous file with comments | « no previous file | chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698