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

Unified Diff: services/BUILD.gn

Issue 1530333005: Delete the ViewManager and WindowManager services. (Closed) Base URL: git@github.com:domokit/mojo.git@cl-2c
Patch Set: rebase Created 5 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 | « 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 50ab043ddd424c01eeb1798624daec0921b5197c..e44f1c22452cb7cd138aa1a6e2a4841c9a3dc9eb 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -52,13 +52,10 @@ group("services") {
deps += [
"//services/device_info",
"//services/files",
- "//services/kiosk_wm",
"//services/ui",
"//services/native_viewport",
"//services/surfaces",
"//services/url_response_disk_cache",
- "//services/view_manager",
- "//services/window_manager",
]
}
@@ -93,13 +90,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
@@ -111,9 +101,6 @@ group("tests") {
deps += [
"//services/files: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