| 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [{ | 9 'targets': [{ |
| 10 'target_name': 'events_ozone', | 10 'target_name': 'events_ozone', |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 'defines': [ | 186 'defines': [ |
| 187 'USE_XKBCOMMON', | 187 'USE_XKBCOMMON', |
| 188 ], | 188 ], |
| 189 }, | 189 }, |
| 190 'sources': [ | 190 'sources': [ |
| 191 'layout/xkb/scoped_xkb.h', | 191 'layout/xkb/scoped_xkb.h', |
| 192 'layout/xkb/xkb.h', | 192 'layout/xkb/xkb.h', |
| 193 'layout/xkb/xkb_evdev_codes.cc', | 193 'layout/xkb/xkb_evdev_codes.cc', |
| 194 'layout/xkb/xkb_evdev_codes.h', | 194 'layout/xkb/xkb_evdev_codes.h', |
| 195 'layout/xkb/xkb_key_code_converter.h', | 195 'layout/xkb/xkb_key_code_converter.h', |
| 196 'layout/xkb/xkb_keyboard_code_conversion.cc', | |
| 197 'layout/xkb/xkb_keyboard_code_conversion.h', | |
| 198 'layout/xkb/xkb_keyboard_layout_engine.cc', | 196 'layout/xkb/xkb_keyboard_layout_engine.cc', |
| 199 'layout/xkb/xkb_keyboard_layout_engine.h', | 197 'layout/xkb/xkb_keyboard_layout_engine.h', |
| 200 'layout/xkb/xkb_keysym.h', | 198 'layout/xkb/xkb_keysym.h', |
| 201 ], | 199 ], |
| 202 }], | 200 }], |
| 203 ], | 201 ], |
| 204 }] | 202 }] |
| 205 } | 203 } |
| OLD | NEW |