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

Unified Diff: mojo/runner/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: 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
Index: mojo/runner/BUILD.gn
diff --git a/mojo/runner/BUILD.gn b/mojo/runner/BUILD.gn
index 5a1f9679124fe0d69b7367d943e648243cfe94db..f77e4d7de2485326a8784850eba19d41b366ff9e 100644
--- a/mojo/runner/BUILD.gn
+++ b/mojo/runner/BUILD.gn
@@ -53,7 +53,7 @@ source_set("mojo_runner_lib") {
deps += [
":jni_headers",
- "//components/view_manager",
+ "//components/mus",
"//mojo/shell",
"//ui/gl",
"//ui/platform_window/android",
@@ -174,7 +174,7 @@ source_set("lib") {
deps += [
":jni_headers",
":run_android_application_function",
- "//components/view_manager/gles2",
+ "//components/mus/gles2",
"//mojo/application/public/cpp:content_handler",
]
}
@@ -305,7 +305,7 @@ if (is_android) {
":bootstrap_java",
"//components/clipboard:apptests",
"//components/resource_provider:apptests",
- "//components/view_manager:apptests",
+ "//components/mus:apptests",
sky 2015/09/14 15:58:23 sort
Fady Samuel 2015/09/14 18:23:05 Done.
"//mojo/services/network:apptests",
]

Powered by Google App Engine
This is Rietveld 408576698