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 # Optional system libraries. | 10 # Optional system libraries. |
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
187 | 187 |
188 if (use_xkbcommon) { | 188 if (use_xkbcommon) { |
189 configs += [ ":xkbcommon" ] | 189 configs += [ ":xkbcommon" ] |
190 | 190 |
191 sources += [ | 191 sources += [ |
192 "layout/xkb/scoped_xkb.h", | 192 "layout/xkb/scoped_xkb.h", |
193 "layout/xkb/xkb.h", | 193 "layout/xkb/xkb.h", |
194 "layout/xkb/xkb_evdev_codes.cc", | 194 "layout/xkb/xkb_evdev_codes.cc", |
195 "layout/xkb/xkb_evdev_codes.h", | 195 "layout/xkb/xkb_evdev_codes.h", |
196 "layout/xkb/xkb_key_code_converter.h", | 196 "layout/xkb/xkb_key_code_converter.h", |
197 "layout/xkb/xkb_keyboard_code_conversion.cc", | |
198 "layout/xkb/xkb_keyboard_code_conversion.h", | |
199 "layout/xkb/xkb_keyboard_layout_engine.cc", | 197 "layout/xkb/xkb_keyboard_layout_engine.cc", |
200 "layout/xkb/xkb_keyboard_layout_engine.h", | 198 "layout/xkb/xkb_keyboard_layout_engine.h", |
201 "layout/xkb/xkb_keysym.h", | 199 "layout/xkb/xkb_keysym.h", |
202 ] | 200 ] |
203 } | 201 } |
204 } | 202 } |
OLD | NEW |