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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 ], | 44 ], |
45 }, { | 45 }, { |
46 'target_name': 'events_ozone_evdev', | 46 'target_name': 'events_ozone_evdev', |
47 'type': '<(component)', | 47 'type': '<(component)', |
48 'dependencies': [ | 48 'dependencies': [ |
49 '../../../base/base.gyp:base', | 49 '../../../base/base.gyp:base', |
50 '../../gfx/gfx.gyp:gfx', | 50 '../../gfx/gfx.gyp:gfx', |
51 '../../ozone/ozone.gyp:ozone_base', | 51 '../../ozone/ozone.gyp:ozone_base', |
52 '../devices/events_devices.gyp:events_devices', | 52 '../devices/events_devices.gyp:events_devices', |
53 '../events.gyp:dom4_keycode_converter', | 53 '../events.gyp:dom4_keycode_converter', |
| 54 '../events.gyp:events', |
| 55 '../events.gyp:events_base', |
54 '../platform/events_platform.gyp:events_platform', | 56 '../platform/events_platform.gyp:events_platform', |
55 'events_ozone', | 57 'events_ozone', |
56 'events_ozone_layout', | 58 'events_ozone_layout', |
57 ], | 59 ], |
58 'defines': [ | 60 'defines': [ |
59 'EVENTS_OZONE_EVDEV_IMPLEMENTATION', | 61 'EVENTS_OZONE_EVDEV_IMPLEMENTATION', |
60 'USE_EVDEV', | 62 'USE_EVDEV', |
61 ], | 63 ], |
62 'direct_dependent_settings': { | 64 'direct_dependent_settings': { |
63 'defines': [ | 65 'defines': [ |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 'layout/xkb/xkb_keyboard_code_conversion.h', | 179 'layout/xkb/xkb_keyboard_code_conversion.h', |
178 'layout/xkb/xkb_keyboard_layout_engine.cc', | 180 'layout/xkb/xkb_keyboard_layout_engine.cc', |
179 'layout/xkb/xkb_keyboard_layout_engine.h', | 181 'layout/xkb/xkb_keyboard_layout_engine.h', |
180 'layout/xkb/xkb_keysym.h', | 182 'layout/xkb/xkb_keysym.h', |
181 'layout/xkb/scoped_xkb.h', | 183 'layout/xkb/scoped_xkb.h', |
182 ], | 184 ], |
183 }], | 185 }], |
184 ], | 186 ], |
185 }] | 187 }] |
186 } | 188 } |
OLD | NEW |