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

Unified Diff: ui/events/BUILD.gn

Issue 2197113002: Force U.S. English keyboard layout for TextfieldTest.KeysWithModifiersTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Share keyboard layout selection code between tests Created 4 years, 4 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/events/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index b6d5cd40f8abe54d51465d29eec5bd325cac265a..ceb4acba3fbd8f94c25abcc7c9a40f1107825dbc 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -276,6 +276,10 @@ static_library("test_support") {
"test/event_generator.h",
"test/events_test_utils.cc",
"test/events_test_utils.h",
+ "test/keyboard_layout.cc",
+ "test/keyboard_layout.h",
+ "test/keyboard_layout_mac.cc",
+ "test/keyboard_layout_win.cc",
"test/motion_event_test_utils.cc",
"test/motion_event_test_utils.h",
"test/platform_event_source_test_api.cc",

Powered by Google App Engine
This is Rietveld 408576698