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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
143 'base/dragdrop/gtk_dnd_util.cc', | 143 'base/dragdrop/gtk_dnd_util.cc', |
144 'base/dragdrop/gtk_dnd_util.h', | 144 'base/dragdrop/gtk_dnd_util.h', |
145 'base/dragdrop/os_exchange_data.cc', | 145 'base/dragdrop/os_exchange_data.cc', |
146 'base/dragdrop/os_exchange_data.h', | 146 'base/dragdrop/os_exchange_data.h', |
147 'base/dragdrop/os_exchange_data_provider_aura.cc', | 147 'base/dragdrop/os_exchange_data_provider_aura.cc', |
148 'base/dragdrop/os_exchange_data_provider_aura.h', | 148 'base/dragdrop/os_exchange_data_provider_aura.h', |
149 'base/dragdrop/os_exchange_data_provider_gtk.cc', | 149 'base/dragdrop/os_exchange_data_provider_gtk.cc', |
150 'base/dragdrop/os_exchange_data_provider_gtk.h', | 150 'base/dragdrop/os_exchange_data_provider_gtk.h', |
151 'base/dragdrop/os_exchange_data_provider_win.cc', | 151 'base/dragdrop/os_exchange_data_provider_win.cc', |
152 'base/dragdrop/os_exchange_data_provider_win.h', | 152 'base/dragdrop/os_exchange_data_provider_win.h', |
| 153 'base/event.cc', |
| 154 'base/event.h', |
153 'base/events.h', | 155 'base/events.h', |
154 'base/gestures/gesture_configuration.cc', | 156 'base/gestures/gesture_configuration.cc', |
155 'base/gestures/gesture_configuration.h', | 157 'base/gestures/gesture_configuration.h', |
156 'base/gestures/gesture_point.cc', | 158 'base/gestures/gesture_point.cc', |
157 'base/gestures/gesture_point.h', | 159 'base/gestures/gesture_point.h', |
158 'base/gestures/gesture_recognizer.h', | 160 'base/gestures/gesture_recognizer.h', |
159 'base/gestures/gesture_recognizer_impl.cc', | 161 'base/gestures/gesture_recognizer_impl.cc', |
160 'base/gestures/gesture_recognizer_impl.h', | 162 'base/gestures/gesture_recognizer_impl.h', |
161 'base/gestures/gesture_sequence.cc', | 163 'base/gestures/gesture_sequence.cc', |
162 'base/gestures/gesture_sequence.h', | 164 'base/gestures/gesture_sequence.h', |
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
722 }, | 724 }, |
723 }, | 725 }, |
724 }, { # use_x11==0 | 726 }, { # use_x11==0 |
725 'sources/': [ | 727 'sources/': [ |
726 ['exclude', 'base/keycodes/keyboard_code_conversion_x.*'], | 728 ['exclude', 'base/keycodes/keyboard_code_conversion_x.*'], |
727 ['exclude', 'base/x/*'], | 729 ['exclude', 'base/x/*'], |
728 ], | 730 ], |
729 }], | 731 }], |
730 ['toolkit_views==0', { | 732 ['toolkit_views==0', { |
731 'sources!': [ | 733 'sources!': [ |
| 734 'base/event.cc', |
| 735 'base/event.h', |
732 'base/x/events_x.cc', | 736 'base/x/events_x.cc', |
733 ], | 737 ], |
734 }], | 738 }], |
735 ['OS=="android"', { | 739 ['OS=="android"', { |
736 'sources!': [ | 740 'sources!': [ |
737 'base/touch/touch_factory.cc', | 741 'base/touch/touch_factory.cc', |
738 'base/touch/touch_factory.h', | 742 'base/touch/touch_factory.h', |
739 'gfx/pango_util.h', | 743 'gfx/pango_util.h', |
740 'gfx/pango_util.cc', | 744 'gfx/pango_util.cc', |
741 'gfx/platform_font_pango.cc', | 745 'gfx/platform_font_pango.cc', |
(...skipping 21 matching lines...) Expand all Loading... |
763 ], | 767 ], |
764 'conditions': [ | 768 'conditions': [ |
765 ['inside_chromium_build == 1 and OS != "ios"', { | 769 ['inside_chromium_build == 1 and OS != "ios"', { |
766 # TODO(ios): The ui tests do not compile yet on iOS. | 770 # TODO(ios): The ui tests do not compile yet on iOS. |
767 'includes': [ | 771 'includes': [ |
768 'ui_unittests.gypi', | 772 'ui_unittests.gypi', |
769 ]}, | 773 ]}, |
770 ], | 774 ], |
771 ], | 775 ], |
772 } | 776 } |
OLD | NEW |