OLD | NEW |
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("//build/config/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/linux/pkg_config.gni") | 6 import("//build/config/linux/pkg_config.gni") |
7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
8 | 8 |
9 declare_args() { | 9 declare_args() { |
10 # Support ChromeOS touchpad gestures with ozone. | 10 # Support ChromeOS touchpad gestures with ozone. |
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 | 203 |
204 sources += [ | 204 sources += [ |
205 "layout/xkb/xkb.h", | 205 "layout/xkb/xkb.h", |
206 "layout/xkb/xkb_evdev_codes.cc", | 206 "layout/xkb/xkb_evdev_codes.cc", |
207 "layout/xkb/xkb_evdev_codes.h", | 207 "layout/xkb/xkb_evdev_codes.h", |
208 "layout/xkb/xkb_key_code_converter.h", | 208 "layout/xkb/xkb_key_code_converter.h", |
209 "layout/xkb/xkb_keyboard_layout_engine.cc", | 209 "layout/xkb/xkb_keyboard_layout_engine.cc", |
210 "layout/xkb/xkb_keyboard_layout_engine.h", | 210 "layout/xkb/xkb_keyboard_layout_engine.h", |
211 "layout/xkb/xkb_keysym.h", | 211 "layout/xkb/xkb_keysym.h", |
212 ] | 212 ] |
| 213 |
| 214 deps += [ "//ui/events/keycodes:xkb" ] |
213 } | 215 } |
214 } | 216 } |
OLD | NEW |