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

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: Rebase. 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') | 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 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 'touch/touch_uma.h', 512 'touch/touch_uma.h',
513 'touch/touchscreen_util.cc', 513 'touch/touchscreen_util.cc',
514 'touch/touchscreen_util.h', 514 'touch/touchscreen_util.h',
515 'utility/partial_screenshot_controller.cc', 515 'utility/partial_screenshot_controller.cc',
516 'utility/partial_screenshot_controller.h', 516 'utility/partial_screenshot_controller.h',
517 'virtual_keyboard_controller.cc', 517 'virtual_keyboard_controller.cc',
518 'virtual_keyboard_controller.h', 518 'virtual_keyboard_controller.h',
519 'volume_control_delegate.h', 519 'volume_control_delegate.h',
520 'wm/always_on_top_controller.cc', 520 'wm/always_on_top_controller.cc',
521 'wm/always_on_top_controller.h', 521 'wm/always_on_top_controller.h',
522 'wm/app_list_controller.cc',
523 'wm/app_list_controller.h',
524 'wm/ash_focus_rules.cc', 522 'wm/ash_focus_rules.cc',
525 'wm/ash_focus_rules.h', 523 'wm/ash_focus_rules.h',
526 'wm/ash_native_cursor_manager.cc', 524 'wm/ash_native_cursor_manager.cc',
527 'wm/ash_native_cursor_manager.h', 525 'wm/ash_native_cursor_manager.h',
528 'wm/boot_splash_screen_chromeos.cc', 526 'wm/boot_splash_screen_chromeos.cc',
529 'wm/boot_splash_screen_chromeos.h', 527 'wm/boot_splash_screen_chromeos.h',
530 'wm/coordinate_conversion.cc', 528 'wm/coordinate_conversion.cc',
531 'wm/coordinate_conversion.h', 529 'wm/coordinate_conversion.h',
532 'wm/cursor_manager_chromeos.cc', 530 'wm/cursor_manager_chromeos.cc',
533 'wm/cursor_manager_chromeos.h', 531 'wm/cursor_manager_chromeos.h',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
695 'content/screen_orientation_delegate_chromeos.cc', 693 'content/screen_orientation_delegate_chromeos.cc',
696 'content/screen_orientation_delegate_chromeos.h', 694 'content/screen_orientation_delegate_chromeos.h',
697 'content/shell_content_state.cc', 695 'content/shell_content_state.cc',
698 'content/shell_content_state.h', 696 'content/shell_content_state.h',
699 ], 697 ],
700 'ash_test_support_sources': [ 698 'ash_test_support_sources': [
701 'desktop_background/desktop_background_controller_test_api.cc', 699 'desktop_background/desktop_background_controller_test_api.cc',
702 'desktop_background/desktop_background_controller_test_api.h', 700 'desktop_background/desktop_background_controller_test_api.h',
703 'shell/toplevel_window.cc', 701 'shell/toplevel_window.cc',
704 'shell/toplevel_window.h', 702 'shell/toplevel_window.h',
705 'test/app_list_controller_test_api.cc',
706 'test/app_list_controller_test_api.h',
707 'test/ash_test_base.cc', 703 'test/ash_test_base.cc',
708 'test/ash_test_base.h', 704 'test/ash_test_base.h',
709 'test/ash_test_helper.cc', 705 'test/ash_test_helper.cc',
710 'test/ash_test_helper.h', 706 'test/ash_test_helper.h',
711 'test/ash_test_views_delegate.cc', 707 'test/ash_test_views_delegate.cc',
712 'test/ash_test_views_delegate.h', 708 'test/ash_test_views_delegate.h',
713 'test/child_modal_window.cc', 709 'test/child_modal_window.cc',
714 'test/child_modal_window.h', 710 'test/child_modal_window.h',
715 'test/cursor_manager_test_api.cc', 711 'test/cursor_manager_test_api.cc',
716 'test/cursor_manager_test_api.h', 712 'test/cursor_manager_test_api.h',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
811 'shell/content/shell_content_state_impl.cc', 807 'shell/content/shell_content_state_impl.cc',
812 'shell/content/shell_content_state_impl.h', 808 'shell/content/shell_content_state_impl.h',
813 ], 809 ],
814 'ash_unittests_sources': [ 810 'ash_unittests_sources': [
815 'accelerators/accelerator_commands_unittest.cc', 811 'accelerators/accelerator_commands_unittest.cc',
816 'accelerators/accelerator_controller_unittest.cc', 812 'accelerators/accelerator_controller_unittest.cc',
817 'accelerators/accelerator_filter_unittest.cc', 813 'accelerators/accelerator_filter_unittest.cc',
818 'accelerators/accelerator_table_unittest.cc', 814 'accelerators/accelerator_table_unittest.cc',
819 'accelerators/magnifier_key_scroller_unittest.cc', 815 'accelerators/magnifier_key_scroller_unittest.cc',
820 'accelerators/spoken_feedback_toggler_unittest.cc', 816 'accelerators/spoken_feedback_toggler_unittest.cc',
821 # TODO(mfomitchev): uncomment when ash::Shell is switched to using 817 'app_list/app_list_shower_delegate_unittest.cc',
822 # app_list::AppListShower instead of ash::AppListController.
823 # 'app_list/app_list_shower_delegate_unittest.cc',
824 'ash_touch_exploration_manager_chromeos_unittest.cc', 818 'ash_touch_exploration_manager_chromeos_unittest.cc',
825 'autoclick/autoclick_unittest.cc', 819 'autoclick/autoclick_unittest.cc',
826 'content/display/screen_orientation_controller_chromeos_unittest.cc', 820 'content/display/screen_orientation_controller_chromeos_unittest.cc',
827 'content/keyboard_overlay/keyboard_overlay_delegate_unittest.cc', 821 'content/keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
828 'content/keyboard_overlay/keyboard_overlay_view_unittest.cc', 822 'content/keyboard_overlay/keyboard_overlay_view_unittest.cc',
829 'desktop_background/desktop_background_controller_unittest.cc', 823 'desktop_background/desktop_background_controller_unittest.cc',
830 'dip_unittest.cc', 824 'dip_unittest.cc',
831 'display/cursor_window_controller_unittest.cc', 825 'display/cursor_window_controller_unittest.cc',
832 'display/display_change_observer_chromeos_unittest.cc', 826 'display/display_change_observer_chromeos_unittest.cc',
833 'display/display_color_manager_chromeos_unittest.cc', 827 'display/display_color_manager_chromeos_unittest.cc',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
901 'system/web_notification/web_notification_tray_unittest.cc', 895 'system/web_notification/web_notification_tray_unittest.cc',
902 'test/ash_test_helper_unittest.cc', 896 'test/ash_test_helper_unittest.cc',
903 'test/ash_unittests.cc', 897 'test/ash_unittests.cc',
904 'tooltips/tooltip_controller_unittest.cc', 898 'tooltips/tooltip_controller_unittest.cc',
905 'touch/touch_observer_hud_unittest.cc', 899 'touch/touch_observer_hud_unittest.cc',
906 'touch/touch_transformer_controller_unittest.cc', 900 'touch/touch_transformer_controller_unittest.cc',
907 'touch/touchscreen_util_unittest.cc', 901 'touch/touchscreen_util_unittest.cc',
908 'utility/partial_screenshot_controller_unittest.cc', 902 'utility/partial_screenshot_controller_unittest.cc',
909 'virtual_keyboard_controller_unittest.cc', 903 'virtual_keyboard_controller_unittest.cc',
910 'wm/always_on_top_controller_unittest.cc', 904 'wm/always_on_top_controller_unittest.cc',
911 'wm/app_list_controller_unittest.cc',
912 'wm/ash_native_cursor_manager_unittest.cc', 905 'wm/ash_native_cursor_manager_unittest.cc',
913 'wm/ash_focus_rules_unittest.cc', 906 'wm/ash_focus_rules_unittest.cc',
914 'wm/dock/docked_window_layout_manager_unittest.cc', 907 'wm/dock/docked_window_layout_manager_unittest.cc',
915 'wm/dock/docked_window_resizer_unittest.cc', 908 'wm/dock/docked_window_resizer_unittest.cc',
916 'wm/drag_window_resizer_unittest.cc', 909 'wm/drag_window_resizer_unittest.cc',
917 'wm/gestures/overview_gesture_handler_unittest.cc', 910 'wm/gestures/overview_gesture_handler_unittest.cc',
918 'wm/immersive_fullscreen_controller_unittest.cc', 911 'wm/immersive_fullscreen_controller_unittest.cc',
919 'wm/lock_layout_manager_unittest.cc', 912 'wm/lock_layout_manager_unittest.cc',
920 'wm/lock_state_controller_unittest.cc', 913 'wm/lock_state_controller_unittest.cc',
921 'wm/maximize_mode/accelerometer_test_data_literals.cc', 914 'wm/maximize_mode/accelerometer_test_data_literals.cc',
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
1373 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1366 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1374 ], 1367 ],
1375 } 1368 }
1376 ], 1369 ],
1377 ], 1370 ],
1378 }, 1371 },
1379 ], 1372 ],
1380 }], 1373 }],
1381 ], 1374 ],
1382 } 1375 }
OLDNEW
« no previous file with comments | « no previous file | ash/mus/shell_delegate_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698