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

Side by Side Diff: ui/ui.gyp

Issue 24482004: events: Make platform specific events code into ui/events/. (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
« no previous file with comments | « ui/gfx/x/x11_atom_cache.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 'base/ui_base_switches_util.h', 290 'base/ui_base_switches_util.h',
291 'base/ui_base_types.cc', 291 'base/ui_base_types.cc',
292 'base/ui_base_types.h', 292 'base/ui_base_types.h',
293 'base/ui_export.h', 293 'base/ui_export.h',
294 'base/view_prop.cc', 294 'base/view_prop.cc',
295 'base/view_prop.h', 295 'base/view_prop.h',
296 'base/win/accessibility_ids_win.h', 296 'base/win/accessibility_ids_win.h',
297 'base/win/accessibility_misc_utils.cc', 297 'base/win/accessibility_misc_utils.cc',
298 'base/win/accessibility_misc_utils.h', 298 'base/win/accessibility_misc_utils.h',
299 'base/win/atl_module.h', 299 'base/win/atl_module.h',
300 'base/win/events_win.cc', 300 'events/win/events_win.cc',
301 'base/win/extra_sdk_defines.h', 301 'base/win/extra_sdk_defines.h',
302 'base/win/foreground_helper.cc', 302 'base/win/foreground_helper.cc',
303 'base/win/foreground_helper.h', 303 'base/win/foreground_helper.h',
304 'base/win/hidden_window.cc', 304 'base/win/hidden_window.cc',
305 'base/win/hidden_window.h', 305 'base/win/hidden_window.h',
306 'base/win/hwnd_subclass.cc', 306 'base/win/hwnd_subclass.cc',
307 'base/win/hwnd_subclass.h', 307 'base/win/hwnd_subclass.h',
308 'base/win/message_box_win.cc', 308 'base/win/message_box_win.cc',
309 'base/win/message_box_win.h', 309 'base/win/message_box_win.h',
310 'base/win/mouse_wheel_util.cc', 310 'base/win/mouse_wheel_util.cc',
311 'base/win/mouse_wheel_util.h', 311 'base/win/mouse_wheel_util.h',
312 'base/win/scoped_ole_initializer.cc', 312 'base/win/scoped_ole_initializer.cc',
313 'base/win/scoped_ole_initializer.h', 313 'base/win/scoped_ole_initializer.h',
314 'base/win/shell.cc', 314 'base/win/shell.cc',
315 'base/win/shell.h', 315 'base/win/shell.h',
316 'base/win/touch_input.cc', 316 'base/win/touch_input.cc',
317 'base/win/touch_input.h', 317 'base/win/touch_input.h',
318 'base/window_open_disposition.cc', 318 'base/window_open_disposition.cc',
319 'base/window_open_disposition.h', 319 'base/window_open_disposition.h',
320 'base/work_area_watcher_observer.h', 320 'base/work_area_watcher_observer.h',
321 'base/x/active_window_watcher_x.cc', 321 'base/x/active_window_watcher_x.cc',
322 'base/x/active_window_watcher_x.h', 322 'base/x/active_window_watcher_x.h',
323 'base/x/active_window_watcher_x_observer.h', 323 'base/x/active_window_watcher_x_observer.h',
324 'base/x/device_data_manager.cc', 324 'events/x/device_data_manager.cc',
325 'base/x/device_data_manager.h', 325 'events/x/device_data_manager.h',
326 'base/x/device_list_cache_x.cc', 326 'events/x/device_list_cache_x.cc',
327 'base/x/device_list_cache_x.h', 327 'events/x/device_list_cache_x.h',
328 'base/x/events_x.cc', 328 'events/x/events_x.cc',
329 'events/x/events_x_utils.cc',
330 'events/x/events_x_utils.h',
329 'base/x/root_window_property_watcher_x.cc', 331 'base/x/root_window_property_watcher_x.cc',
330 'base/x/root_window_property_watcher_x.h', 332 'base/x/root_window_property_watcher_x.h',
331 'base/x/selection_owner.cc', 333 'base/x/selection_owner.cc',
332 'base/x/selection_owner.h', 334 'base/x/selection_owner.h',
333 'base/x/selection_requestor.cc', 335 'base/x/selection_requestor.cc',
334 'base/x/selection_requestor.h', 336 'base/x/selection_requestor.h',
335 'base/x/selection_utils.cc', 337 'base/x/selection_utils.cc',
336 'base/x/selection_utils.h', 338 'base/x/selection_utils.h',
337 'base/x/work_area_watcher_x.cc', 339 'base/x/work_area_watcher_x.cc',
338 'base/x/work_area_watcher_x.h', 340 'base/x/work_area_watcher_x.h',
339 'base/x/x11_atom_cache.cc',
340 'base/x/x11_atom_cache.h',
341 'base/x/x11_error_tracker.cc', 341 'base/x/x11_error_tracker.cc',
342 'base/x/x11_error_tracker.h', 342 'base/x/x11_error_tracker.h',
343 'base/x/x11_error_tracker_gtk.cc', 343 'base/x/x11_error_tracker_gtk.cc',
344 'base/x/x11_util.cc', 344 'base/x/x11_util.cc',
345 'base/x/x11_util.h', 345 'base/x/x11_util.h',
346 'base/x/x11_util_internal.h', 346 'base/x/x11_util_internal.h',
347 'events/event.cc', 347 'events/event.cc',
348 'events/event.h', 348 'events/event.h',
349 'events/event_constants.h', 349 'events/event_constants.h',
350 'events/event_dispatcher.cc', 350 'events/event_dispatcher.cc',
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 'gfx/vector3d_f.h', 602 'gfx/vector3d_f.h',
603 'gfx/win/dpi.cc', 603 'gfx/win/dpi.cc',
604 'gfx/win/dpi.h', 604 'gfx/win/dpi.h',
605 'gfx/win/hwnd_util.cc', 605 'gfx/win/hwnd_util.cc',
606 'gfx/win/hwnd_util.h', 606 'gfx/win/hwnd_util.h',
607 'gfx/win/scoped_set_map_mode.h', 607 'gfx/win/scoped_set_map_mode.h',
608 'gfx/win/singleton_hwnd.cc', 608 'gfx/win/singleton_hwnd.cc',
609 'gfx/win/singleton_hwnd.h', 609 'gfx/win/singleton_hwnd.h',
610 'gfx/win/window_impl.cc', 610 'gfx/win/window_impl.cc',
611 'gfx/win/window_impl.h', 611 'gfx/win/window_impl.h',
612 'gfx/x/x11_atom_cache.cc',
613 'gfx/x/x11_atom_cache.h',
612 'gfx/x/x11_types.cc', 614 'gfx/x/x11_types.cc',
613 'gfx/x/x11_types.h', 615 'gfx/x/x11_types.h',
614 'webui/jstemplate_builder.cc', 616 'webui/jstemplate_builder.cc',
615 'webui/jstemplate_builder.h', 617 'webui/jstemplate_builder.h',
616 'webui/web_ui_util.cc', 618 'webui/web_ui_util.cc',
617 'webui/web_ui_util.h', 619 'webui/web_ui_util.h',
618 ], 620 ],
619 'target_conditions': [ 621 'target_conditions': [
620 ['OS == "ios"', { 622 ['OS == "ios"', {
621 'sources/': [ 623 'sources/': [
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
872 }, 874 },
873 'dependencies': [ 875 'dependencies': [
874 '../build/linux/system.gyp:x11', 876 '../build/linux/system.gyp:x11',
875 '../build/linux/system.gyp:xext', 877 '../build/linux/system.gyp:xext',
876 '../build/linux/system.gyp:xfixes', 878 '../build/linux/system.gyp:xfixes',
877 ], 879 ],
878 }, { # use_x11==0 880 }, { # use_x11==0
879 'sources/': [ 881 'sources/': [
880 ['exclude', 'events/keycodes/keyboard_code_conversion_x.*'], 882 ['exclude', 'events/keycodes/keyboard_code_conversion_x.*'],
881 ['exclude', 'base/x/*'], 883 ['exclude', 'base/x/*'],
884 ['exclude', 'events/x/*'],
882 ], 885 ],
883 }], 886 }],
884 ['use_ozone==0', { 887 ['use_ozone==0', {
885 'sources!': [ 888 'sources!': [
886 'base/cursor/cursor_null.cc', 889 'base/cursor/cursor_null.cc',
887 'base/cursor/cursor_loader_null.cc', 890 'base/cursor/cursor_loader_null.cc',
888 'base/cursor/cursor_loader_null.h', 891 'base/cursor/cursor_loader_null.h',
889 ], 892 ],
890 }], 893 }],
891 ['toolkit_views==0', { 894 ['toolkit_views==0', {
892 'sources!': [ 895 'sources!': [
893 'base/x/events_x.cc',
894 'base/dragdrop/drop_target_event.cc', 896 'base/dragdrop/drop_target_event.cc',
895 'base/dragdrop/drop_target_event.h', 897 'base/dragdrop/drop_target_event.h',
896 'events/event.cc', 898 'events/event.cc',
897 'events/event.h', 899 'events/event.h',
898 'events/event_dispatcher.cc', 900 'events/event_dispatcher.cc',
899 'events/event_dispatcher.h', 901 'events/event_dispatcher.h',
900 'events/event_handler.cc', 902 'events/event_handler.cc',
901 'events/event_handler.h', 903 'events/event_handler.h',
902 'events/event_target.cc', 904 'events/event_target.cc',
903 'events/event_target.h', 905 'events/event_target.h',
906 'events/x/events_x.cc',
904 ], 907 ],
905 }], 908 }],
906 ['OS=="android"', { 909 ['OS=="android"', {
907 'sources!': [ 910 'sources!': [
908 'base/accessibility/accessible_text_utils.cc', 911 'base/accessibility/accessible_text_utils.cc',
909 'base/accessibility/accessible_view_state.cc', 912 'base/accessibility/accessible_view_state.cc',
910 'base/default_theme_provider.cc', 913 'base/default_theme_provider.cc',
911 'base/dragdrop/drag_utils.cc', 914 'base/dragdrop/drag_utils.cc',
912 'base/dragdrop/drag_utils.h', 915 'base/dragdrop/drag_utils.h',
913 'events/event_utils.cc', 916 'events/event_utils.cc',
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
1103 'xcode_settings': { 1106 'xcode_settings': {
1104 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 1107 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
1105 }, 1108 },
1106 }], 1109 }],
1107 ], 1110 ],
1108 }, 1111 },
1109 ], 1112 ],
1110 }], 1113 }],
1111 ], 1114 ],
1112 } 1115 }
OLDNEW
« no previous file with comments | « ui/gfx/x/x11_atom_cache.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698