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

Unified Diff: mojo/runner/BUILD.gn

Issue 1377493002: mus: move View Manager to components/mus/vm (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') | 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 558b3274f142f7ca1ee74863c596105e28fecc24..016f383fccb4be70532b600ecd39c3ee42d826f1 100644
--- a/mojo/runner/BUILD.gn
+++ b/mojo/runner/BUILD.gn
@@ -54,6 +54,7 @@ source_set("mojo_runner_lib") {
deps += [
":jni_headers",
"//components/mus",
+ "//components/mus/vm:lib",
"//mojo/shell",
"//ui/gl",
"//ui/platform_window/android",
@@ -301,7 +302,7 @@ if (is_android) {
":bootstrap",
":bootstrap_java",
"//components/clipboard:apptests",
- "//components/mus:apptests",
+ "//components/mus/vm:apptests",
"//components/resource_provider:apptests",
"//mojo/services/network:apptests",
]
« no previous file with comments | « mandoline/BUILD.gn ('k') | mojo/runner/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698