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

Unified Diff: services/window_manager/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/view_manager/window_manager_access_policy.cc ('k') | services/window_manager/basic_focus_rules.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/window_manager/BUILD.gn
diff --git a/services/window_manager/BUILD.gn b/services/window_manager/BUILD.gn
deleted file mode 100644
index d118586b9d6ac83cda9a61d737262a4530d188db..0000000000000000000000000000000000000000
--- a/services/window_manager/BUILD.gn
+++ /dev/null
@@ -1,130 +0,0 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-import("//build/config/ui.gni")
-import("//mojo/public/mojo_application.gni")
-import("//testing/test.gni")
-
-mojo_native_application("window_manager") {
- sources = [
- "main.cc",
- ]
-
- public_deps = [
- ":lib",
- ]
-
- deps = [
- "//base",
- "//mojo/application",
- "//mojo/common:tracing_impl",
- "//mojo/services/view_manager/cpp",
- ]
-}
-
-source_set("lib") {
- sources = [
- "basic_focus_rules.cc",
- "basic_focus_rules.h",
- "capture_controller.cc",
- "capture_controller.h",
- "capture_controller_observer.h",
- "focus_controller.cc",
- "focus_controller.h",
- "focus_controller_observer.h",
- "focus_rules.h",
- "native_viewport_event_dispatcher_impl.cc",
- "native_viewport_event_dispatcher_impl.h",
- "view_event_dispatcher.cc",
- "view_event_dispatcher.h",
- "view_target.cc",
- "view_target.h",
- "view_targeter.cc",
- "view_targeter.h",
- "window_manager_app.cc",
- "window_manager_app.h",
- "window_manager_delegate.h",
- "window_manager_impl.cc",
- "window_manager_impl.h",
- "window_manager_root.cc",
- "window_manager_root.h",
- "window_manager_root_android.cc",
- "window_manager_root_linux.cc",
- ]
-
- deps = [
- "//base",
- "//ui/base",
- "//ui/events",
- "//ui/gfx",
- "//ui/gfx/geometry",
- "//mojo/application",
- "//mojo/common",
- "//mojo/converters/geometry",
- "//mojo/converters/input_events",
- "//mojo/public/cpp/bindings:bindings",
- "//mojo/public/interfaces/application",
- "//mojo/services/native_viewport/interfaces",
- "//mojo/services/view_manager/cpp",
- "//mojo/services/window_manager/interfaces",
- ]
-}
-
-test("window_manager_unittests") {
- sources = [
- "focus_controller_unittest.cc",
- "run_all_unittests.cc",
- "view_target_unittest.cc",
- "view_targeter_unittest.cc",
- "window_manager_test_util.cc",
- "window_manager_test_util.h",
- ]
-
- public_deps = [
- ":lib",
- ]
-
- deps = [
- "//base/test:test_support",
- "//mojo/converters/geometry",
- "//mojo/edk/base_edk",
- "//mojo/edk/system",
- "//mojo/environment:chromium",
- "//mojo/public/cpp/application",
- "//mojo/services/view_manager/cpp",
- "//mojo/services/view_manager/interfaces",
- "//mojo/services/window_manager/interfaces",
- "//testing/gtest",
- "//ui/events:test_support",
- "//ui/gfx",
- "//ui/gfx:test_support",
- "//ui/gl",
- ]
-
- if (use_x11) {
- deps += [ "//ui/gfx/x" ]
- }
-}
-
-mojo_native_application("window_manager_apptests") {
- testonly = true
-
- sources = [
- "window_manager_apptest.cc",
- ]
-
- deps = [
- "//base",
- "//mojo/application",
- "//mojo/application:test_support",
- "//mojo/environment:chromium",
- "//mojo/public/cpp/system:system",
- "//mojo/services/view_manager/cpp",
- "//mojo/services/window_manager/interfaces",
- ]
-
- data_deps = [
- ":window_manager($default_toolchain)",
- ]
-}
« no previous file with comments | « services/view_manager/window_manager_access_policy.cc ('k') | services/window_manager/basic_focus_rules.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698