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

Unified Diff: mandoline/services/core_services/BUILD.gn

Issue 1344573002: Mandoline: Rename components/view_manager to components/mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 3 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 | « mandoline/BUILD.gn ('k') | mandoline/services/core_services/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/services/core_services/BUILD.gn
diff --git a/mandoline/services/core_services/BUILD.gn b/mandoline/services/core_services/BUILD.gn
index 72ee3fdfa8b571783a45912afc69f42c7504e21c..9edb1f11901a6acf3d463d6e01d675fe5a7b6371 100644
--- a/mandoline/services/core_services/BUILD.gn
+++ b/mandoline/services/core_services/BUILD.gn
@@ -60,8 +60,8 @@ source_set("sources") {
if (!is_android) {
sources += [ "application_delegate_factory_notandroid.cc" ]
deps += [
+ "//components/mus:lib",
"//components/resource_provider:lib",
- "//components/view_manager:lib",
"//mojo/services/network:lib",
]
}
@@ -74,7 +74,7 @@ source_set("sources") {
if (use_aura) {
deps += [
- "//components/view_manager/public/cpp",
+ "//components/mus/public/cpp",
"//mandoline/ui/desktop_ui:lib",
"//mandoline/ui/omnibox:lib",
]
« no previous file with comments | « mandoline/BUILD.gn ('k') | mandoline/services/core_services/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698