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

Unified Diff: ui/views/BUILD.gn

Issue 2327623002: X11: Add TestDesktopScreenX11 to simulate mouse movement in ui tests (Closed)
Patch Set: Move TestDesktopScreenX11 into its own file 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/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index eb265087f51750ffed4edb3103dd021472415a2d..05dce4defc99805aa6c7a0914155cf2122fc357e 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -750,6 +750,8 @@ static_library("test_support_internal") {
sources += [
"test/desktop_screen_x11_test_api.cc",
"test/desktop_screen_x11_test_api.h",
+ "test/test_desktop_screen_x11.cc",
sky 2016/09/09 15:25:35 test_support_internal isn't visible outside of ui/
Tom (Use chromium acct) 2016/09/09 21:23:16 The tests were alerady able to link but ok, done
Tom (Use chromium acct) 2016/09/09 21:45:40 ERROR at //ui/views/test/ui_controls_factory_deskt
sky 2016/09/09 22:21:02 Sorry, I think the way you had it is right. I miss
+ "test/test_desktop_screen_x11.h",
"test/ui_controls_factory_desktop_aurax11.cc",
"test/ui_controls_factory_desktop_aurax11.h",
]

Powered by Google App Engine
This is Rietveld 408576698