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

Unified Diff: mojo/BUILD.gn

Issue 774473003: Move view_manager service implementation to //services (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | mojo/DEPS » ('j') | mojo/DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index a7b619c7e2fd3455c305deca8701107d30b3b788..79e199e5deeb4104022e6ca2f931646de67b2d88 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -96,10 +96,10 @@ group("tests") {
if (use_aura) {
deps += [
"//mojo/services/public/cpp/view_manager/tests:mojo_view_manager_lib_unittests",
- "//mojo/services/view_manager:view_manager_service_apptests",
- "//mojo/services/view_manager:view_manager_service_unittests",
- "//mojo/services/view_manager:view_manager_unittests",
"//mojo/services/window_manager:window_manager_unittests",
+ "//services/view_manager:view_manager_service_apptests",
+ "//services/view_manager:view_manager_service_unittests",
+ "//services/view_manager:view_manager_unittests",
]
}
« no previous file with comments | « no previous file | mojo/DEPS » ('j') | mojo/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698