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

Unified Diff: ui/views/mus/BUILD.gn

Issue 2323553002: mash: Use the new mus drag and drop API to get drag working in mash. (Closed)
Patch Set: another make unique 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: ui/views/mus/BUILD.gn
diff --git a/ui/views/mus/BUILD.gn b/ui/views/mus/BUILD.gn
index 2d1a65dea3972f64a89ea14bfeeb880159f071b3..94d53fb62c4a183593579a50ee0b8ee9fe7d9b7d 100644
--- a/ui/views/mus/BUILD.gn
+++ b/ui/views/mus/BUILD.gn
@@ -17,6 +17,10 @@ component("mus") {
"aura_init.h",
"clipboard_mus.cc",
"clipboard_mus.h",
+ "drag_drop_client_mus.cc",
+ "drag_drop_client_mus.h",
+ "drop_target_mus.cc",
+ "drop_target_mus.h",
"input_method_mus.cc",
"input_method_mus.h",
"mus_export.h",

Powered by Google App Engine
This is Rietveld 408576698