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

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

Issue 2759463002: aura-mus: create an interactive ui test for drag and drop. (Closed)
Patch Set: General cleanup. Created 3 years, 9 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 e72f23d9ef519e0b472624c59a23437ff3653e07..fbea09616d1a16db75eee673a4398912abcf3b1f 100644
--- a/ui/views/mus/BUILD.gn
+++ b/ui/views/mus/BUILD.gn
@@ -228,6 +228,7 @@ test("views_mus_interactive_ui_tests") {
sources = [
"../widget/widget_interactive_uitest.cc",
"clipboard_unittest.cc",
+ "drag_interactive_uitest.cc",
"interactive_ui_tests_mus.cc",
]
@@ -238,6 +239,7 @@ test("views_mus_interactive_ui_tests") {
"//testing/gmock",
"//testing/gtest",
"//ui/aura",
+ "//ui/aura:test_support",
"//ui/base",
"//ui/base/ime",
"//ui/events:events_base",

Powered by Google App Engine
This is Rietveld 408576698