| 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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 'base/dragdrop/os_exchange_data.h', | 184 'base/dragdrop/os_exchange_data.h', |
| 185 'base/dragdrop/os_exchange_data_provider_aura.cc', | 185 'base/dragdrop/os_exchange_data_provider_aura.cc', |
| 186 'base/dragdrop/os_exchange_data_provider_aura.h', | 186 'base/dragdrop/os_exchange_data_provider_aura.h', |
| 187 'base/dragdrop/os_exchange_data_provider_gtk.cc', | 187 'base/dragdrop/os_exchange_data_provider_gtk.cc', |
| 188 'base/dragdrop/os_exchange_data_provider_gtk.h', | 188 'base/dragdrop/os_exchange_data_provider_gtk.h', |
| 189 'base/dragdrop/os_exchange_data_provider_win.cc', | 189 'base/dragdrop/os_exchange_data_provider_win.cc', |
| 190 'base/dragdrop/os_exchange_data_provider_win.h', | 190 'base/dragdrop/os_exchange_data_provider_win.h', |
| 191 'base/events/event.cc', | 191 'base/events/event.cc', |
| 192 'base/events/event.h', | 192 'base/events/event.h', |
| 193 'base/events/event_constants.h', | 193 'base/events/event_constants.h', |
| 194 'base/events/event_functions.cc', |
| 195 'base/events/event_functions.h', |
| 194 'base/events/event_dispatcher.cc', | 196 'base/events/event_dispatcher.cc', |
| 195 'base/events/event_dispatcher.h', | 197 'base/events/event_dispatcher.h', |
| 196 'base/events/event_handler.h', | 198 'base/events/event_handler.h', |
| 197 'base/events/event_target.cc', | 199 'base/events/event_target.cc', |
| 198 'base/events/event_target.h', | 200 'base/events/event_target.h', |
| 199 'base/gestures/gesture_configuration.cc', | 201 'base/gestures/gesture_configuration.cc', |
| 200 'base/gestures/gesture_configuration.h', | 202 'base/gestures/gesture_configuration.h', |
| 201 'base/gestures/gesture_point.cc', | 203 'base/gestures/gesture_point.cc', |
| 202 'base/gestures/gesture_point.h', | 204 'base/gestures/gesture_point.h', |
| 203 'base/gestures/gesture_recognizer.h', | 205 'base/gestures/gesture_recognizer.h', |
| (...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 792 }, | 794 }, |
| 793 ], | 795 ], |
| 794 'conditions': [ | 796 'conditions': [ |
| 795 ['inside_chromium_build == 1', { | 797 ['inside_chromium_build == 1', { |
| 796 'includes': [ | 798 'includes': [ |
| 797 'ui_unittests.gypi', | 799 'ui_unittests.gypi', |
| 798 ]}, | 800 ]}, |
| 799 ], | 801 ], |
| 800 ], | 802 ], |
| 801 } | 803 } |
| OLD | NEW |