blob: bd8b4b4fa1290bd5234e2ac297566343a6df226e [file] [log] [blame]
# Copyright 2018 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.
component("wm") {
output_name = "platform_window_wm"
sources = [
"wm_drag_handler.cc",
"wm_drag_handler.h",
"wm_drop_handler.cc",
"wm_drop_handler.h",
"wm_move_loop_handler.cc",
"wm_move_loop_handler.h",
"wm_move_resize_handler.cc",
"wm_move_resize_handler.h",
]
defines = [ "IS_WM_IMPL" ]
public_deps = [ "//ui/base/dragdrop/mojom:mojom_headers" ]
deps = [
"//ui/base",
"//ui/platform_window",
]
}