| 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 105         'gestures/gesture_point.h', | 105         'gestures/gesture_point.h', | 
| 106         'gestures/gesture_recognizer.h', | 106         'gestures/gesture_recognizer.h', | 
| 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/velocity_calculator.cc', | 113         'gestures/velocity_calculator.cc', | 
| 114         'gestures/velocity_calculator.h', | 114         'gestures/velocity_calculator.h', | 
|  | 115         'ozone/evdev/event_converter.cc', | 
|  | 116         'ozone/evdev/event_converter.h', | 
| 115         'ozone/evdev/event_device_info.cc', | 117         'ozone/evdev/event_device_info.cc', | 
| 116         'ozone/evdev/event_device_info.h', | 118         'ozone/evdev/event_device_info.h', | 
| 117         'ozone/evdev/event_factory.cc', | 119         'ozone/evdev/event_factory.cc', | 
| 118         'ozone/evdev/event_factory.h', | 120         'ozone/evdev/event_factory.h', | 
| 119         'ozone/evdev/event_modifiers.cc', | 121         'ozone/evdev/event_modifiers.cc', | 
| 120         'ozone/evdev/event_modifiers.h', | 122         'ozone/evdev/event_modifiers.h', | 
| 121         'ozone/evdev/key_event_converter.cc', | 123         'ozone/evdev/key_event_converter.cc', | 
| 122         'ozone/evdev/key_event_converter.h', | 124         'ozone/evdev/key_event_converter.h', | 
| 123         'ozone/evdev/touch_event_converter.cc', | 125         'ozone/evdev/touch_event_converter.cc', | 
| 124         'ozone/evdev/touch_event_converter.h', | 126         'ozone/evdev/touch_event_converter.h', | 
| 125         'ozone/event_converter_ozone.cc', |  | 
| 126         'ozone/event_converter_ozone.h', |  | 
| 127         'ozone/event_factory_ozone.cc', | 127         'ozone/event_factory_ozone.cc', | 
| 128         'ozone/event_factory_ozone.h', | 128         'ozone/event_factory_ozone.h', | 
| 129         'ozone/events_ozone.cc', | 129         'ozone/events_ozone.cc', | 
| 130         'win/events_win.cc', | 130         'win/events_win.cc', | 
| 131         'x/events_x.cc', | 131         'x/events_x.cc', | 
| 132       ], | 132       ], | 
| 133       'conditions': [ | 133       'conditions': [ | 
| 134         # We explicitly enumerate the platforms we _do_ provide native cracking | 134         # We explicitly enumerate the platforms we _do_ provide native cracking | 
| 135         # for here. | 135         # for here. | 
| 136         ['OS=="win" or use_x11==1 or use_ozone==1', { | 136         ['OS=="win" or use_x11==1 or use_ozone==1', { | 
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 202       'conditions': [ | 202       'conditions': [ | 
| 203         ['OS=="linux" and linux_use_tcmalloc==1', { | 203         ['OS=="linux" and linux_use_tcmalloc==1', { | 
| 204           'dependencies': [ | 204           'dependencies': [ | 
| 205             '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 205             '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 
| 206           ], | 206           ], | 
| 207         }], | 207         }], | 
| 208       ], | 208       ], | 
| 209     }, | 209     }, | 
| 210   ], | 210   ], | 
| 211 } | 211 } | 
| OLD | NEW | 
|---|