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

Unified Diff: mandoline/ui/aura/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/services/core_services/application_delegate_factory_notandroid.cc ('k') | mandoline/ui/aura/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/ui/aura/BUILD.gn
diff --git a/mandoline/ui/aura/BUILD.gn b/mandoline/ui/aura/BUILD.gn
index 371941ee98fcdb4e8f9a4d1f5ef087a4c8e59ba9..831f1769c42aeeafe54c5d7da555d0b88079cf3f 100644
--- a/mandoline/ui/aura/BUILD.gn
+++ b/mandoline/ui/aura/BUILD.gn
@@ -20,7 +20,7 @@ source_set("aura") {
]
public_deps = [
- "//components/view_manager/public/cpp",
+ "//components/mus/public/cpp",
]
deps = [
"//base",
@@ -28,11 +28,11 @@ source_set("aura") {
"//base/third_party/dynamic_annotations",
"//cc",
"//cc/surfaces",
+ "//components/mus/gles2:lib",
+ "//components/mus/public/cpp",
+ "//components/mus/public/interfaces",
"//components/resource_provider/public/cpp",
"//components/resource_provider/public/interfaces",
- "//components/view_manager/gles2:lib",
- "//components/view_manager/public/cpp",
- "//components/view_manager/public/interfaces",
"//skia",
"//mojo/application/public/cpp",
"//mojo/application/public/interfaces",
« no previous file with comments | « mandoline/services/core_services/application_delegate_factory_notandroid.cc ('k') | mandoline/ui/aura/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698