| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 { | 10 { |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 'keycodes/keyboard_code_conversion_gtk.h', | 58 'keycodes/keyboard_code_conversion_gtk.h', |
| 59 'keycodes/keyboard_code_conversion_mac.h', | 59 'keycodes/keyboard_code_conversion_mac.h', |
| 60 'keycodes/keyboard_code_conversion_mac.mm', | 60 'keycodes/keyboard_code_conversion_mac.mm', |
| 61 'keycodes/keyboard_code_conversion_win.cc', | 61 'keycodes/keyboard_code_conversion_win.cc', |
| 62 'keycodes/keyboard_code_conversion_win.h', | 62 'keycodes/keyboard_code_conversion_win.h', |
| 63 'keycodes/keyboard_code_conversion_x.cc', | 63 'keycodes/keyboard_code_conversion_x.cc', |
| 64 'keycodes/keyboard_code_conversion_x.h', | 64 'keycodes/keyboard_code_conversion_x.h', |
| 65 'keycodes/keyboard_codes.h', | 65 'keycodes/keyboard_codes.h', |
| 66 'latency_info.cc', | 66 'latency_info.cc', |
| 67 'latency_info.h', | 67 'latency_info.h', |
| 68 'ozone/evdev/event_device_info.cc', |
| 69 'ozone/evdev/event_device_info.h', |
| 68 'ozone/evdev/event_factory.cc', | 70 'ozone/evdev/event_factory.cc', |
| 69 'ozone/evdev/event_factory.h', | 71 'ozone/evdev/event_factory.h', |
| 70 'ozone/evdev/event_modifiers.cc', | 72 'ozone/evdev/event_modifiers.cc', |
| 71 'ozone/evdev/event_modifiers.h', | 73 'ozone/evdev/event_modifiers.h', |
| 72 'ozone/evdev/key_event_converter.cc', | 74 'ozone/evdev/key_event_converter.cc', |
| 73 'ozone/evdev/key_event_converter.h', | 75 'ozone/evdev/key_event_converter.h', |
| 74 'ozone/evdev/touch_event_converter.cc', | 76 'ozone/evdev/touch_event_converter.cc', |
| 75 'ozone/evdev/touch_event_converter.h', | 77 'ozone/evdev/touch_event_converter.h', |
| 76 'ozone/event_converter_ozone.cc', | 78 'ozone/event_converter_ozone.cc', |
| 77 'ozone/event_converter_ozone.h', | 79 'ozone/event_converter_ozone.h', |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 '<(DEPTH)/build/linux/system.gyp:x11', | 118 '<(DEPTH)/build/linux/system.gyp:x11', |
| 117 ], | 119 ], |
| 118 }], | 120 }], |
| 119 ['use_ozone_evdev==1', { | 121 ['use_ozone_evdev==1', { |
| 120 'defines': ['USE_OZONE_EVDEV=1'], | 122 'defines': ['USE_OZONE_EVDEV=1'], |
| 121 }], | 123 }], |
| 122 ], | 124 ], |
| 123 } | 125 } |
| 124 ], | 126 ], |
| 125 } | 127 } |
| OLD | NEW |