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

Unified Diff: shell/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 | « services/window_manager/window_manager_test_util.cc ('k') | shell/android/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/BUILD.gn
diff --git a/shell/BUILD.gn b/shell/BUILD.gn
index 135930736c1bcb648b1401bf0417515aa4bc32d8..406ef56cea784ae99e4eef70bc5ba8df0648e7b1 100644
--- a/shell/BUILD.gn
+++ b/shell/BUILD.gn
@@ -81,7 +81,6 @@ if (!mojo_use_prebuilt_mojo_shell) {
"//gpu/config",
"//mojo/android:libsystem_java",
"//mojo/common",
- "//mojo/services/window_manager/interfaces:interfaces",
"//services/native_viewport:lib",
"//shell/application_manager",
"//ui/gl",
@@ -432,10 +431,8 @@ if (is_android) {
"$root_out_dir/device_info.mojo",
"$root_out_dir/icu_data.mojo",
"$root_out_dir/java_handler.mojo",
- "$root_out_dir/kiosk_wm.mojo",
"$root_out_dir/surfaces_service.mojo",
"$root_out_dir/tracing.mojo",
- "$root_out_dir/view_manager.mojo",
]
deps += [
@@ -444,10 +441,8 @@ if (is_android) {
"//services/device_info",
"//services/icu_data",
"//services/java_handler",
- "//services/kiosk_wm",
"//services/surfaces",
"//services/tracing",
- "//services/view_manager",
]
}
}
« no previous file with comments | « services/window_manager/window_manager_test_util.cc ('k') | shell/android/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698