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

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: Remove stray mark 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
Index: services/ui/ws/BUILD.gn
diff --git a/services/ui/ws/BUILD.gn b/services/ui/ws/BUILD.gn
index 0ab4f4a292d22a92c1f46872ab2b0782cce8a4d3..6633120037ee4bf0b40b68d7669a11d36d0dc51b 100644
--- a/services/ui/ws/BUILD.gn
+++ b/services/ui/ws/BUILD.gn
@@ -18,6 +18,8 @@ static_library("lib") {
"animation_runner.cc",
"animation_runner.h",
"animation_runner_observer.h",
+ "current_drag_operation.cc",
+ "current_drag_operation.h",
sky 2016/09/06 21:11:26 current_drag_operation_source.h= and drag_target_c
"default_access_policy.cc",
"default_access_policy.h",
"display.cc",
@@ -195,6 +197,7 @@ group("tests") {
test("mus_ws_unittests") {
sources = [
"animation_runner_unittest.cc",
+ "current_drag_operation_unittest.cc",
"cursor_unittest.cc",
"display_unittest.cc",
"event_dispatcher_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698