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

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

Issue 1514693006: Revert of Use a single views::MenuConfig instance for each platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase revert on https://codereview.chromium.org/1504743003 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',
106 'controls/menu/menu_config_mac.mm', 104 'controls/menu/menu_config_mac.mm',
107 'controls/menu/menu_config_win.cc', 105 'controls/menu/menu_config_win.cc',
108 'controls/menu/menu_controller.cc', 106 'controls/menu/menu_controller.cc',
109 'controls/menu/menu_controller.h', 107 'controls/menu/menu_controller.h',
110 'controls/menu/menu_controller_delegate.h', 108 'controls/menu/menu_controller_delegate.h',
111 'controls/menu/menu_delegate.cc', 109 'controls/menu/menu_delegate.cc',
112 'controls/menu/menu_delegate.h', 110 'controls/menu/menu_delegate.h',
113 'controls/menu/menu_host.cc', 111 'controls/menu/menu_host.cc',
114 'controls/menu/menu_host.h', 112 'controls/menu/menu_host.h',
115 'controls/menu/menu_host_root_view.cc', 113 'controls/menu/menu_host_root_view.cc',
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 'accessibility/ax_view_obj_wrapper.h', 365 'accessibility/ax_view_obj_wrapper.h',
368 'accessibility/ax_widget_obj_wrapper.cc', 366 'accessibility/ax_widget_obj_wrapper.cc',
369 'accessibility/ax_widget_obj_wrapper.h', 367 'accessibility/ax_widget_obj_wrapper.h',
370 'accessibility/ax_window_obj_wrapper.cc', 368 'accessibility/ax_window_obj_wrapper.cc',
371 'accessibility/ax_window_obj_wrapper.h', 369 'accessibility/ax_window_obj_wrapper.h',
372 'bubble/bubble_window_targeter.cc', 370 'bubble/bubble_window_targeter.cc',
373 'bubble/bubble_window_targeter.h', 371 'bubble/bubble_window_targeter.h',
374 'bubble/tray_bubble_view.cc', 372 'bubble/tray_bubble_view.cc',
375 'bubble/tray_bubble_view.h', 373 'bubble/tray_bubble_view.h',
376 'controls/menu/display_change_listener_aura.cc', 374 'controls/menu/display_change_listener_aura.cc',
375 'controls/menu/menu_config_aura.cc',
377 'controls/menu/menu_event_dispatcher.cc', 376 'controls/menu/menu_event_dispatcher.cc',
378 'controls/menu/menu_event_dispatcher.h', 377 'controls/menu/menu_event_dispatcher.h',
379 'controls/menu/menu_key_event_handler.cc', 378 'controls/menu/menu_key_event_handler.cc',
380 'controls/menu/menu_key_event_handler.h', 379 'controls/menu/menu_key_event_handler.h',
381 'controls/menu/menu_message_loop_aura.cc', 380 'controls/menu/menu_message_loop_aura.cc',
382 'controls/menu/menu_message_loop_aura.h', 381 'controls/menu/menu_message_loop_aura.h',
383 'controls/native/native_view_host_aura.cc', 382 'controls/native/native_view_host_aura.cc',
384 'controls/native/native_view_host_aura.h', 383 'controls/native/native_view_host_aura.h',
385 'corewm/cursor_height_provider_win.cc', 384 'corewm/cursor_height_provider_win.cc',
386 'corewm/cursor_height_provider_win.h', 385 'corewm/cursor_height_provider_win.h',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 'test/combobox_test_api.cc', 492 'test/combobox_test_api.cc',
494 'test/combobox_test_api.h', 493 'test/combobox_test_api.h',
495 'test/desktop_test_views_delegate.h', 494 'test/desktop_test_views_delegate.h',
496 'test/desktop_test_views_delegate_mac.mm', 495 'test/desktop_test_views_delegate_mac.mm',
497 'test/event_generator_delegate_mac.h', 496 'test/event_generator_delegate_mac.h',
498 'test/event_generator_delegate_mac.mm', 497 'test/event_generator_delegate_mac.mm',
499 'test/focus_manager_test.cc', 498 'test/focus_manager_test.cc',
500 'test/focus_manager_test.h', 499 'test/focus_manager_test.h',
501 'test/menu_runner_test_api.cc', 500 'test/menu_runner_test_api.cc',
502 'test/menu_runner_test_api.h', 501 'test/menu_runner_test_api.h',
502 'test/slider_test_api.cc',
503 'test/slider_test_api.h',
503 'test/scoped_views_test_helper.cc', 504 'test/scoped_views_test_helper.cc',
504 'test/scoped_views_test_helper.h', 505 'test/scoped_views_test_helper.h',
505 'test/slider_test_api.cc',
506 'test/slider_test_api.h',
507 'test/test_views.cc', 506 'test/test_views.cc',
508 'test/test_views.h', 507 'test/test_views.h',
509 'test/test_views_delegate.h', 508 'test/test_views_delegate.h',
510 'test/test_views_delegate_mac.mm', 509 'test/test_views_delegate_mac.mm',
511 'test/test_widget_observer.cc', 510 'test/test_widget_observer.cc',
512 'test/test_widget_observer.h', 511 'test/test_widget_observer.h',
513 'test/views_test_base.cc', 512 'test/views_test_base.cc',
514 'test/views_test_base.h', 513 'test/views_test_base.h',
515 'test/views_test_helper.cc', 514 'test/views_test_helper.cc',
516 'test/views_test_helper.h', 515 'test/views_test_helper.h',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 'dependencies': [ 686 'dependencies': [
688 '../shell_dialogs/shell_dialogs.gyp:shell_dialogs', 687 '../shell_dialogs/shell_dialogs.gyp:shell_dialogs',
689 ], 688 ],
690 'sources!': [ 689 'sources!': [
691 'window/window_button_order_provider.cc', 690 'window/window_button_order_provider.cc',
692 ], 691 ],
693 }, { # OS=="linux" and chromeos==0 692 }, { # OS=="linux" and chromeos==0
694 'sources/': [ 693 'sources/': [
695 ['exclude', 'linux_ui'], 694 ['exclude', 'linux_ui'],
696 ], 695 ],
697 'sources!': [
698 'controls/menu/menu_config_linux.cc',
699 ],
700 }], 696 }],
701 ['OS=="win"', { 697 ['OS=="win"', {
702 'sources': [ 698 'sources': [
703 '<@(views_win_sources)', 699 '<@(views_win_sources)',
704 ], 700 ],
705 'dependencies': [ 701 'dependencies': [
706 # For accessibility 702 # For accessibility
707 '../../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 703 '../../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
708 ], 704 ],
709 'include_dirs': [ 705 'include_dirs': [
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
971 '../aura/aura.gyp:aura', 967 '../aura/aura.gyp:aura',
972 '../wm/wm.gyp:wm', 968 '../wm/wm.gyp:wm',
973 ], 969 ],
974 }], 970 }],
975 ], 971 ],
976 }, # target_name: macviews_interactive_ui_tests 972 }, # target_name: macviews_interactive_ui_tests
977 ], # targets 973 ], # targets
978 }], 974 }],
979 ], # conditions 975 ], # conditions
980 } 976 }
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