| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'includes': [ | 9 'includes': [ |
| 10 'ui_resources.gypi', | 10 'ui_resources.gypi', |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 'base/dragdrop/os_exchange_data.h', | 179 'base/dragdrop/os_exchange_data.h', |
| 180 'base/dragdrop/os_exchange_data_provider_aura.cc', | 180 'base/dragdrop/os_exchange_data_provider_aura.cc', |
| 181 'base/dragdrop/os_exchange_data_provider_aura.h', | 181 'base/dragdrop/os_exchange_data_provider_aura.h', |
| 182 'base/dragdrop/os_exchange_data_provider_gtk.cc', | 182 'base/dragdrop/os_exchange_data_provider_gtk.cc', |
| 183 'base/dragdrop/os_exchange_data_provider_gtk.h', | 183 'base/dragdrop/os_exchange_data_provider_gtk.h', |
| 184 'base/dragdrop/os_exchange_data_provider_win.cc', | 184 'base/dragdrop/os_exchange_data_provider_win.cc', |
| 185 'base/dragdrop/os_exchange_data_provider_win.h', | 185 'base/dragdrop/os_exchange_data_provider_win.h', |
| 186 'base/events/event.cc', | 186 'base/events/event.cc', |
| 187 'base/events/event.h', | 187 'base/events/event.h', |
| 188 'base/events/event_constants.h', | 188 'base/events/event_constants.h', |
| 189 'base/events/event_dispatcher.cc', |
| 189 'base/events/event_dispatcher.h', | 190 'base/events/event_dispatcher.h', |
| 190 'base/events/event_handler.h', | 191 'base/events/event_handler.h', |
| 191 'base/events/event_target.cc', | 192 'base/events/event_target.cc', |
| 192 'base/events/event_target.h', | 193 'base/events/event_target.h', |
| 193 'base/gestures/gesture_configuration.cc', | 194 'base/gestures/gesture_configuration.cc', |
| 194 'base/gestures/gesture_configuration.h', | 195 'base/gestures/gesture_configuration.h', |
| 195 'base/gestures/gesture_point.cc', | 196 'base/gestures/gesture_point.cc', |
| 196 'base/gestures/gesture_point.h', | 197 'base/gestures/gesture_point.h', |
| 197 'base/gestures/gesture_recognizer.h', | 198 'base/gestures/gesture_recognizer.h', |
| 198 'base/gestures/gesture_recognizer_impl.cc', | 199 'base/gestures/gesture_recognizer_impl.cc', |
| (...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 782 }, | 783 }, |
| 783 ], | 784 ], |
| 784 'conditions': [ | 785 'conditions': [ |
| 785 ['inside_chromium_build == 1', { | 786 ['inside_chromium_build == 1', { |
| 786 'includes': [ | 787 'includes': [ |
| 787 'ui_unittests.gypi', | 788 'ui_unittests.gypi', |
| 788 ]}, | 789 ]}, |
| 789 ], | 790 ], |
| 790 ], | 791 ], |
| 791 } | 792 } |
| OLD | NEW |