| 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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 'layout/layout_util.h', | 171 'layout/layout_util.h', |
| 172 'layout/no/no_keyboard_layout_engine.cc', | 172 'layout/no/no_keyboard_layout_engine.cc', |
| 173 'layout/no/no_keyboard_layout_engine.h', | 173 'layout/no/no_keyboard_layout_engine.h', |
| 174 'layout/stub/stub_keyboard_layout_engine.cc', | 174 'layout/stub/stub_keyboard_layout_engine.cc', |
| 175 'layout/stub/stub_keyboard_layout_engine.h', | 175 'layout/stub/stub_keyboard_layout_engine.h', |
| 176 ], | 176 ], |
| 177 'conditions': [ | 177 'conditions': [ |
| 178 ['use_xkbcommon==1', { | 178 ['use_xkbcommon==1', { |
| 179 'dependencies': [ | 179 'dependencies': [ |
| 180 '../../../build/linux/system.gyp:xkbcommon', | 180 '../../../build/linux/system.gyp:xkbcommon', |
| 181 '../keycodes/events_keycodes.gyp:keycodes_xkb', |
| 181 ], | 182 ], |
| 182 'defines': [ | 183 'defines': [ |
| 183 'USE_XKBCOMMON', | 184 'USE_XKBCOMMON', |
| 184 ], | 185 ], |
| 185 'direct_dependent_settings': { | 186 'direct_dependent_settings': { |
| 186 'defines': [ | 187 'defines': [ |
| 187 'USE_XKBCOMMON', | 188 'USE_XKBCOMMON', |
| 188 ], | 189 ], |
| 189 }, | 190 }, |
| 190 'sources': [ | 191 'sources': [ |
| 191 'layout/xkb/scoped_xkb.h', | 192 'layout/xkb/scoped_xkb.h', |
| 192 'layout/xkb/xkb.h', | 193 'layout/xkb/xkb.h', |
| 193 'layout/xkb/xkb_evdev_codes.cc', | 194 'layout/xkb/xkb_evdev_codes.cc', |
| 194 'layout/xkb/xkb_evdev_codes.h', | 195 'layout/xkb/xkb_evdev_codes.h', |
| 195 'layout/xkb/xkb_key_code_converter.h', | 196 'layout/xkb/xkb_key_code_converter.h', |
| 196 'layout/xkb/xkb_keyboard_layout_engine.cc', | 197 'layout/xkb/xkb_keyboard_layout_engine.cc', |
| 197 'layout/xkb/xkb_keyboard_layout_engine.h', | 198 'layout/xkb/xkb_keyboard_layout_engine.h', |
| 198 'layout/xkb/xkb_keysym.h', | 199 'layout/xkb/xkb_keysym.h', |
| 199 ], | 200 ], |
| 200 }], | 201 }], |
| 201 ], | 202 ], |
| 202 }] | 203 }] |
| 203 } | 204 } |
| OLD | NEW |