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

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: Add menu_config_android 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
« no previous file with comments | « ui/views/controls/menu/submenu_view.cc ('k') | no next file » | 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 '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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 'accessibility/ax_view_obj_wrapper.h', 367 'accessibility/ax_view_obj_wrapper.h',
366 'accessibility/ax_widget_obj_wrapper.cc', 368 'accessibility/ax_widget_obj_wrapper.cc',
367 'accessibility/ax_widget_obj_wrapper.h', 369 'accessibility/ax_widget_obj_wrapper.h',
368 'accessibility/ax_window_obj_wrapper.cc', 370 'accessibility/ax_window_obj_wrapper.cc',
369 'accessibility/ax_window_obj_wrapper.h', 371 'accessibility/ax_window_obj_wrapper.h',
370 'bubble/bubble_window_targeter.cc', 372 'bubble/bubble_window_targeter.cc',
371 'bubble/bubble_window_targeter.h', 373 'bubble/bubble_window_targeter.h',
372 'bubble/tray_bubble_view.cc', 374 'bubble/tray_bubble_view.cc',
373 'bubble/tray_bubble_view.h', 375 'bubble/tray_bubble_view.h',
374 'controls/menu/display_change_listener_aura.cc', 376 'controls/menu/display_change_listener_aura.cc',
375 'controls/menu/menu_config_aura.cc',
376 'controls/menu/menu_event_dispatcher.cc', 377 'controls/menu/menu_event_dispatcher.cc',
377 'controls/menu/menu_event_dispatcher.h', 378 'controls/menu/menu_event_dispatcher.h',
378 'controls/menu/menu_key_event_handler.cc', 379 'controls/menu/menu_key_event_handler.cc',
379 'controls/menu/menu_key_event_handler.h', 380 'controls/menu/menu_key_event_handler.h',
380 'controls/menu/menu_message_loop_aura.cc', 381 'controls/menu/menu_message_loop_aura.cc',
381 'controls/menu/menu_message_loop_aura.h', 382 'controls/menu/menu_message_loop_aura.h',
382 'controls/native/native_view_host_aura.cc', 383 'controls/native/native_view_host_aura.cc',
383 'controls/native/native_view_host_aura.h', 384 'controls/native/native_view_host_aura.h',
384 'corewm/cursor_height_provider_win.cc', 385 'corewm/cursor_height_provider_win.cc',
385 'corewm/cursor_height_provider_win.h', 386 'corewm/cursor_height_provider_win.h',
(...skipping 17 matching lines...) Expand all
403 'view_constants_aura.h', 404 'view_constants_aura.h',
404 'views_touch_selection_controller_factory_aura.cc', 405 'views_touch_selection_controller_factory_aura.cc',
405 'widget/native_widget_aura.cc', 406 'widget/native_widget_aura.cc',
406 'widget/native_widget_aura.h', 407 'widget/native_widget_aura.h',
407 'widget/tooltip_manager_aura.cc', 408 'widget/tooltip_manager_aura.cc',
408 'widget/tooltip_manager_aura.h', 409 'widget/tooltip_manager_aura.h',
409 'widget/window_reorderer.cc', 410 'widget/window_reorderer.cc',
410 'widget/window_reorderer.h', 411 'widget/window_reorderer.h',
411 ], 412 ],
412 'views_android_sources': [ 413 'views_android_sources': [
414 'controls/menu/menu_config_android.cc',
413 'widget/android/android_focus_rules.cc', 415 'widget/android/android_focus_rules.cc',
414 'widget/android/android_focus_rules.h', 416 'widget/android/android_focus_rules.h',
415 'widget/android/native_widget_android.cc', 417 'widget/android/native_widget_android.cc',
416 'widget/android/native_widget_android.h', 418 'widget/android/native_widget_android.h',
417 ], 419 ],
418 'views_desktop_aura_sources': [ 420 'views_desktop_aura_sources': [
419 'widget/desktop_aura/desktop_capture_client.cc', 421 'widget/desktop_aura/desktop_capture_client.cc',
420 'widget/desktop_aura/desktop_capture_client.h', 422 'widget/desktop_aura/desktop_capture_client.h',
421 'widget/desktop_aura/desktop_cursor_loader_updater.h', 423 'widget/desktop_aura/desktop_cursor_loader_updater.h',
422 'widget/desktop_aura/desktop_dispatcher_client.cc', 424 'widget/desktop_aura/desktop_dispatcher_client.cc',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 'test/combobox_test_api.cc', 494 'test/combobox_test_api.cc',
493 'test/combobox_test_api.h', 495 'test/combobox_test_api.h',
494 'test/desktop_test_views_delegate.h', 496 'test/desktop_test_views_delegate.h',
495 'test/desktop_test_views_delegate_mac.mm', 497 'test/desktop_test_views_delegate_mac.mm',
496 'test/event_generator_delegate_mac.h', 498 'test/event_generator_delegate_mac.h',
497 'test/event_generator_delegate_mac.mm', 499 'test/event_generator_delegate_mac.mm',
498 'test/focus_manager_test.cc', 500 'test/focus_manager_test.cc',
499 'test/focus_manager_test.h', 501 'test/focus_manager_test.h',
500 'test/menu_runner_test_api.cc', 502 'test/menu_runner_test_api.cc',
501 'test/menu_runner_test_api.h', 503 'test/menu_runner_test_api.h',
504 'test/scoped_views_test_helper.cc',
505 'test/scoped_views_test_helper.h',
502 'test/slider_test_api.cc', 506 'test/slider_test_api.cc',
503 'test/slider_test_api.h', 507 'test/slider_test_api.h',
504 'test/scoped_views_test_helper.cc',
505 'test/scoped_views_test_helper.h',
506 'test/test_views.cc', 508 'test/test_views.cc',
507 'test/test_views.h', 509 'test/test_views.h',
508 'test/test_views_delegate.h', 510 'test/test_views_delegate.h',
509 'test/test_views_delegate_mac.mm', 511 'test/test_views_delegate_mac.mm',
510 'test/test_widget_observer.cc', 512 'test/test_widget_observer.cc',
511 'test/test_widget_observer.h', 513 'test/test_widget_observer.h',
512 'test/views_test_base.cc', 514 'test/views_test_base.cc',
513 'test/views_test_base.h', 515 'test/views_test_base.h',
514 'test/views_test_helper.cc', 516 'test/views_test_helper.cc',
515 'test/views_test_helper.h', 517 'test/views_test_helper.h',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
686 'dependencies': [ 688 'dependencies': [
687 '../shell_dialogs/shell_dialogs.gyp:shell_dialogs', 689 '../shell_dialogs/shell_dialogs.gyp:shell_dialogs',
688 ], 690 ],
689 'sources!': [ 691 'sources!': [
690 'window/window_button_order_provider.cc', 692 'window/window_button_order_provider.cc',
691 ], 693 ],
692 }, { # OS=="linux" and chromeos==0 694 }, { # OS=="linux" and chromeos==0
693 'sources/': [ 695 'sources/': [
694 ['exclude', 'linux_ui'], 696 ['exclude', 'linux_ui'],
695 ], 697 ],
698 'sources!': [
699 'controls/menu/menu_config_linux.cc',
700 ],
696 }], 701 }],
697 ['OS=="win"', { 702 ['OS=="win"', {
698 'sources': [ 703 'sources': [
699 '<@(views_win_sources)', 704 '<@(views_win_sources)',
700 ], 705 ],
701 'dependencies': [ 706 'dependencies': [
702 # For accessibility 707 # For accessibility
703 '../../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 708 '../../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
704 ], 709 ],
705 'include_dirs': [ 710 'include_dirs': [
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
967 '../aura/aura.gyp:aura', 972 '../aura/aura.gyp:aura',
968 '../wm/wm.gyp:wm', 973 '../wm/wm.gyp:wm',
969 ], 974 ],
970 }], 975 }],
971 ], 976 ],
972 }, # target_name: macviews_interactive_ui_tests 977 }, # target_name: macviews_interactive_ui_tests
973 ], # targets 978 ], # targets
974 }], 979 }],
975 ], # conditions 980 ], # conditions
976 } 981 }
OLDNEW
« no previous file with comments | « 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