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

Unified Diff: chrome/app/BUILD.gn

Issue 2390013002: Rename mojo: to service: (Closed)
Patch Set: . Created 4 years, 2 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
« no previous file with comments | « blimp/engine/app/blimp_content_browser_manifest_overlay.json ('k') | chrome/app/mash/mash_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/BUILD.gn
diff --git a/chrome/app/BUILD.gn b/chrome/app/BUILD.gn
index cfb1f3bc764bfa3b8c9ae0ddeb6bc8bc1632d06c..98d23ba1b360f96bf7ee1f0221ab2eb4c7a21a05 100644
--- a/chrome/app/BUILD.gn
+++ b/chrome/app/BUILD.gn
@@ -343,7 +343,7 @@ if (use_aura) {
type = "exe"
name = "chrome"
source = "mojo/chrome_manifest.json"
- base_manifest = "${root_out_dir}/content_browser_manifest.json"
+ base_manifest = "${root_out_dir}/Packages/content_browser/manifest.json"
base_deps = [ "//content/public/app:browser_manifest" ]
}
@@ -351,7 +351,7 @@ if (use_aura) {
type = "exe"
name = "chrome_renderer"
source = "mojo/chrome_renderer_manifest.json"
- base_manifest = "${root_out_dir}/content_renderer_manifest.json"
+ base_manifest = "${root_out_dir}/Packages/content_renderer/manifest.json"
base_deps = [ "//content/public/app:renderer_manifest" ]
}
« no previous file with comments | « blimp/engine/app/blimp_content_browser_manifest_overlay.json ('k') | chrome/app/mash/mash_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698