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

Unified Diff: services/BUILD.gn

Issue 1531403003: Delete the ViewManager and WindowManager services. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-3
Patch Set: rebase Created 4 years, 11 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 | « mojo/services/window_manager/interfaces/window_manager_internal.mojom ('k') | services/kiosk_wm/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/BUILD.gn
diff --git a/services/BUILD.gn b/services/BUILD.gn
index cabed53af2a90947f50a7ea31eaafca654464e59..81deb5b5ca431a5c322f9b50a838107309d65024 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -54,13 +54,10 @@ group("services") {
deps += [
"//services/device_info",
"//services/files",
- "//services/kiosk_wm",
- "//services/ui",
"//services/native_viewport",
"//services/surfaces",
+ "//services/ui",
"//services/url_response_disk_cache",
- "//services/view_manager",
- "//services/window_manager",
]
}
@@ -94,13 +91,6 @@ group("tests") {
deps += [ "//services/notifications:apptests" ]
}
- if (is_linux || is_android) {
- deps += [
- "//services/window_manager:window_manager_apptests",
- "//services/window_manager:window_manager_unittests",
- ]
- }
-
# TODO(jamesr): We only support building V8 snapshot data on a linux host since it
# needs a 32 bit toolchain and we don't have one configured for mac hosts.
# TODO(cstout): javascript/v8 build support for fnl/musl
@@ -113,9 +103,6 @@ group("tests") {
"//services/files:apptests",
"//services/log:apptests",
"//services/url_response_disk_cache:tests",
- "//services/view_manager:mojo_view_manager_client_apptests",
- "//services/view_manager:view_manager_service_apptests",
- "//services/view_manager:view_manager_service_unittests",
]
}
}
« no previous file with comments | « mojo/services/window_manager/interfaces/window_manager_internal.mojom ('k') | services/kiosk_wm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698