| 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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 'base/dragdrop/gtk_dnd_util.cc', | 176 'base/dragdrop/gtk_dnd_util.cc', |
| 177 'base/dragdrop/gtk_dnd_util.h', | 177 'base/dragdrop/gtk_dnd_util.h', |
| 178 'base/dragdrop/os_exchange_data.cc', | 178 'base/dragdrop/os_exchange_data.cc', |
| 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/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.h', | 189 'base/events/event_dispatcher.h', |
| 190 'base/events/event_handler.h', | 190 'base/events/event_handler.h', |
| 191 'base/events/event_target.cc', | 191 'base/events/event_target.cc', |
| 192 'base/events/event_target.h', | 192 'base/events/event_target.h', |
| 193 'base/gestures/gesture_configuration.cc', | 193 'base/gestures/gesture_configuration.cc', |
| 194 'base/gestures/gesture_configuration.h', | 194 'base/gestures/gesture_configuration.h', |
| 195 'base/gestures/gesture_point.cc', | 195 'base/gestures/gesture_point.cc', |
| 196 'base/gestures/gesture_point.h', | 196 'base/gestures/gesture_point.h', |
| (...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 736 }, | 736 }, |
| 737 }, | 737 }, |
| 738 }, { # use_x11==0 | 738 }, { # use_x11==0 |
| 739 'sources/': [ | 739 'sources/': [ |
| 740 ['exclude', 'base/keycodes/keyboard_code_conversion_x.*'], | 740 ['exclude', 'base/keycodes/keyboard_code_conversion_x.*'], |
| 741 ['exclude', 'base/x/*'], | 741 ['exclude', 'base/x/*'], |
| 742 ], | 742 ], |
| 743 }], | 743 }], |
| 744 ['toolkit_views==0', { | 744 ['toolkit_views==0', { |
| 745 'sources!': [ | 745 'sources!': [ |
| 746 'base/event.cc', | 746 'base/events/event.cc', |
| 747 'base/events/event.h', | 747 'base/events/event.h', |
| 748 'base/x/events_x.cc', | 748 'base/x/events_x.cc', |
| 749 ], | 749 ], |
| 750 }], | 750 }], |
| 751 ['OS=="android"', { | 751 ['OS=="android"', { |
| 752 'sources!': [ | 752 'sources!': [ |
| 753 'base/dragdrop/drag_utils.cc', | 753 'base/dragdrop/drag_utils.cc', |
| 754 'base/dragdrop/drag_utils.h', | 754 'base/dragdrop/drag_utils.h', |
| 755 'base/touch/touch_factory.cc', | 755 'base/touch/touch_factory.cc', |
| 756 'base/touch/touch_factory.h', | 756 'base/touch/touch_factory.h', |
| (...skipping 23 matching lines...) Expand all Loading... |
| 780 }, | 780 }, |
| 781 ], | 781 ], |
| 782 'conditions': [ | 782 'conditions': [ |
| 783 ['inside_chromium_build == 1', { | 783 ['inside_chromium_build == 1', { |
| 784 'includes': [ | 784 'includes': [ |
| 785 'ui_unittests.gypi', | 785 'ui_unittests.gypi', |
| 786 ]}, | 786 ]}, |
| 787 ], | 787 ], |
| 788 ], | 788 ], |
| 789 } | 789 } |
| OLD | NEW |