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

Unified Diff: ui/keyboard/BUILD.gn

Issue 2702933002: Add an end to end test: virtual keyboard opens on click of text input (Closed)
Patch Set: Updated the test so to simulate user's click. 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 | « chrome/test/data/chromeos/virtual_keyboard/inputs.html ('k') | ui/keyboard/keyboard_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/BUILD.gn
diff --git a/ui/keyboard/BUILD.gn b/ui/keyboard/BUILD.gn
index 1f4508df4bd0544479cf434471a0d4dc9063f21a..4d6ed0e45147fffd8b8e32efc0df82dab45ed027 100644
--- a/ui/keyboard/BUILD.gn
+++ b/ui/keyboard/BUILD.gn
@@ -93,6 +93,20 @@ component("keyboard_with_content") {
]
}
+static_library("test_support") {
+ testonly = true
+ sources = [
+ "keyboard_test_util.cc",
+ "keyboard_test_util.h",
+ ]
+ deps = [
+ ":keyboard",
+ "//base",
+ "//skia",
+ "//ui/aura",
+ ]
+}
+
grit("resources_grit") {
source = "keyboard_resources.grd"
outputs = [
« no previous file with comments | « chrome/test/data/chromeos/virtual_keyboard/inputs.html ('k') | ui/keyboard/keyboard_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698