| # Copyright 2018 The Chromium Authors |
| # 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", |
| ] |
| } |