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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//mojo/public/tools/bindings/mojom.gni") 5 import("//mojo/public/tools/bindings/mojom.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//third_party/google_input_tools/closure.gni") 7 import("//third_party/google_input_tools/closure.gni")
8 import("//third_party/google_input_tools/inputview.gni") 8 import("//third_party/google_input_tools/inputview.gni")
9 import("//tools/grit/grit_rule.gni") 9 import("//tools/grit/grit_rule.gni")
10 10
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 "//ui/gfx/geometry", 86 "//ui/gfx/geometry",
87 "//ui/wm", 87 "//ui/wm",
88 "//url", 88 "//url",
89 ] 89 ]
90 90
91 data_deps = [ 91 data_deps = [
92 ":resources", 92 ":resources",
93 ] 93 ]
94 } 94 }
95 95
96 static_library("test_support") {
97 testonly = true
98 sources = [
99 "keyboard_test_util.cc",
100 "keyboard_test_util.h",
101 ]
102 deps = [
103 ":keyboard",
104 "//base",
105 "//skia",
106 "//ui/aura",
107 ]
108 }
109
96 grit("resources_grit") { 110 grit("resources_grit") {
97 source = "keyboard_resources.grd" 111 source = "keyboard_resources.grd"
98 outputs = [ 112 outputs = [
99 "grit/keyboard_resources.h", 113 "grit/keyboard_resources.h",
100 "grit/keyboard_resources_map.h", 114 "grit/keyboard_resources_map.h",
101 "keyboard_resources.pak", 115 "keyboard_resources.pak",
102 ] 116 ]
103 117
104 input_tools_root_dir = "//third_party/google_input_tools/src/chrome/os" 118 input_tools_root_dir = "//third_party/google_input_tools/src/chrome/os"
105 inputview_gen_js = "$root_gen_dir/ui/keyboard/resources/inputview.js" 119 inputview_gen_js = "$root_gen_dir/ui/keyboard/resources/inputview.js"
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 "//ui/base/ime", 179 "//ui/base/ime",
166 "//ui/compositor:test_support", 180 "//ui/compositor:test_support",
167 "//ui/events:test_support", 181 "//ui/events:test_support",
168 "//ui/gfx", 182 "//ui/gfx",
169 "//ui/gfx/geometry", 183 "//ui/gfx/geometry",
170 "//ui/gl:test_support", 184 "//ui/gl:test_support",
171 "//ui/resources:ui_test_pak", 185 "//ui/resources:ui_test_pak",
172 "//ui/wm", 186 "//ui/wm",
173 ] 187 ]
174 } 188 }
OLDNEW
« 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