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

Unified Diff: chrome/BUILD.gn

Issue 2389133008: Mash: Replaces "exe:chrome" with "service:content_browser" (Closed)
Patch Set: rebase 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 | « ash/mus/wallpaper_delegate_mus.cc ('k') | chrome/app/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 2eb0c7839d235f9bd2f80396a5487dce217014a9..b2dc50fee0f9a880332872c6ab5273dd16415d15 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -102,7 +102,7 @@ if (!is_android && !is_mac) {
public_deps += [ ":reorder_imports" ]
}
if (use_aura && (is_win || is_linux)) {
- data_deps += [ "//chrome/app:mojo_manifests" ]
+ data_deps += [ "//chrome/app:service_manifests" ]
}
}
@@ -248,7 +248,7 @@ if (!is_android && !is_mac) {
if (enable_package_mash_services) {
deps += [ "//chrome/app/mash" ]
- data_deps += [ "//chrome/app:mojo_manifests" ]
+ data_deps += [ "//chrome/app:service_manifests" ]
}
}
« no previous file with comments | « ash/mus/wallpaper_delegate_mus.cc ('k') | chrome/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698