| 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 'gestures/gesture_recognizer_impl.cc', | 107 'gestures/gesture_recognizer_impl.cc', |
| 108 'gestures/gesture_recognizer_impl.h', | 108 'gestures/gesture_recognizer_impl.h', |
| 109 'gestures/gesture_sequence.cc', | 109 'gestures/gesture_sequence.cc', |
| 110 'gestures/gesture_sequence.h', | 110 'gestures/gesture_sequence.h', |
| 111 'gestures/gesture_types.cc', | 111 'gestures/gesture_types.cc', |
| 112 'gestures/gesture_types.h', | 112 'gestures/gesture_types.h', |
| 113 'gestures/gesture_util.cc', | 113 'gestures/gesture_util.cc', |
| 114 'gestures/gesture_util.h', | 114 'gestures/gesture_util.h', |
| 115 'gestures/velocity_calculator.cc', | 115 'gestures/velocity_calculator.cc', |
| 116 'gestures/velocity_calculator.h', | 116 'gestures/velocity_calculator.h', |
| 117 'ozone/evdev/event_converter.cc', |
| 118 'ozone/evdev/event_converter.h', |
| 117 'ozone/evdev/event_device_info.cc', | 119 'ozone/evdev/event_device_info.cc', |
| 118 'ozone/evdev/event_device_info.h', | 120 'ozone/evdev/event_device_info.h', |
| 119 'ozone/evdev/event_factory.cc', | 121 'ozone/evdev/event_factory.cc', |
| 120 'ozone/evdev/event_factory.h', | 122 'ozone/evdev/event_factory.h', |
| 121 'ozone/evdev/event_modifiers.cc', | 123 'ozone/evdev/event_modifiers.cc', |
| 122 'ozone/evdev/event_modifiers.h', | 124 'ozone/evdev/event_modifiers.h', |
| 123 'ozone/evdev/key_event_converter.cc', | 125 'ozone/evdev/key_event_converter.cc', |
| 124 'ozone/evdev/key_event_converter.h', | 126 'ozone/evdev/key_event_converter.h', |
| 125 'ozone/evdev/touch_event_converter.cc', | 127 'ozone/evdev/touch_event_converter.cc', |
| 126 'ozone/evdev/touch_event_converter.h', | 128 'ozone/evdev/touch_event_converter.h', |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 'conditions': [ | 208 'conditions': [ |
| 207 ['OS=="linux" and linux_use_tcmalloc==1', { | 209 ['OS=="linux" and linux_use_tcmalloc==1', { |
| 208 'dependencies': [ | 210 'dependencies': [ |
| 209 '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 211 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
| 210 ], | 212 ], |
| 211 }], | 213 }], |
| 212 ], | 214 ], |
| 213 }, | 215 }, |
| 214 ], | 216 ], |
| 215 } | 217 } |
| OLD | NEW |