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

Side by Side Diff: ui/views/views.gyp

Issue 1477253002: Use a single views::MenuConfig instance for each platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplify more things Created 5 years 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
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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 # Sources lists shared with GN build. 7 # Sources lists shared with GN build.
8 'views_sources': [ 8 'views_sources': [
9 'accessibility/native_view_accessibility.cc', 9 'accessibility/native_view_accessibility.cc',
10 'accessibility/native_view_accessibility.h', 10 'accessibility/native_view_accessibility.h',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 'controls/image_view.cc', 94 'controls/image_view.cc',
95 'controls/image_view.h', 95 'controls/image_view.h',
96 'controls/label.cc', 96 'controls/label.cc',
97 'controls/label.h', 97 'controls/label.h',
98 'controls/link.cc', 98 'controls/link.cc',
99 'controls/link.h', 99 'controls/link.h',
100 'controls/link_listener.h', 100 'controls/link_listener.h',
101 'controls/menu/display_change_listener_mac.cc', 101 'controls/menu/display_change_listener_mac.cc',
102 'controls/menu/menu_config.cc', 102 'controls/menu/menu_config.cc',
103 'controls/menu/menu_config.h', 103 'controls/menu/menu_config.h',
104 'controls/menu/menu_config_chromeos.cc',
105 'controls/menu/menu_config_linux.cc',
104 'controls/menu/menu_config_mac.mm', 106 'controls/menu/menu_config_mac.mm',
105 'controls/menu/menu_config_win.cc', 107 'controls/menu/menu_config_win.cc',
106 'controls/menu/menu_controller.cc', 108 'controls/menu/menu_controller.cc',
107 'controls/menu/menu_controller.h', 109 'controls/menu/menu_controller.h',
108 'controls/menu/menu_controller_delegate.h', 110 'controls/menu/menu_controller_delegate.h',
109 'controls/menu/menu_delegate.cc', 111 'controls/menu/menu_delegate.cc',
110 'controls/menu/menu_delegate.h', 112 'controls/menu/menu_delegate.h',
111 'controls/menu/menu_host.cc', 113 'controls/menu/menu_host.cc',
112 'controls/menu/menu_host.h', 114 'controls/menu/menu_host.h',
113 'controls/menu/menu_host_root_view.cc', 115 'controls/menu/menu_host_root_view.cc',
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 'accessibility/ax_view_obj_wrapper.h', 372 'accessibility/ax_view_obj_wrapper.h',
371 'accessibility/ax_widget_obj_wrapper.cc', 373 'accessibility/ax_widget_obj_wrapper.cc',
372 'accessibility/ax_widget_obj_wrapper.h', 374 'accessibility/ax_widget_obj_wrapper.h',
373 'accessibility/ax_window_obj_wrapper.cc', 375 'accessibility/ax_window_obj_wrapper.cc',
374 'accessibility/ax_window_obj_wrapper.h', 376 'accessibility/ax_window_obj_wrapper.h',
375 'bubble/bubble_window_targeter.cc', 377 'bubble/bubble_window_targeter.cc',
376 'bubble/bubble_window_targeter.h', 378 'bubble/bubble_window_targeter.h',
377 'bubble/tray_bubble_view.cc', 379 'bubble/tray_bubble_view.cc',
378 'bubble/tray_bubble_view.h', 380 'bubble/tray_bubble_view.h',
379 'controls/menu/display_change_listener_aura.cc', 381 'controls/menu/display_change_listener_aura.cc',
380 'controls/menu/menu_config_aura.cc',
381 'controls/menu/menu_event_dispatcher.cc', 382 'controls/menu/menu_event_dispatcher.cc',
382 'controls/menu/menu_event_dispatcher.h', 383 'controls/menu/menu_event_dispatcher.h',
383 'controls/menu/menu_key_event_handler.cc', 384 'controls/menu/menu_key_event_handler.cc',
384 'controls/menu/menu_key_event_handler.h', 385 'controls/menu/menu_key_event_handler.h',
385 'controls/menu/menu_message_loop_aura.cc', 386 'controls/menu/menu_message_loop_aura.cc',
386 'controls/menu/menu_message_loop_aura.h', 387 'controls/menu/menu_message_loop_aura.h',
387 'controls/native/native_view_host_aura.cc', 388 'controls/native/native_view_host_aura.cc',
388 'controls/native/native_view_host_aura.h', 389 'controls/native/native_view_host_aura.h',
389 'corewm/cursor_height_provider_win.cc', 390 'corewm/cursor_height_provider_win.cc',
390 'corewm/cursor_height_provider_win.h', 391 'corewm/cursor_height_provider_win.h',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 'test/combobox_test_api.cc', 498 'test/combobox_test_api.cc',
498 'test/combobox_test_api.h', 499 'test/combobox_test_api.h',
499 'test/desktop_test_views_delegate.h', 500 'test/desktop_test_views_delegate.h',
500 'test/desktop_test_views_delegate_mac.mm', 501 'test/desktop_test_views_delegate_mac.mm',
501 'test/event_generator_delegate_mac.h', 502 'test/event_generator_delegate_mac.h',
502 'test/event_generator_delegate_mac.mm', 503 'test/event_generator_delegate_mac.mm',
503 'test/focus_manager_test.cc', 504 'test/focus_manager_test.cc',
504 'test/focus_manager_test.h', 505 'test/focus_manager_test.h',
505 'test/menu_runner_test_api.cc', 506 'test/menu_runner_test_api.cc',
506 'test/menu_runner_test_api.h', 507 'test/menu_runner_test_api.h',
508 'test/scoped_views_test_helper.cc',
509 'test/scoped_views_test_helper.h',
507 'test/slider_test_api.cc', 510 'test/slider_test_api.cc',
508 'test/slider_test_api.h', 511 'test/slider_test_api.h',
509 'test/scoped_views_test_helper.cc',
510 'test/scoped_views_test_helper.h',
511 'test/test_views.cc', 512 'test/test_views.cc',
512 'test/test_views.h', 513 'test/test_views.h',
513 'test/test_views_delegate.h', 514 'test/test_views_delegate.h',
514 'test/test_views_delegate_mac.mm', 515 'test/test_views_delegate_mac.mm',
515 'test/test_widget_observer.cc', 516 'test/test_widget_observer.cc',
516 'test/test_widget_observer.h', 517 'test/test_widget_observer.h',
517 'test/views_test_base.cc', 518 'test/views_test_base.cc',
518 'test/views_test_base.h', 519 'test/views_test_base.h',
519 'test/views_test_helper.cc', 520 'test/views_test_helper.cc',
520 'test/views_test_helper.h', 521 'test/views_test_helper.h',
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
690 'dependencies': [ 691 'dependencies': [
691 '../shell_dialogs/shell_dialogs.gyp:shell_dialogs', 692 '../shell_dialogs/shell_dialogs.gyp:shell_dialogs',
692 ], 693 ],
693 'sources!': [ 694 'sources!': [
694 'window/window_button_order_provider.cc', 695 'window/window_button_order_provider.cc',
695 ], 696 ],
696 }, { # OS=="linux" and chromeos==0 697 }, { # OS=="linux" and chromeos==0
697 'sources/': [ 698 'sources/': [
698 ['exclude', 'linux_ui'], 699 ['exclude', 'linux_ui'],
699 ], 700 ],
701 'sources!': [
702 'controls/menu/menu_config_linux.cc',
703 ],
700 }], 704 }],
701 ['OS=="win"', { 705 ['OS=="win"', {
702 'sources': [ 706 'sources': [
703 '<@(views_win_sources)', 707 '<@(views_win_sources)',
704 ], 708 ],
705 'dependencies': [ 709 'dependencies': [
706 # For accessibility 710 # For accessibility
707 '../../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 711 '../../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
708 ], 712 ],
709 'include_dirs': [ 713 'include_dirs': [
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
971 '../aura/aura.gyp:aura', 975 '../aura/aura.gyp:aura',
972 '../wm/wm.gyp:wm', 976 '../wm/wm.gyp:wm',
973 ], 977 ],
974 }], 978 }],
975 ], 979 ],
976 }, # target_name: macviews_interactive_ui_tests 980 }, # target_name: macviews_interactive_ui_tests
977 ], # targets 981 ], # targets
978 }], 982 }],
979 ], # conditions 983 ], # conditions
980 } 984 }
OLDNEW
« ui/views/controls/menu/menu_item_view.cc ('K') | « ui/views/controls/menu/submenu_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698