| 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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 'base/dragdrop/gtk_dnd_util.h', | 170 'base/dragdrop/gtk_dnd_util.h', |
| 171 'base/dragdrop/os_exchange_data.cc', | 171 'base/dragdrop/os_exchange_data.cc', |
| 172 'base/dragdrop/os_exchange_data.h', | 172 'base/dragdrop/os_exchange_data.h', |
| 173 'base/dragdrop/os_exchange_data_provider_aura.cc', | 173 'base/dragdrop/os_exchange_data_provider_aura.cc', |
| 174 'base/dragdrop/os_exchange_data_provider_aura.h', | 174 'base/dragdrop/os_exchange_data_provider_aura.h', |
| 175 'base/dragdrop/os_exchange_data_provider_gtk.cc', | 175 'base/dragdrop/os_exchange_data_provider_gtk.cc', |
| 176 'base/dragdrop/os_exchange_data_provider_gtk.h', | 176 'base/dragdrop/os_exchange_data_provider_gtk.h', |
| 177 'base/dragdrop/os_exchange_data_provider_win.cc', | 177 'base/dragdrop/os_exchange_data_provider_win.cc', |
| 178 'base/dragdrop/os_exchange_data_provider_win.h', | 178 'base/dragdrop/os_exchange_data_provider_win.h', |
| 179 'base/event.cc', | 179 'base/event.cc', |
| 180 'base/event.h', | 180 'base/events/event.h', |
| 181 'base/events.h', | 181 'base/events/event_constants.h', |
| 182 'base/events/event_dispatcher.h', | 182 'base/events/event_dispatcher.h', |
| 183 'base/events/event_handler.h', | 183 'base/events/event_handler.h', |
| 184 'base/events/event_target.cc', | 184 'base/events/event_target.cc', |
| 185 'base/events/event_target.h', | 185 'base/events/event_target.h', |
| 186 'base/gestures/gesture_configuration.cc', | 186 'base/gestures/gesture_configuration.cc', |
| 187 'base/gestures/gesture_configuration.h', | 187 'base/gestures/gesture_configuration.h', |
| 188 'base/gestures/gesture_point.cc', | 188 'base/gestures/gesture_point.cc', |
| 189 'base/gestures/gesture_point.h', | 189 'base/gestures/gesture_point.h', |
| 190 'base/gestures/gesture_recognizer.h', | 190 'base/gestures/gesture_recognizer.h', |
| 191 'base/gestures/gesture_recognizer_impl.cc', | 191 'base/gestures/gesture_recognizer_impl.cc', |
| (...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 735 }, | 735 }, |
| 736 }, { # use_x11==0 | 736 }, { # use_x11==0 |
| 737 'sources/': [ | 737 'sources/': [ |
| 738 ['exclude', 'base/keycodes/keyboard_code_conversion_x.*'], | 738 ['exclude', 'base/keycodes/keyboard_code_conversion_x.*'], |
| 739 ['exclude', 'base/x/*'], | 739 ['exclude', 'base/x/*'], |
| 740 ], | 740 ], |
| 741 }], | 741 }], |
| 742 ['toolkit_views==0', { | 742 ['toolkit_views==0', { |
| 743 'sources!': [ | 743 'sources!': [ |
| 744 'base/event.cc', | 744 'base/event.cc', |
| 745 'base/event.h', | 745 'base/events/event.h', |
| 746 'base/x/events_x.cc', | 746 'base/x/events_x.cc', |
| 747 ], | 747 ], |
| 748 }], | 748 }], |
| 749 ['OS=="android"', { | 749 ['OS=="android"', { |
| 750 'sources!': [ | 750 'sources!': [ |
| 751 'base/dragdrop/drag_utils.cc', | 751 'base/dragdrop/drag_utils.cc', |
| 752 'base/dragdrop/drag_utils.h', | 752 'base/dragdrop/drag_utils.h', |
| 753 'base/touch/touch_factory.cc', | 753 'base/touch/touch_factory.cc', |
| 754 'base/touch/touch_factory.h', | 754 'base/touch/touch_factory.h', |
| 755 'gfx/pango_util.cc', | 755 'gfx/pango_util.cc', |
| (...skipping 22 matching lines...) Expand all Loading... |
| 778 }, | 778 }, |
| 779 ], | 779 ], |
| 780 'conditions': [ | 780 'conditions': [ |
| 781 ['inside_chromium_build == 1', { | 781 ['inside_chromium_build == 1', { |
| 782 'includes': [ | 782 'includes': [ |
| 783 'ui_unittests.gypi', | 783 'ui_unittests.gypi', |
| 784 ]}, | 784 ]}, |
| 785 ], | 785 ], |
| 786 ], | 786 ], |
| 787 } | 787 } |
| OLD | NEW |