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

Unified Diff: components/web_view/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: components/web_view/BUILD.gn
diff --git a/components/web_view/BUILD.gn b/components/web_view/BUILD.gn
index f7a8c6e306cbef5dd3e0d84cb8ff8397cec55180..50e44b7ca7a4721ced2517fdd38c84ed7a393619 100644
--- a/components/web_view/BUILD.gn
+++ b/components/web_view/BUILD.gn
@@ -42,8 +42,8 @@ source_set("lib") {
"//components/devtools_service/public/cpp",
"//components/devtools_service/public/interfaces",
"//components/resource_provider/public/interfaces",
- "//components/view_manager/public/cpp",
- "//components/view_manager/public/interfaces",
+ "//components/mus/public/cpp",
sky 2015/09/14 15:58:23 sort
Fady Samuel 2015/09/14 18:23:05 Done.
+ "//components/mus/public/interfaces",
"//components/web_view/test_runner/public/interfaces",
"//mojo/application/public/cpp:sources",
"//mojo/application/public/interfaces",
@@ -103,9 +103,9 @@ mojo_native_application("apptests") {
":test_support",
"//base",
"//base/test:test_config",
- "//components/view_manager/public/cpp",
- "//components/view_manager/public/cpp/tests:test_support",
- "//components/view_manager/public/interfaces",
+ "//components/mus/public/cpp",
+ "//components/mus/public/cpp/tests:test_support",
+ "//components/mus/public/interfaces",
"//components/web_view/public/cpp",
"//components/web_view/public/interfaces",
"//mojo/application/public/cpp:sources",
@@ -116,5 +116,5 @@ mojo_native_application("apptests") {
"//url:url",
]
- data_deps = [ "//components/view_manager" ]
+ data_deps = [ "//components/mus" ]
}

Powered by Google App Engine
This is Rietveld 408576698