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

Unified Diff: components/html_viewer/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 | « no previous file | components/html_viewer/html_document.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/BUILD.gn
diff --git a/components/html_viewer/BUILD.gn b/components/html_viewer/BUILD.gn
index e66c2d85271806aef9152cffdbc2fc9859774bc6..9943a00b53f2430ca40d71d5051ebf9ab7e51400 100644
--- a/components/html_viewer/BUILD.gn
+++ b/components/html_viewer/BUILD.gn
@@ -213,7 +213,7 @@ source_set("lib") {
data_deps = [
"//components/clipboard",
- "//components/mus",
+ "//components/mus/vm:lib",
"//mojo/services/network:network",
"//mojo/services/tracing",
]
@@ -359,7 +359,7 @@ mojo_native_application("apptests") {
data_deps = [
":html_viewer",
- "//components/mus",
+ "//components/mus/vm:lib",
]
if (is_linux && !is_android) {
« no previous file with comments | « no previous file | components/html_viewer/html_document.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698