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

Side by Side Diff: ui/keyboard/BUILD.gn

Issue 2687853002: Switching VirtualKeyboardPrivate keyboard config call stack to receive HasInputDevices() responce a… (Closed)
Patch Set: Fix for compilation error on linux_chromium_chromeos Created 3 years, 10 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 16 matching lines...) Expand all
27 "keyboard_util.h", 27 "keyboard_util.h",
28 "scoped_keyboard_disabler.cc", 28 "scoped_keyboard_disabler.cc",
29 "scoped_keyboard_disabler.h", 29 "scoped_keyboard_disabler.h",
30 ] 30 ]
31 31
32 defines = [ "KEYBOARD_IMPLEMENTATION" ] 32 defines = [ "KEYBOARD_IMPLEMENTATION" ]
33 33
34 deps = [ 34 deps = [
35 "//base", 35 "//base",
36 "//base/third_party/dynamic_annotations", 36 "//base/third_party/dynamic_annotations",
37 "//media",
38 "//skia", 37 "//skia",
39 "//ui/aura", 38 "//ui/aura",
40 "//ui/base", 39 "//ui/base",
41 "//ui/base/ime", 40 "//ui/base/ime",
42 "//ui/compositor", 41 "//ui/compositor",
43 "//ui/display:display", 42 "//ui/display:display",
44 "//ui/events", 43 "//ui/events",
45 "//ui/events:dom_keycode_converter", 44 "//ui/events:dom_keycode_converter",
46 "//ui/events:events_base", 45 "//ui/events:events_base",
47 "//ui/gfx", 46 "//ui/gfx",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 "//ui/base/ime", 165 "//ui/base/ime",
167 "//ui/compositor:test_support", 166 "//ui/compositor:test_support",
168 "//ui/events:test_support", 167 "//ui/events:test_support",
169 "//ui/gfx", 168 "//ui/gfx",
170 "//ui/gfx/geometry", 169 "//ui/gfx/geometry",
171 "//ui/gl:test_support", 170 "//ui/gl:test_support",
172 "//ui/resources:ui_test_pak", 171 "//ui/resources:ui_test_pak",
173 "//ui/wm", 172 "//ui/wm",
174 ] 173 ]
175 } 174 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698