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

Side by Side Diff: ash/ash.gyp

Issue 25823002: Refactor LauncherItemController and LauncherItemDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased 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
« no previous file with comments | « no previous file | ash/launcher/launcher.cc » ('j') | ash/launcher/launcher_view.cc » ('J')
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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 'test/ash_test_helper.cc', 607 'test/ash_test_helper.cc',
608 'test/ash_test_helper.h', 608 'test/ash_test_helper.h',
609 'test/cursor_manager_test_api.cc', 609 'test/cursor_manager_test_api.cc',
610 'test/cursor_manager_test_api.h', 610 'test/cursor_manager_test_api.h',
611 'test/launcher_test_api.cc', 611 'test/launcher_test_api.cc',
612 'test/launcher_test_api.h', 612 'test/launcher_test_api.h',
613 'test/launcher_view_test_api.cc', 613 'test/launcher_view_test_api.cc',
614 'test/launcher_view_test_api.h', 614 'test/launcher_view_test_api.h',
615 'test/display_manager_test_api.cc', 615 'test/display_manager_test_api.cc',
616 'test/display_manager_test_api.h', 616 'test/display_manager_test_api.h',
617 'test/launcher_item_delegate_manager_test_api.cc',
618 'test/launcher_item_delegate_manager_test_api.h',
617 'test/mirror_window_test_api.cc', 619 'test/mirror_window_test_api.cc',
618 'test/mirror_window_test_api.h', 620 'test/mirror_window_test_api.h',
619 'test/shell_test_api.cc', 621 'test/shell_test_api.cc',
620 'test/shell_test_api.h', 622 'test/shell_test_api.h',
621 'test/test_activation_delegate.cc', 623 'test/test_activation_delegate.cc',
622 'test/test_activation_delegate.h', 624 'test/test_activation_delegate.h',
623 'test/test_user_wallpaper_delegate.cc', 625 'test/test_user_wallpaper_delegate.cc',
624 'test/test_user_wallpaper_delegate.h', 626 'test/test_user_wallpaper_delegate.h',
625 'test/test_launcher_delegate.cc', 627 'test/test_launcher_delegate.cc',
626 'test/test_launcher_delegate.h', 628 'test/test_launcher_delegate.h',
629 'test/test_launcher_item_delegate.cc',
630 'test/test_launcher_item_delegate.h',
627 'test/test_screenshot_delegate.cc', 631 'test/test_screenshot_delegate.cc',
628 'test/test_screenshot_delegate.cc', 632 'test/test_screenshot_delegate.cc',
629 'test/test_session_state_delegate.cc', 633 'test/test_session_state_delegate.cc',
630 'test/test_session_state_delegate.cc', 634 'test/test_session_state_delegate.h',
631 'test/test_shell_delegate.cc', 635 'test/test_shell_delegate.cc',
632 'test/test_shell_delegate.h', 636 'test/test_shell_delegate.h',
633 'test/test_suite.cc', 637 'test/test_suite.cc',
634 'test/test_suite.h', 638 'test/test_suite.h',
635 'test/test_suite_init.h', 639 'test/test_suite_init.h',
636 'test/test_suite_init.mm', 640 'test/test_suite_init.mm',
637 'test/test_system_tray_delegate.cc', 641 'test/test_system_tray_delegate.cc',
638 'test/test_system_tray_delegate.h', 642 'test/test_system_tray_delegate.h',
639 'test/ui_controls_factory_ash.cc', 643 'test/ui_controls_factory_ash.cc',
640 'test/ui_controls_factory_ash.h', 644 'test/ui_controls_factory_ash.h',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', 737 'shelf/scoped_observer_with_duplicated_sources_unittest.cc',
734 'shelf/shelf_layout_manager_unittest.cc', 738 'shelf/shelf_layout_manager_unittest.cc',
735 'shelf/shelf_navigator_unittest.cc', 739 'shelf/shelf_navigator_unittest.cc',
736 'shelf/shelf_widget_unittest.cc', 740 'shelf/shelf_widget_unittest.cc',
737 'shell_unittest.cc', 741 'shell_unittest.cc',
738 'shell/app_list.cc', 742 'shell/app_list.cc',
739 'shell/bubble.cc', 743 'shell/bubble.cc',
740 'shell/context_menu.cc', 744 'shell/context_menu.cc',
741 'shell/context_menu.h', 745 'shell/context_menu.h',
742 'shell/launcher_delegate_impl.cc', 746 'shell/launcher_delegate_impl.cc',
747 'shell/launcher_delegate_impl.h',
743 'shell/lock_view.cc', 748 'shell/lock_view.cc',
744 'shell/panel_window.cc', 749 'shell/panel_window.cc',
750 'shell/panel_window.h',
745 'shell/shell_delegate_impl.cc', 751 'shell/shell_delegate_impl.cc',
746 'shell/shell_delegate_impl.h', 752 'shell/shell_delegate_impl.h',
747 'shell/toplevel_window.cc', 753 'shell/toplevel_window.cc',
754 'shell/toplevel_window.h',
748 'shell/widgets.cc', 755 'shell/widgets.cc',
749 'shell/window_type_launcher.cc', 756 'shell/window_type_launcher.cc',
757 'shell/window_type_launcher.h',
750 'shell/window_watcher.cc', 758 'shell/window_watcher.cc',
759 'shell/window_watcher.h',
760 'shell/window_watcher_launcher_item_delegate.cc',
761 'shell/window_watcher_launcher_item_delegate.h',
751 'shell/window_watcher_unittest.cc', 762 'shell/window_watcher_unittest.cc',
752 'system/chromeos/managed/tray_locally_managed_user_unittest.cc', 763 'system/chromeos/managed/tray_locally_managed_user_unittest.cc',
753 'system/chromeos/network/network_state_notifier_unittest.cc', 764 'system/chromeos/network/network_state_notifier_unittest.cc',
754 'system/chromeos/power/power_status_unittest.cc', 765 'system/chromeos/power/power_status_unittest.cc',
755 'system/chromeos/power/tray_power_unittest.cc', 766 'system/chromeos/power/tray_power_unittest.cc',
756 'system/chromeos/screen_security/screen_tray_item_unittest.cc', 767 'system/chromeos/screen_security/screen_tray_item_unittest.cc',
757 'system/chromeos/tray_display_unittest.cc', 768 'system/chromeos/tray_display_unittest.cc',
758 'system/date/date_view_unittest.cc', 769 'system/date/date_view_unittest.cc',
759 'system/tray/system_tray_unittest.cc', 770 'system/tray/system_tray_unittest.cc',
760 'system/user/tray_user_unittest.cc', 771 'system/user/tray_user_unittest.cc',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
897 'shell/shell_main.cc', 908 'shell/shell_main.cc',
898 'shell/shell_main_parts.cc', 909 'shell/shell_main_parts.cc',
899 'shell/shell_main_parts.h', 910 'shell/shell_main_parts.h',
900 'shell/toplevel_window.cc', 911 'shell/toplevel_window.cc',
901 'shell/toplevel_window.h', 912 'shell/toplevel_window.h',
902 'shell/widgets.cc', 913 'shell/widgets.cc',
903 'shell/window_type_launcher.cc', 914 'shell/window_type_launcher.cc',
904 'shell/window_type_launcher.h', 915 'shell/window_type_launcher.h',
905 'shell/window_watcher.cc', 916 'shell/window_watcher.cc',
906 'shell/window_watcher.h', 917 'shell/window_watcher.h',
918 'shell/window_watcher_launcher_item_delegate.cc',
919 'shell/window_watcher_launcher_item_delegate.h',
907 '../content/app/startup_helper_win.cc', 920 '../content/app/startup_helper_win.cc',
908 '../ui/views/test/test_views_delegate.cc', 921 '../ui/views/test/test_views_delegate.cc',
909 ], 922 ],
910 'conditions': [ 923 'conditions': [
911 ['OS=="win"', { 924 ['OS=="win"', {
912 'msvs_settings': { 925 'msvs_settings': {
913 'VCLinkerTool': { 926 'VCLinkerTool': {
914 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 927 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
915 }, 928 },
916 }, 929 },
917 'dependencies': [ 930 'dependencies': [
918 '../sandbox/sandbox.gyp:sandbox', 931 '../sandbox/sandbox.gyp:sandbox',
919 ], 932 ],
920 }], 933 }],
921 ], 934 ],
922 }, 935 },
923 ], 936 ],
924 } 937 }
OLDNEW
« no previous file with comments | « no previous file | ash/launcher/launcher.cc » ('j') | ash/launcher/launcher_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698