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

Side by Side Diff: ash/ash.gyp

Issue 1770993002: wip: Refactoring Ash's AppListController, moving the bulk of the logic to chrome/browser/ui/ash/app… Base URL: https://chromium.googlesource.com/chromium/src.git@small_5_apps
Patch Set: AppListShower to new component: //ui/app_list/shower, GetViewDelegate() in GetViewDelegate(), test … Created 4 years, 8 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 | « ash/BUILD.gn ('k') | ash/mus/shell_delegate_mus.h » ('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 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 'touch/touch_uma.h', 511 'touch/touch_uma.h',
512 'touch/touchscreen_util.cc', 512 'touch/touchscreen_util.cc',
513 'touch/touchscreen_util.h', 513 'touch/touchscreen_util.h',
514 'utility/partial_screenshot_controller.cc', 514 'utility/partial_screenshot_controller.cc',
515 'utility/partial_screenshot_controller.h', 515 'utility/partial_screenshot_controller.h',
516 'virtual_keyboard_controller.cc', 516 'virtual_keyboard_controller.cc',
517 'virtual_keyboard_controller.h', 517 'virtual_keyboard_controller.h',
518 'volume_control_delegate.h', 518 'volume_control_delegate.h',
519 'wm/always_on_top_controller.cc', 519 'wm/always_on_top_controller.cc',
520 'wm/always_on_top_controller.h', 520 'wm/always_on_top_controller.h',
521 'wm/app_list_controller.cc', 521 'wm/app_list_shower_delegate.cc',
522 'wm/app_list_controller.h', 522 'wm/app_list_shower_delegate.h',
523 'wm/app_list_shower_delegate_factory.cc',
524 'wm/app_list_shower_delegate_factory.h',
525 'wm/app_list_view_delegate_factory.h',
523 'wm/ash_focus_rules.cc', 526 'wm/ash_focus_rules.cc',
524 'wm/ash_focus_rules.h', 527 'wm/ash_focus_rules.h',
525 'wm/ash_native_cursor_manager.cc', 528 'wm/ash_native_cursor_manager.cc',
526 'wm/ash_native_cursor_manager.h', 529 'wm/ash_native_cursor_manager.h',
527 'wm/boot_splash_screen_chromeos.cc', 530 'wm/boot_splash_screen_chromeos.cc',
528 'wm/boot_splash_screen_chromeos.h', 531 'wm/boot_splash_screen_chromeos.h',
529 'wm/coordinate_conversion.cc', 532 'wm/coordinate_conversion.cc',
530 'wm/coordinate_conversion.h', 533 'wm/coordinate_conversion.h',
531 'wm/cursor_manager_chromeos.cc', 534 'wm/cursor_manager_chromeos.cc',
532 'wm/cursor_manager_chromeos.h', 535 'wm/cursor_manager_chromeos.h',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 'content/screen_orientation_delegate_chromeos.cc', 697 'content/screen_orientation_delegate_chromeos.cc',
695 'content/screen_orientation_delegate_chromeos.h', 698 'content/screen_orientation_delegate_chromeos.h',
696 'content/shell_content_state.cc', 699 'content/shell_content_state.cc',
697 'content/shell_content_state.h', 700 'content/shell_content_state.h',
698 ], 701 ],
699 'ash_test_support_sources': [ 702 'ash_test_support_sources': [
700 'desktop_background/desktop_background_controller_test_api.cc', 703 'desktop_background/desktop_background_controller_test_api.cc',
701 'desktop_background/desktop_background_controller_test_api.h', 704 'desktop_background/desktop_background_controller_test_api.h',
702 'shell/toplevel_window.cc', 705 'shell/toplevel_window.cc',
703 'shell/toplevel_window.h', 706 'shell/toplevel_window.h',
704 'test/app_list_controller_test_api.cc',
705 'test/app_list_controller_test_api.h',
706 'test/ash_test_base.cc', 707 'test/ash_test_base.cc',
707 'test/ash_test_base.h', 708 'test/ash_test_base.h',
708 'test/ash_test_helper.cc', 709 'test/ash_test_helper.cc',
709 'test/ash_test_helper.h', 710 'test/ash_test_helper.h',
710 'test/ash_test_views_delegate.cc', 711 'test/ash_test_views_delegate.cc',
711 'test/ash_test_views_delegate.h', 712 'test/ash_test_views_delegate.h',
712 'test/child_modal_window.cc', 713 'test/child_modal_window.cc',
713 'test/child_modal_window.h', 714 'test/child_modal_window.h',
714 'test/cursor_manager_test_api.cc', 715 'test/cursor_manager_test_api.cc',
715 'test/cursor_manager_test_api.h', 716 'test/cursor_manager_test_api.h',
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
898 'system/web_notification/web_notification_tray_unittest.cc', 899 'system/web_notification/web_notification_tray_unittest.cc',
899 'test/ash_test_helper_unittest.cc', 900 'test/ash_test_helper_unittest.cc',
900 'test/ash_unittests.cc', 901 'test/ash_unittests.cc',
901 'tooltips/tooltip_controller_unittest.cc', 902 'tooltips/tooltip_controller_unittest.cc',
902 'touch/touch_observer_hud_unittest.cc', 903 'touch/touch_observer_hud_unittest.cc',
903 'touch/touch_transformer_controller_unittest.cc', 904 'touch/touch_transformer_controller_unittest.cc',
904 'touch/touchscreen_util_unittest.cc', 905 'touch/touchscreen_util_unittest.cc',
905 'utility/partial_screenshot_controller_unittest.cc', 906 'utility/partial_screenshot_controller_unittest.cc',
906 'virtual_keyboard_controller_unittest.cc', 907 'virtual_keyboard_controller_unittest.cc',
907 'wm/always_on_top_controller_unittest.cc', 908 'wm/always_on_top_controller_unittest.cc',
908 'wm/app_list_controller_unittest.cc', 909 'wm/app_list_shower_delegate_unittest.cc',
909 'wm/ash_native_cursor_manager_unittest.cc', 910 'wm/ash_native_cursor_manager_unittest.cc',
910 'wm/ash_focus_rules_unittest.cc', 911 'wm/ash_focus_rules_unittest.cc',
911 'wm/dock/docked_window_layout_manager_unittest.cc', 912 'wm/dock/docked_window_layout_manager_unittest.cc',
912 'wm/dock/docked_window_resizer_unittest.cc', 913 'wm/dock/docked_window_resizer_unittest.cc',
913 'wm/drag_window_resizer_unittest.cc', 914 'wm/drag_window_resizer_unittest.cc',
914 'wm/gestures/overview_gesture_handler_unittest.cc', 915 'wm/gestures/overview_gesture_handler_unittest.cc',
915 'wm/immersive_fullscreen_controller_unittest.cc', 916 'wm/immersive_fullscreen_controller_unittest.cc',
916 'wm/lock_layout_manager_unittest.cc', 917 'wm/lock_layout_manager_unittest.cc',
917 'wm/lock_state_controller_unittest.cc', 918 'wm/lock_state_controller_unittest.cc',
918 'wm/maximize_mode/accelerometer_test_data_literals.cc', 919 'wm/maximize_mode/accelerometer_test_data_literals.cc',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
966 '../components/components.gyp:signin_core_account_id', 967 '../components/components.gyp:signin_core_account_id',
967 '../components/components.gyp:user_manager', 968 '../components/components.gyp:user_manager',
968 '../components/components.gyp:wallpaper', 969 '../components/components.gyp:wallpaper',
969 '../media/media.gyp:media', 970 '../media/media.gyp:media',
970 '../net/net.gyp:net', 971 '../net/net.gyp:net',
971 '../skia/skia.gyp:skia', 972 '../skia/skia.gyp:skia',
972 '../third_party/icu/icu.gyp:icui18n', 973 '../third_party/icu/icu.gyp:icui18n',
973 '../third_party/icu/icu.gyp:icuuc', 974 '../third_party/icu/icu.gyp:icuuc',
974 '../ui/accessibility/accessibility.gyp:accessibility', 975 '../ui/accessibility/accessibility.gyp:accessibility',
975 '../ui/app_list/app_list.gyp:app_list', 976 '../ui/app_list/app_list.gyp:app_list',
977 '../ui/app_list/shower/app_list_shower.gyp:app_list_shower',
976 '../ui/aura/aura.gyp:aura', 978 '../ui/aura/aura.gyp:aura',
977 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 979 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
978 '../ui/base/ui_base.gyp:ui_base', 980 '../ui/base/ui_base.gyp:ui_base',
979 '../ui/base/ui_base.gyp:ui_data_pack', 981 '../ui/base/ui_base.gyp:ui_data_pack',
980 '../ui/compositor/compositor.gyp:compositor', 982 '../ui/compositor/compositor.gyp:compositor',
981 '../ui/events/devices/events_devices.gyp:events_devices', 983 '../ui/events/devices/events_devices.gyp:events_devices',
982 '../ui/events/events.gyp:events', 984 '../ui/events/events.gyp:events',
983 '../ui/events/events.gyp:events_base', 985 '../ui/events/events.gyp:events_base',
984 '../ui/events/events.gyp:gesture_detection', 986 '../ui/events/events.gyp:gesture_detection',
985 '../ui/events/platform/events_platform.gyp:events_platform', 987 '../ui/events/platform/events_platform.gyp:events_platform',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
1100 }, 1102 },
1101 { 1103 {
1102 # GN version: //ash:test_support 1104 # GN version: //ash:test_support
1103 'target_name': 'ash_test_support', 1105 'target_name': 'ash_test_support',
1104 'type': 'static_library', 1106 'type': 'static_library',
1105 'dependencies': [ 1107 'dependencies': [
1106 '../skia/skia.gyp:skia', 1108 '../skia/skia.gyp:skia',
1107 '../testing/gtest.gyp:gtest', 1109 '../testing/gtest.gyp:gtest',
1108 '../ui/accessibility/accessibility.gyp:ax_gen', 1110 '../ui/accessibility/accessibility.gyp:ax_gen',
1109 '../ui/app_list/app_list.gyp:app_list_test_support', 1111 '../ui/app_list/app_list.gyp:app_list_test_support',
1112 '../ui/app_list/shower/app_list_shower.gyp:app_list_shower',
1110 '../ui/events/devices/events_devices.gyp:events_devices', 1113 '../ui/events/devices/events_devices.gyp:events_devices',
1111 '../ui/views/views.gyp:views_test_support', 1114 '../ui/views/views.gyp:views_test_support',
1112 'ash', 1115 'ash',
1113 'ash_resources.gyp:ash_resources', 1116 'ash_resources.gyp:ash_resources',
1114 'ash_test_support_with_content', 1117 'ash_test_support_with_content',
1115 ], 1118 ],
1116 'sources': [ 1119 'sources': [
1117 '<@(ash_test_support_sources)', 1120 '<@(ash_test_support_sources)',
1118 ], 1121 ],
1119 'conditions': [ 1122 'conditions': [
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
1162 '../components/components.gyp:signin_core_account_id', 1165 '../components/components.gyp:signin_core_account_id',
1163 '../components/components.gyp:user_manager', 1166 '../components/components.gyp:user_manager',
1164 '../content/content.gyp:content_browser', 1167 '../content/content.gyp:content_browser',
1165 '../content/content_shell_and_tests.gyp:test_support_content', 1168 '../content/content_shell_and_tests.gyp:test_support_content',
1166 '../skia/skia.gyp:skia', 1169 '../skia/skia.gyp:skia',
1167 '../testing/gtest.gyp:gtest', 1170 '../testing/gtest.gyp:gtest',
1168 '../third_party/icu/icu.gyp:icui18n', 1171 '../third_party/icu/icu.gyp:icui18n',
1169 '../third_party/icu/icu.gyp:icuuc', 1172 '../third_party/icu/icu.gyp:icuuc',
1170 '../ui/accessibility/accessibility.gyp:accessibility', 1173 '../ui/accessibility/accessibility.gyp:accessibility',
1171 '../ui/app_list/app_list.gyp:app_list', 1174 '../ui/app_list/app_list.gyp:app_list',
1175 '../ui/app_list/shower/app_list_shower.gyp:app_list_shower',
1172 '../ui/aura/aura.gyp:aura', 1176 '../ui/aura/aura.gyp:aura',
1173 '../ui/aura/aura.gyp:aura_test_support', 1177 '../ui/aura/aura.gyp:aura_test_support',
1174 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 1178 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
1175 '../ui/base/ui_base.gyp:ui_base', 1179 '../ui/base/ui_base.gyp:ui_base',
1176 '../ui/base/ui_base.gyp:ui_base_test_support', 1180 '../ui/base/ui_base.gyp:ui_base_test_support',
1177 '../ui/compositor/compositor.gyp:compositor', 1181 '../ui/compositor/compositor.gyp:compositor',
1178 '../ui/compositor/compositor.gyp:compositor_test_support', 1182 '../ui/compositor/compositor.gyp:compositor_test_support',
1179 '../ui/events/devices/events_devices.gyp:events_devices', 1183 '../ui/events/devices/events_devices.gyp:events_devices',
1180 '../ui/events/events.gyp:events', 1184 '../ui/events/events.gyp:events',
1181 '../ui/events/events.gyp:events_test_support', 1185 '../ui/events/events.gyp:events_test_support',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
1261 'target_name': 'ash_shell_lib', 1265 'target_name': 'ash_shell_lib',
1262 'type': 'static_library', 1266 'type': 'static_library',
1263 'dependencies': [ 1267 'dependencies': [
1264 '../base/base.gyp:base', 1268 '../base/base.gyp:base',
1265 '../base/base.gyp:base_i18n', 1269 '../base/base.gyp:base_i18n',
1266 '../chrome/chrome_resources.gyp:packed_resources', 1270 '../chrome/chrome_resources.gyp:packed_resources',
1267 '../skia/skia.gyp:skia', 1271 '../skia/skia.gyp:skia',
1268 '../third_party/icu/icu.gyp:icui18n', 1272 '../third_party/icu/icu.gyp:icui18n',
1269 '../third_party/icu/icu.gyp:icuuc', 1273 '../third_party/icu/icu.gyp:icuuc',
1270 '../ui/app_list/app_list.gyp:app_list', 1274 '../ui/app_list/app_list.gyp:app_list',
1275 '../ui/app_list/shower/app_list_shower.gyp:app_list_shower',
1271 '../ui/aura/aura.gyp:aura', 1276 '../ui/aura/aura.gyp:aura',
1272 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 1277 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
1273 '../ui/base/ui_base.gyp:ui_base', 1278 '../ui/base/ui_base.gyp:ui_base',
1274 '../ui/compositor/compositor.gyp:compositor', 1279 '../ui/compositor/compositor.gyp:compositor',
1275 '../ui/events/events.gyp:events', 1280 '../ui/events/events.gyp:events',
1276 '../ui/gfx/gfx.gyp:gfx', 1281 '../ui/gfx/gfx.gyp:gfx',
1277 '../ui/gfx/gfx.gyp:gfx_geometry', 1282 '../ui/gfx/gfx.gyp:gfx_geometry',
1278 '../ui/keyboard/keyboard.gyp:keyboard', 1283 '../ui/keyboard/keyboard.gyp:keyboard',
1279 '../ui/keyboard/keyboard.gyp:keyboard_with_content', 1284 '../ui/keyboard/keyboard.gyp:keyboard_with_content',
1280 '../ui/message_center/message_center.gyp:message_center', 1285 '../ui/message_center/message_center.gyp:message_center',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
1366 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1371 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1367 ], 1372 ],
1368 } 1373 }
1369 ], 1374 ],
1370 ], 1375 ],
1371 }, 1376 },
1372 ], 1377 ],
1373 }], 1378 }],
1374 ], 1379 ],
1375 } 1380 }
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | ash/mus/shell_delegate_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698