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 'shell_dialogs.gypi', | 10 'shell_dialogs.gypi', |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
179 'base/events/event_conversion_gtk.cc', | 179 'base/events/event_conversion_gtk.cc', |
180 'base/events/event_conversion_gtk.h', | 180 'base/events/event_conversion_gtk.h', |
181 'base/events/event_dispatcher.cc', | 181 'base/events/event_dispatcher.cc', |
182 'base/events/event_dispatcher.h', | 182 'base/events/event_dispatcher.h', |
183 'base/events/event_handler.cc', | 183 'base/events/event_handler.cc', |
184 'base/events/event_handler.h', | 184 'base/events/event_handler.h', |
185 'base/events/event_target.cc', | 185 'base/events/event_target.cc', |
186 'base/events/event_target.h', | 186 'base/events/event_target.h', |
187 'base/events/event_utils.cc', | 187 'base/events/event_utils.cc', |
188 'base/events/event_utils.h', | 188 'base/events/event_utils.h', |
189 'base/events/key_identifier_conversion.cc', | |
190 'base/events/key_identifier_conversion.h', | |
191 'base/gestures/gesture_configuration.cc', | 189 'base/gestures/gesture_configuration.cc', |
192 'base/gestures/gesture_configuration.h', | 190 'base/gestures/gesture_configuration.h', |
193 'base/gestures/gesture_point.cc', | 191 'base/gestures/gesture_point.cc', |
194 'base/gestures/gesture_point.h', | 192 'base/gestures/gesture_point.h', |
195 'base/gestures/gesture_recognizer.h', | 193 'base/gestures/gesture_recognizer.h', |
196 'base/gestures/gesture_recognizer_impl.cc', | 194 'base/gestures/gesture_recognizer_impl.cc', |
197 'base/gestures/gesture_recognizer_impl.h', | 195 'base/gestures/gesture_recognizer_impl.h', |
198 'base/gestures/gesture_sequence.cc', | 196 'base/gestures/gesture_sequence.cc', |
199 'base/gestures/gesture_sequence.h', | 197 'base/gestures/gesture_sequence.h', |
200 'base/gestures/gesture_types.cc', | 198 'base/gestures/gesture_types.cc', |
(...skipping 661 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
862 ['toolkit_views==0', { | 860 ['toolkit_views==0', { |
863 'sources!': [ | 861 'sources!': [ |
864 'base/events/event.cc', | 862 'base/events/event.cc', |
865 'base/events/event.h', | 863 'base/events/event.h', |
866 'base/events/event_dispatcher.cc', | 864 'base/events/event_dispatcher.cc', |
867 'base/events/event_dispatcher.h', | 865 'base/events/event_dispatcher.h', |
868 'base/events/event_handler.cc', | 866 'base/events/event_handler.cc', |
869 'base/events/event_handler.h', | 867 'base/events/event_handler.h', |
870 'base/events/event_target.cc', | 868 'base/events/event_target.cc', |
871 'base/events/event_target.h', | 869 'base/events/event_target.h', |
872 'base/events/key_identifier_conversion.cc', | |
873 'base/events/key_identifier_conversion.h', | |
874 'base/x/events_x.cc', | 870 'base/x/events_x.cc', |
875 ], | 871 ], |
876 }], | 872 }], |
877 ['OS=="android"', { | 873 ['OS=="android"', { |
878 'sources!': [ | 874 'sources!': [ |
879 'base/dragdrop/drag_utils.cc', | 875 'base/dragdrop/drag_utils.cc', |
880 'base/dragdrop/drag_utils.h', | 876 'base/dragdrop/drag_utils.h', |
881 'base/touch/touch_device.cc', | 877 'base/touch/touch_device.cc', |
882 ], | 878 ], |
883 'dependencies': [ | 879 'dependencies': [ |
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1033 'xcode_settings': { | 1029 'xcode_settings': { |
1034 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 1030 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
1035 }, | 1031 }, |
1036 }], | 1032 }], |
1037 ], | 1033 ], |
1038 }, | 1034 }, |
1039 ], | 1035 ], |
1040 }], | 1036 }], |
1041 ], | 1037 ], |
1042 } | 1038 } |
OLD | NEW |