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

Unified Diff: components/web_view/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 | « components/pdf_viewer/BUILD.gn ('k') | mandoline/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/web_view/BUILD.gn
diff --git a/components/web_view/BUILD.gn b/components/web_view/BUILD.gn
index ec65cfe39f8a6510f1fb44ff9ddf6bb2705bcaa1..1f5c100a65e3de7e332778d0c6417cc2aac84f41 100644
--- a/components/web_view/BUILD.gn
+++ b/components/web_view/BUILD.gn
@@ -112,9 +112,9 @@ mojo_native_application("apptests") {
":test_support",
"//base",
"//base/test:test_config",
- "//components/mus/public/cpp",
"//components/mus/public/cpp/tests:test_support",
"//components/mus/public/interfaces",
+ "//components/mus/public/cpp",
"//components/web_view/public/cpp",
"//components/web_view/public/interfaces",
"//mojo/application/public/cpp:sources",
@@ -127,6 +127,6 @@ mojo_native_application("apptests") {
data_deps = [
":web_view",
- "//components/mus",
+ "//components/mus/vm:lib",
]
}
« no previous file with comments | « components/pdf_viewer/BUILD.gn ('k') | mandoline/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698