Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(706)

Side by Side Diff: ui/ui.gyp

Issue 24788002: events: Make it a separate component from ui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'base/dragdrop/gtk_dnd_util.cc', 160 'base/dragdrop/gtk_dnd_util.cc',
161 'base/dragdrop/gtk_dnd_util.h', 161 'base/dragdrop/gtk_dnd_util.h',
162 'base/dragdrop/os_exchange_data.cc', 162 'base/dragdrop/os_exchange_data.cc',
163 'base/dragdrop/os_exchange_data.h', 163 'base/dragdrop/os_exchange_data.h',
164 'base/dragdrop/os_exchange_data_provider_aurax11.cc', 164 'base/dragdrop/os_exchange_data_provider_aurax11.cc',
165 'base/dragdrop/os_exchange_data_provider_aurax11.h', 165 'base/dragdrop/os_exchange_data_provider_aurax11.h',
166 'base/dragdrop/os_exchange_data_provider_aura.cc', 166 'base/dragdrop/os_exchange_data_provider_aura.cc',
167 'base/dragdrop/os_exchange_data_provider_aura.h', 167 'base/dragdrop/os_exchange_data_provider_aura.h',
168 'base/dragdrop/os_exchange_data_provider_win.cc', 168 'base/dragdrop/os_exchange_data_provider_win.cc',
169 'base/dragdrop/os_exchange_data_provider_win.h', 169 'base/dragdrop/os_exchange_data_provider_win.h',
170 'events/gestures/gesture_configuration.cc',
171 'events/gestures/gesture_configuration.h',
172 'events/gestures/gesture_point.cc',
173 'events/gestures/gesture_point.h',
174 'events/gestures/gesture_recognizer.h',
175 'events/gestures/gesture_recognizer_impl.cc',
176 'events/gestures/gesture_recognizer_impl.h',
177 'events/gestures/gesture_sequence.cc',
178 'events/gestures/gesture_sequence.h',
179 'events/gestures/gesture_types.cc',
180 'events/gestures/gesture_types.h',
181 'events/gestures/gesture_util.cc',
182 'events/gestures/gesture_util.h',
183 'events/gestures/velocity_calculator.cc',
184 'events/gestures/velocity_calculator.h',
185 'base/gtk/event_synthesis_gtk.cc', 170 'base/gtk/event_synthesis_gtk.cc',
186 'base/gtk/event_synthesis_gtk.h', 171 'base/gtk/event_synthesis_gtk.h',
187 'base/gtk/focus_store_gtk.cc', 172 'base/gtk/focus_store_gtk.cc',
188 'base/gtk/focus_store_gtk.h', 173 'base/gtk/focus_store_gtk.h',
189 'base/gtk/g_object_destructor_filo.cc', 174 'base/gtk/g_object_destructor_filo.cc',
190 'base/gtk/g_object_destructor_filo.h', 175 'base/gtk/g_object_destructor_filo.h',
191 'base/gtk/gtk_expanded_container.cc', 176 'base/gtk/gtk_expanded_container.cc',
192 'base/gtk/gtk_expanded_container.h', 177 'base/gtk/gtk_expanded_container.h',
193 'base/gtk/gtk_floating_container.cc', 178 'base/gtk/gtk_floating_container.cc',
194 'base/gtk/gtk_floating_container.h', 179 'base/gtk/gtk_floating_container.h',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 'base/ui_base_switches_util.h', 271 'base/ui_base_switches_util.h',
287 'base/ui_base_types.cc', 272 'base/ui_base_types.cc',
288 'base/ui_base_types.h', 273 'base/ui_base_types.h',
289 'base/ui_export.h', 274 'base/ui_export.h',
290 'base/view_prop.cc', 275 'base/view_prop.cc',
291 'base/view_prop.h', 276 'base/view_prop.h',
292 'base/win/accessibility_ids_win.h', 277 'base/win/accessibility_ids_win.h',
293 'base/win/accessibility_misc_utils.cc', 278 'base/win/accessibility_misc_utils.cc',
294 'base/win/accessibility_misc_utils.h', 279 'base/win/accessibility_misc_utils.h',
295 'base/win/atl_module.h', 280 'base/win/atl_module.h',
296 'events/win/events_win.cc',
297 'base/win/extra_sdk_defines.h', 281 'base/win/extra_sdk_defines.h',
298 'base/win/foreground_helper.cc', 282 'base/win/foreground_helper.cc',
299 'base/win/foreground_helper.h', 283 'base/win/foreground_helper.h',
300 'base/win/hidden_window.cc', 284 'base/win/hidden_window.cc',
301 'base/win/hidden_window.h', 285 'base/win/hidden_window.h',
302 'base/win/hwnd_subclass.cc', 286 'base/win/hwnd_subclass.cc',
303 'base/win/hwnd_subclass.h', 287 'base/win/hwnd_subclass.h',
304 'base/win/message_box_win.cc', 288 'base/win/message_box_win.cc',
305 'base/win/message_box_win.h', 289 'base/win/message_box_win.h',
306 'base/win/mouse_wheel_util.cc', 290 'base/win/mouse_wheel_util.cc',
(...skipping 19 matching lines...) Expand all
326 'base/x/selection_utils.cc', 310 'base/x/selection_utils.cc',
327 'base/x/selection_utils.h', 311 'base/x/selection_utils.h',
328 'base/x/work_area_watcher_x.cc', 312 'base/x/work_area_watcher_x.cc',
329 'base/x/work_area_watcher_x.h', 313 'base/x/work_area_watcher_x.h',
330 'base/x/x11_error_tracker.cc', 314 'base/x/x11_error_tracker.cc',
331 'base/x/x11_error_tracker.h', 315 'base/x/x11_error_tracker.h',
332 'base/x/x11_error_tracker_gtk.cc', 316 'base/x/x11_error_tracker_gtk.cc',
333 'base/x/x11_util.cc', 317 'base/x/x11_util.cc',
334 'base/x/x11_util.h', 318 'base/x/x11_util.h',
335 'base/x/x11_util_internal.h', 319 'base/x/x11_util_internal.h',
336 'events/event.cc',
337 'events/event.h',
338 'events/event_constants.h',
339 'events/event_dispatcher.cc',
340 'events/event_dispatcher.h',
341 'events/event_handler.cc',
342 'events/event_handler.h',
343 'events/event_switches.cc',
344 'events/event_switches.h',
345 'events/event_target.cc',
346 'events/event_target.h',
347 'events/event_utils.cc',
348 'events/event_utils.h',
349 'events/events_export.h',
350 'events/keycodes/keyboard_code_conversion.cc',
351 'events/keycodes/keyboard_code_conversion.h',
352 'events/keycodes/keyboard_code_conversion_android.cc',
353 'events/keycodes/keyboard_code_conversion_android.h',
354 'events/keycodes/keyboard_code_conversion_gtk.cc',
355 'events/keycodes/keyboard_code_conversion_gtk.h',
356 'events/keycodes/keyboard_code_conversion_mac.h',
357 'events/keycodes/keyboard_code_conversion_mac.mm',
358 'events/keycodes/keyboard_code_conversion_win.cc',
359 'events/keycodes/keyboard_code_conversion_win.h',
360 'events/keycodes/keyboard_code_conversion_x.cc',
361 'events/keycodes/keyboard_code_conversion_x.h',
362 'events/keycodes/keyboard_codes.h',
363 'events/latency_info.cc',
364 'events/latency_info.h',
365 'events/ozone/evdev/key_event_converter_ozone.cc',
366 'events/ozone/evdev/key_event_converter_ozone.h',
367 'events/ozone/evdev/touch_event_converter_ozone.cc',
368 'events/ozone/evdev/touch_event_converter_ozone.h',
369 'events/ozone/event_converter_ozone.cc',
370 'events/ozone/event_converter_ozone.h',
371 'events/ozone/event_factory_delegate_ozone.h',
372 'events/ozone/event_factory_ozone.cc',
373 'events/ozone/event_factory_ozone.h',
374 'events/ozone/events_ozone.cc',
375 'events/x/device_data_manager.cc',
376 'events/x/device_data_manager.h',
377 'events/x/device_list_cache_x.cc',
378 'events/x/device_list_cache_x.h',
379 'events/x/events_x.cc',
380 'events/x/events_x_utils.cc',
381 'events/x/events_x_utils.h',
382 'events/x/touch_factory_x11.cc',
383 'events/x/touch_factory_x11.h',
384 'gfx/android/device_display_info.cc', 320 'gfx/android/device_display_info.cc',
385 'gfx/android/device_display_info.h', 321 'gfx/android/device_display_info.h',
386 'gfx/android/java_bitmap.cc', 322 'gfx/android/java_bitmap.cc',
387 'gfx/android/java_bitmap.h', 323 'gfx/android/java_bitmap.h',
388 'gfx/animation/animation.cc', 324 'gfx/animation/animation.cc',
389 'gfx/animation/animation.h', 325 'gfx/animation/animation.h',
390 'gfx/animation/animation_container.cc', 326 'gfx/animation/animation_container.cc',
391 'gfx/animation/animation_container.h', 327 'gfx/animation/animation_container.h',
392 'gfx/animation/animation_container_element.h', 328 'gfx/animation/animation_container_element.h',
393 'gfx/animation/animation_container_observer.h', 329 'gfx/animation/animation_container_observer.h',
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
707 ['use_aura==0 or OS!="linux"', { 643 ['use_aura==0 or OS!="linux"', {
708 'sources!': [ 644 'sources!': [
709 'base/resource/resource_bundle_auralinux.cc', 645 'base/resource/resource_bundle_auralinux.cc',
710 ], 646 ],
711 }], 647 }],
712 ['use_aura==1 and OS=="win"', { 648 ['use_aura==1 and OS=="win"', {
713 'sources/': [ 649 'sources/': [
714 ['exclude', 'base/dragdrop/drag_utils_aura.cc'], 650 ['exclude', 'base/dragdrop/drag_utils_aura.cc'],
715 ], 651 ],
716 }], 652 }],
717 ['use_aura==0 and toolkit_views==0', {
718 'sources/': [
719 ['exclude', '^events/gestures/*'],
720 ]
721 }],
722 ['use_glib == 1', { 653 ['use_glib == 1', {
723 'dependencies': [ 654 'dependencies': [
724 # font_gtk.cc uses fontconfig. 655 # font_gtk.cc uses fontconfig.
725 '../build/linux/system.gyp:fontconfig', 656 '../build/linux/system.gyp:fontconfig',
726 '../build/linux/system.gyp:glib', 657 '../build/linux/system.gyp:glib',
727 ], 658 ],
728 'conditions': [ 659 'conditions': [
729 ['toolkit_views==0', { 660 ['toolkit_views==0', {
730 # Note: because of gyp predence rules this has to be defined as 661 # Note: because of gyp predence rules this has to be defined as
731 # 'sources/' rather than 'sources!'. 662 # 'sources/' rather than 'sources!'.
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
872 '-lX11', 803 '-lX11',
873 '-lXcursor', 804 '-lXcursor',
874 '-lXrender', # For XRender* function calls in x11_util.cc. 805 '-lXrender', # For XRender* function calls in x11_util.cc.
875 ], 806 ],
876 }, 807 },
877 'dependencies': [ 808 'dependencies': [
878 '../build/linux/system.gyp:x11', 809 '../build/linux/system.gyp:x11',
879 '../build/linux/system.gyp:xext', 810 '../build/linux/system.gyp:xext',
880 '../build/linux/system.gyp:xfixes', 811 '../build/linux/system.gyp:xfixes',
881 ], 812 ],
882 }, { # use_x11==0
883 'sources/': [
884 ['exclude', 'events/keycodes/keyboard_code_conversion_x.*'],
885 ['exclude', 'base/x/*'],
886 ['exclude', 'events/x/*'],
887 ],
888 }], 813 }],
889 ['use_ozone==0', { 814 ['use_ozone==0', {
890 'sources!': [ 815 'sources!': [
891 'base/cursor/cursor_null.cc', 816 'base/cursor/cursor_null.cc',
892 'base/cursor/cursor_loader_null.cc', 817 'base/cursor/cursor_loader_null.cc',
893 'base/cursor/cursor_loader_null.h', 818 'base/cursor/cursor_loader_null.h',
894 ], 819 ],
895 }], 820 }],
896 ['toolkit_views==0', { 821 ['toolkit_views==0', {
897 'sources!': [ 822 'sources!': [
898 'base/dragdrop/drop_target_event.cc', 823 'base/dragdrop/drop_target_event.cc',
899 'base/dragdrop/drop_target_event.h', 824 'base/dragdrop/drop_target_event.h',
900 'events/event.cc',
901 'events/event.h',
902 'events/event_dispatcher.cc',
903 'events/event_dispatcher.h',
904 'events/event_handler.cc',
905 'events/event_handler.h',
906 'events/event_target.cc',
907 'events/event_target.h',
908 'events/x/events_x.cc',
909 ], 825 ],
910 }], 826 }],
911 ['OS=="android"', { 827 ['OS=="android"', {
912 'sources!': [ 828 'sources!': [
913 'base/accessibility/accessible_text_utils.cc', 829 'base/accessibility/accessible_text_utils.cc',
914 'base/accessibility/accessible_view_state.cc', 830 'base/accessibility/accessible_view_state.cc',
915 'base/default_theme_provider.cc', 831 'base/default_theme_provider.cc',
916 'base/dragdrop/drag_utils.cc', 832 'base/dragdrop/drag_utils.cc',
917 'base/dragdrop/drag_utils.h', 833 'base/dragdrop/drag_utils.h',
918 'events/event_utils.cc',
919 'events/keycodes/keyboard_code_conversion.cc',
920 'base/l10n/l10n_font_util.cc', 834 'base/l10n/l10n_font_util.cc',
921 'base/models/button_menu_item_model.cc', 835 'base/models/button_menu_item_model.cc',
922 'base/models/dialog_model.cc', 836 'base/models/dialog_model.cc',
923 'base/theme_provider.cc', 837 'base/theme_provider.cc',
924 'base/touch/touch_device.cc', 838 'base/touch/touch_device.cc',
925 'base/touch/touch_editing_controller.cc', 839 'base/touch/touch_editing_controller.cc',
926 'base/ui_base_types.cc', 840 'base/ui_base_types.cc',
927 'gfx/animation/throb_animation.cc', 841 'gfx/animation/throb_animation.cc',
928 'gfx/display_observer.cc', 842 'gfx/display_observer.cc',
929 'gfx/path.cc', 843 'gfx/path.cc',
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
1108 'xcode_settings': { 1022 'xcode_settings': {
1109 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 1023 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
1110 }, 1024 },
1111 }], 1025 }],
1112 ], 1026 ],
1113 }, 1027 },
1114 ], 1028 ],
1115 }], 1029 }],
1116 ], 1030 ],
1117 } 1031 }
OLDNEW
« cc/cc.gyp ('K') | « ui/keyboard/keyboard.gyp ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698