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

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: 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 | « mojo/platform_handle/BUILD.gn ('k') | mojo/runner/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/BUILD.gn
diff --git a/mojo/runner/BUILD.gn b/mojo/runner/BUILD.gn
index 15da94ab9945f322102924d81445316221fcbbf8..2f70dc58ff61ee53e69293e8106bc99f9ef42ec5 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",
@@ -171,7 +171,7 @@ source_set("lib") {
deps += [
":jni_headers",
":run_android_application_function",
- "//components/view_manager/gles2",
+ "//components/mus/gles2",
"//mojo/application/public/cpp:content_handler",
]
}
@@ -301,8 +301,8 @@ if (is_android) {
":bootstrap",
":bootstrap_java",
"//components/clipboard:apptests",
+ "//components/mus:apptests",
"//components/resource_provider:apptests",
- "//components/view_manager:apptests",
"//mojo/services/network:apptests",
]
« no previous file with comments | « mojo/platform_handle/BUILD.gn ('k') | mojo/runner/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698