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

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

Issue 2795503002: mash: Don't synthesize extra key press events in the window server (Closed)
Patch Set: utility 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
« no previous file with comments | « no previous file | services/ui/ws/platform_display.cc » ('j') | services/ui/ws/platform_display_default.h » ('J')
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 53cac7d71e21cb7b45b1916af1ee268688251817..90db269448f93df8223ad50f240860f407c87c81 100644
--- a/services/ui/ws/BUILD.gn
+++ b/services/ui/ws/BUILD.gn
@@ -262,6 +262,12 @@ service_test("mus_ws_unittests") {
sources += [ "window_manager_client_unittest.cc" ]
}
+ # TODO(jamescook): Run this test on non-ozone platforms. This will require
+ # initializing all the platform-specific windowing support.
+ if (use_ozone) {
+ sources += [ "platform_display_default_unittest.cc" ]
+ }
+
catalog = ":mus_ws_unittests_catalog"
deps = [
« no previous file with comments | « no previous file | services/ui/ws/platform_display.cc » ('j') | services/ui/ws/platform_display_default.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698