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

Side by Side Diff: ash/ash.gyp

Issue 1861013004: AppListController refactoring part 3: Switching over to use AppListShower in Ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mus_chrome_delegates_ash_impl
Patch Set: Addressing review feedback. 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 | « no previous file | ash/mus/shell_delegate_mus.h » ('j') | ash/shell/shell_delegate_impl.h » ('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 # 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',
522 'wm/app_list_controller.h',
523 'wm/app_list_shower_delegate.cc', 521 'wm/app_list_shower_delegate.cc',
524 'wm/app_list_shower_delegate.h', 522 'wm/app_list_shower_delegate.h',
525 'wm/app_list_shower_delegate_factory.cc', 523 'wm/app_list_shower_delegate_factory.cc',
526 'wm/app_list_shower_delegate_factory.h', 524 'wm/app_list_shower_delegate_factory.h',
527 'wm/app_list_view_delegate_factory.h', 525 'wm/app_list_view_delegate_factory.h',
528 'wm/ash_focus_rules.cc', 526 'wm/ash_focus_rules.cc',
529 'wm/ash_focus_rules.h', 527 'wm/ash_focus_rules.h',
530 'wm/ash_native_cursor_manager.cc', 528 'wm/ash_native_cursor_manager.cc',
531 'wm/ash_native_cursor_manager.h', 529 'wm/ash_native_cursor_manager.h',
532 'wm/boot_splash_screen_chromeos.cc', 530 'wm/boot_splash_screen_chromeos.cc',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
699 'content/screen_orientation_delegate_chromeos.cc', 697 'content/screen_orientation_delegate_chromeos.cc',
700 'content/screen_orientation_delegate_chromeos.h', 698 'content/screen_orientation_delegate_chromeos.h',
701 'content/shell_content_state.cc', 699 'content/shell_content_state.cc',
702 'content/shell_content_state.h', 700 'content/shell_content_state.h',
703 ], 701 ],
704 'ash_test_support_sources': [ 702 'ash_test_support_sources': [
705 'desktop_background/desktop_background_controller_test_api.cc', 703 'desktop_background/desktop_background_controller_test_api.cc',
706 'desktop_background/desktop_background_controller_test_api.h', 704 'desktop_background/desktop_background_controller_test_api.h',
707 'shell/toplevel_window.cc', 705 'shell/toplevel_window.cc',
708 'shell/toplevel_window.h', 706 'shell/toplevel_window.h',
709 'test/app_list_controller_test_api.cc',
710 'test/app_list_controller_test_api.h',
711 'test/ash_test_base.cc', 707 'test/ash_test_base.cc',
712 'test/ash_test_base.h', 708 'test/ash_test_base.h',
713 'test/ash_test_helper.cc', 709 'test/ash_test_helper.cc',
714 'test/ash_test_helper.h', 710 'test/ash_test_helper.h',
715 'test/ash_test_views_delegate.cc', 711 'test/ash_test_views_delegate.cc',
716 'test/ash_test_views_delegate.h', 712 'test/ash_test_views_delegate.h',
717 'test/child_modal_window.cc', 713 'test/child_modal_window.cc',
718 'test/child_modal_window.h', 714 'test/child_modal_window.h',
719 'test/cursor_manager_test_api.cc', 715 'test/cursor_manager_test_api.cc',
720 '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
903 'system/web_notification/web_notification_tray_unittest.cc', 899 'system/web_notification/web_notification_tray_unittest.cc',
904 'test/ash_test_helper_unittest.cc', 900 'test/ash_test_helper_unittest.cc',
905 'test/ash_unittests.cc', 901 'test/ash_unittests.cc',
906 'tooltips/tooltip_controller_unittest.cc', 902 'tooltips/tooltip_controller_unittest.cc',
907 'touch/touch_observer_hud_unittest.cc', 903 'touch/touch_observer_hud_unittest.cc',
908 'touch/touch_transformer_controller_unittest.cc', 904 'touch/touch_transformer_controller_unittest.cc',
909 'touch/touchscreen_util_unittest.cc', 905 'touch/touchscreen_util_unittest.cc',
910 'utility/partial_screenshot_controller_unittest.cc', 906 'utility/partial_screenshot_controller_unittest.cc',
911 'virtual_keyboard_controller_unittest.cc', 907 'virtual_keyboard_controller_unittest.cc',
912 'wm/always_on_top_controller_unittest.cc', 908 'wm/always_on_top_controller_unittest.cc',
913 'wm/app_list_controller_unittest.cc', 909 'wm/app_list_shower_delegate_unittest.cc',
914 # TODO(mfomitchev): uncomment when ash::Shell is switched to using
915 # app_list::AppListShower instead of ash::AppListController.
916 # 'wm/app_list_shower_delegate_unittest.cc',
917 'wm/ash_native_cursor_manager_unittest.cc', 910 'wm/ash_native_cursor_manager_unittest.cc',
918 'wm/ash_focus_rules_unittest.cc', 911 'wm/ash_focus_rules_unittest.cc',
919 'wm/dock/docked_window_layout_manager_unittest.cc', 912 'wm/dock/docked_window_layout_manager_unittest.cc',
920 'wm/dock/docked_window_resizer_unittest.cc', 913 'wm/dock/docked_window_resizer_unittest.cc',
921 'wm/drag_window_resizer_unittest.cc', 914 'wm/drag_window_resizer_unittest.cc',
922 'wm/gestures/overview_gesture_handler_unittest.cc', 915 'wm/gestures/overview_gesture_handler_unittest.cc',
923 'wm/immersive_fullscreen_controller_unittest.cc', 916 'wm/immersive_fullscreen_controller_unittest.cc',
924 'wm/lock_layout_manager_unittest.cc', 917 'wm/lock_layout_manager_unittest.cc',
925 'wm/lock_state_controller_unittest.cc', 918 'wm/lock_state_controller_unittest.cc',
926 'wm/maximize_mode/accelerometer_test_data_literals.cc', 919 'wm/maximize_mode/accelerometer_test_data_literals.cc',
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
1378 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1371 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1379 ], 1372 ],
1380 } 1373 }
1381 ], 1374 ],
1382 ], 1375 ],
1383 }, 1376 },
1384 ], 1377 ],
1385 }], 1378 }],
1386 ], 1379 ],
1387 } 1380 }
OLDNEW
« no previous file with comments | « no previous file | ash/mus/shell_delegate_mus.h » ('j') | ash/shell/shell_delegate_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698