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

Unified Diff: services/ui/ws/BUILD.gn

Issue 2266603002: mus: Implement interwindow drag and drop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more comments Created 4 years, 3 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/ui/public/interfaces/window_tree_constants.mojom ('k') | services/ui/ws/access_policy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/BUILD.gn
diff --git a/services/ui/ws/BUILD.gn b/services/ui/ws/BUILD.gn
index 0ab4f4a292d22a92c1f46872ab2b0782cce8a4d3..ab6446b78786d39039c4233034598d28364dcd2c 100644
--- a/services/ui/ws/BUILD.gn
+++ b/services/ui/ws/BUILD.gn
@@ -26,6 +26,10 @@ static_library("lib") {
"display_binding.h",
"display_manager.cc",
"display_manager.h",
+ "drag_controller.cc",
+ "drag_controller.h",
+ "drag_source.h",
+ "drag_target_connection.h",
"event_dispatcher.cc",
"event_dispatcher.h",
"event_dispatcher_delegate.h",
@@ -197,6 +201,7 @@ test("mus_ws_unittests") {
"animation_runner_unittest.cc",
"cursor_unittest.cc",
"display_unittest.cc",
+ "drag_controller_unittest.cc",
"event_dispatcher_unittest.cc",
"event_matcher_unittest.cc",
"focus_controller_unittest.cc",
« no previous file with comments | « services/ui/public/interfaces/window_tree_constants.mojom ('k') | services/ui/ws/access_policy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698