Skip to content

Commit

Permalink
window-service: removes the bulk of the window-service code
Browse files Browse the repository at this point in the history
And additionally some code in ui/aura that was entangled with the
window-service.

BUG=964460
TEST=covered by tests

Change-Id: I69ab8940a50a24e6c49cf6eb5680069acf11d6ec
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1618142
Reviewed-by: Chris Palmer <palmer@chromium.org>
Reviewed-by: Michael Wasserman <msw@chromium.org>
Commit-Queue: Scott Violet <sky@chromium.org>
Cr-Commit-Position: refs/heads/master@{#661073}
  • Loading branch information
Scott Violet authored and Commit Bot committed May 17, 2019
1 parent 9746a60 commit e97fb8d
Show file tree
Hide file tree
Showing 185 changed files with 4 additions and 24,392 deletions.
2 changes: 0 additions & 2 deletions ash/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,6 @@ component("ash") {
"//services/device/public/mojom",
"//services/media_session/public/mojom",
"//services/service_manager/public/cpp",
"//services/ws/public/cpp",
"//services/ws/public/cpp/input_devices",
"//services/ws/public/mojom",
"//skia",
Expand Down Expand Up @@ -2218,7 +2217,6 @@ static_library("test_support") {
"//components/viz/test:test_support",
"//device/bluetooth",
"//services/device/public/mojom",
"//services/ws/public/cpp",
"//services/ws/public/cpp/input_devices",
"//services/ws/public/cpp/input_devices:test_support",
"//services/ws/public/mojom",
Expand Down
1 change: 0 additions & 1 deletion ash/public/cpp/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ component("cpp") {
"//components/sync:rest_of_sync",
"//mojo/public/cpp/bindings",
"//services/service_manager/public/cpp",
"//services/ws/public/cpp",
"//services/ws/public/mojom",
"//skia/public/interfaces",
"//ui/aura",
Expand Down
1 change: 0 additions & 1 deletion chrome/app/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,6 @@ source_set("chrome_content_browser_overlay_manifest") {
"//services/image_annotation/public/cpp:manifest",
"//services/preferences/public/cpp:manifest",
"//services/service_manager/public/cpp",
"//services/ws/common",
"//third_party/blink/public/common",
]

Expand Down
1 change: 0 additions & 1 deletion chrome/browser/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -3510,7 +3510,6 @@ jumbo_split_static_library("browser") {
"//chromeos/strings",
"//components/services/font:lib",
"//components/services/font/public/interfaces",
"//services/ws:lib",
"//services/ws/public/cpp/input_devices",
"//services/ws/public/cpp/input_devices:input_device_controller",
"//services/ws/public/mojom",
Expand Down
1 change: 0 additions & 1 deletion chrome/browser/chromeos/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ source_set("chromeos") {
"//services/preferences/public/mojom",
"//services/resource_coordinator/public/cpp:resource_coordinator_cpp",
"//services/service_manager/public/cpp",
"//services/ws/public/cpp",
"//services/ws/public/cpp/input_devices",
"//skia",
"//storage/browser",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
#include "content/public/browser/web_contents.h"
#include "content/public/browser/web_ui.h"
#include "services/audio/public/cpp/sounds/sounds_manager.h"
#include "services/ws/public/cpp/property_type_converters.h"
#include "services/ws/public/mojom/window_manager.mojom.h"
#include "ui/aura/window.h"
#include "ui/base/ime/chromeos/extension_ime_util.h"
Expand Down
6 changes: 1 addition & 5 deletions chrome/browser/ui/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -1864,7 +1864,6 @@ jumbo_split_static_library("ui") {
"//services/data_decoder/public/cpp",
"//services/device/public/cpp:device_features",
"//services/device/public/mojom",
"//services/ws/public/cpp",
"//services/ws/public/mojom",
"//ui/base/ime/chromeos",
"//ui/chromeos",
Expand Down Expand Up @@ -3097,10 +3096,7 @@ jumbo_split_static_library("ui") {
}

if (use_aura) {
deps += [
"//services/ws/public/cpp",
"//services/ws/public/mojom",
]
deps += [ "//services/ws/public/mojom" ]

# These files can do Gtk+-based theming for builds with gtk enabled.
if (is_desktop_linux) {
Expand Down
1 change: 0 additions & 1 deletion chrome/browser/ui/ash/system_tray_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
#include "extensions/browser/api/vpn_provider/vpn_service_factory.h"
#include "net/base/escape.h"
#include "services/service_manager/public/cpp/connector.h"
#include "services/ws/public/cpp/property_type_converters.h"
#include "third_party/cros_system_api/dbus/shill/dbus-constants.h"
#include "ui/events/event_constants.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include "chrome/browser/ui/views/tabs/tab_strip.h"
#include "content/public/browser/notification_service.h"
#include "content/public/browser/web_contents.h"
#include "services/ws/public/cpp/property_type_converters.h"
#include "services/ws/public/mojom/window_manager.mojom.h"
#include "ui/aura/client/aura_constants.h"
#include "ui/aura/window.h"
Expand Down
2 changes: 0 additions & 2 deletions services/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ test("services_unittests") {

if (use_aura) {
deps += [
"//services/ws:tests",
"//services/ws/ime:tests",
"//services/ws/input_devices:tests",
"//services/ws/public/cpp/tests",
"//services/ws/public/mojom:tests",
Expand Down
258 changes: 0 additions & 258 deletions services/ws/BUILD.gn

This file was deleted.

14 changes: 0 additions & 14 deletions services/ws/OWNERS

This file was deleted.

Loading

0 comments on commit e97fb8d

Please sign in to comment.