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

Side by Side Diff: ash/ash.gyp

Issue 2285703003: Moves WorkspaceEventHandler to ash/common (Closed)
Patch Set: merge 2 trunk Created 4 years, 3 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/aura/wm_shell_aura.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_aura.cc', 10 'accelerators/accelerator_commands_aura.cc',
(...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 'common/wm/wm_window_animations.cc', 511 'common/wm/wm_window_animations.cc',
512 'common/wm/wm_window_animations.h', 512 'common/wm/wm_window_animations.h',
513 'common/wm/workspace/magnetism_matcher.cc', 513 'common/wm/workspace/magnetism_matcher.cc',
514 'common/wm/workspace/magnetism_matcher.h', 514 'common/wm/workspace/magnetism_matcher.h',
515 'common/wm/workspace/multi_window_resize_controller.cc', 515 'common/wm/workspace/multi_window_resize_controller.cc',
516 'common/wm/workspace/multi_window_resize_controller.h', 516 'common/wm/workspace/multi_window_resize_controller.h',
517 'common/wm/workspace/phantom_window_controller.cc', 517 'common/wm/workspace/phantom_window_controller.cc',
518 'common/wm/workspace/phantom_window_controller.h', 518 'common/wm/workspace/phantom_window_controller.h',
519 'common/wm/workspace/two_step_edge_cycler.cc', 519 'common/wm/workspace/two_step_edge_cycler.cc',
520 'common/wm/workspace/two_step_edge_cycler.h', 520 'common/wm/workspace/two_step_edge_cycler.h',
521 'common/wm/workspace/workspace_event_handler.cc',
522 'common/wm/workspace/workspace_event_handler.h',
521 'common/wm/workspace/workspace_layout_manager.cc', 523 'common/wm/workspace/workspace_layout_manager.cc',
522 'common/wm/workspace/workspace_layout_manager.h', 524 'common/wm/workspace/workspace_layout_manager.h',
523 'common/wm/workspace/workspace_layout_manager_backdrop_delegate.h', 525 'common/wm/workspace/workspace_layout_manager_backdrop_delegate.h',
524 'common/wm/workspace/workspace_types.h', 526 'common/wm/workspace/workspace_types.h',
525 'common/wm/workspace/workspace_window_resizer.cc', 527 'common/wm/workspace/workspace_window_resizer.cc',
526 'common/wm/workspace/workspace_window_resizer.h', 528 'common/wm/workspace/workspace_window_resizer.h',
527 'common/wm_activation_observer.h', 529 'common/wm_activation_observer.h',
528 'common/wm_display_observer.h', 530 'common/wm_display_observer.h',
529 'common/wm_layout_manager.h', 531 'common/wm_layout_manager.h',
530 'common/wm_lookup.cc', 532 'common/wm_lookup.cc',
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
796 'wm/window_cycle_event_filter_aura.cc', 798 'wm/window_cycle_event_filter_aura.cc',
797 'wm/window_cycle_event_filter_aura.h', 799 'wm/window_cycle_event_filter_aura.h',
798 'wm/window_mirror_view.cc', 800 'wm/window_mirror_view.cc',
799 'wm/window_mirror_view.h', 801 'wm/window_mirror_view.h',
800 'wm/window_properties.cc', 802 'wm/window_properties.cc',
801 'wm/window_properties.h', 803 'wm/window_properties.h',
802 'wm/window_state_aura.cc', 804 'wm/window_state_aura.cc',
803 'wm/window_state_aura.h', 805 'wm/window_state_aura.h',
804 'wm/window_util.cc', 806 'wm/window_util.cc',
805 'wm/window_util.h', 807 'wm/window_util.h',
806 'wm/workspace/workspace_event_handler.cc', 808 'wm/workspace/workspace_event_handler_aura.cc',
807 'wm/workspace/workspace_event_handler.h', 809 'wm/workspace/workspace_event_handler_aura.h',
808 'wm/workspace_controller.cc', 810 'wm/workspace_controller.cc',
809 'wm/workspace_controller.h', 811 'wm/workspace_controller.h',
810 ], 812 ],
811 'ash_with_content_sources': [ 813 'ash_with_content_sources': [
812 'content/ash_with_content_export.h', 814 'content/ash_with_content_export.h',
813 'content/gpu_support_impl.cc', 815 'content/gpu_support_impl.cc',
814 'content/gpu_support_impl.h', 816 'content/gpu_support_impl.h',
815 'content/keyboard_overlay/keyboard_overlay_delegate.cc', 817 'content/keyboard_overlay/keyboard_overlay_delegate.cc',
816 'content/keyboard_overlay/keyboard_overlay_delegate.h', 818 'content/keyboard_overlay/keyboard_overlay_delegate.h',
817 'content/keyboard_overlay/keyboard_overlay_view.cc', 819 'content/keyboard_overlay/keyboard_overlay_view.cc',
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
973 'common/system/chromeos/session/tray_session_length_limit_unittest.cc', 975 'common/system/chromeos/session/tray_session_length_limit_unittest.cc',
974 'common/system/chromeos/supervised/tray_supervised_user_unittest.cc', 976 'common/system/chromeos/supervised/tray_supervised_user_unittest.cc',
975 'common/system/date/date_view_unittest.cc', 977 'common/system/date/date_view_unittest.cc',
976 'common/system/ime/tray_ime_chromeos_unittest.cc', 978 'common/system/ime/tray_ime_chromeos_unittest.cc',
977 'common/system/tray/system_tray_unittest.cc', 979 'common/system/tray/system_tray_unittest.cc',
978 'common/system/tray/tray_details_view_unittest.cc', 980 'common/system/tray/tray_details_view_unittest.cc',
979 'common/system/update/tray_update_unittest.cc', 981 'common/system/update/tray_update_unittest.cc',
980 'common/system/user/tray_user_unittest.cc', 982 'common/system/user/tray_user_unittest.cc',
981 'common/wm/container_finder_unittest.cc', 983 'common/wm/container_finder_unittest.cc',
982 'common/wm/overview/cleanup_animation_observer_unittest.cc', 984 'common/wm/overview/cleanup_animation_observer_unittest.cc',
985 'common/wm/workspace/workspace_event_handler_test_helper.cc',
986 'common/wm/workspace/workspace_event_handler_test_helper.h',
983 'content/display/screen_orientation_controller_chromeos_unittest.cc', 987 'content/display/screen_orientation_controller_chromeos_unittest.cc',
984 'content/keyboard_overlay/keyboard_overlay_delegate_unittest.cc', 988 'content/keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
985 'content/keyboard_overlay/keyboard_overlay_view_unittest.cc', 989 'content/keyboard_overlay/keyboard_overlay_view_unittest.cc',
986 'desktop_background/desktop_background_controller_unittest.cc', 990 'desktop_background/desktop_background_controller_unittest.cc',
987 'dip_unittest.cc', 991 'dip_unittest.cc',
988 'display/cursor_window_controller_unittest.cc', 992 'display/cursor_window_controller_unittest.cc',
989 'display/display_change_observer_chromeos_unittest.cc', 993 'display/display_change_observer_chromeos_unittest.cc',
990 'display/display_color_manager_chromeos_unittest.cc', 994 'display/display_color_manager_chromeos_unittest.cc',
991 'display/display_error_observer_chromeos_unittest.cc', 995 'display/display_error_observer_chromeos_unittest.cc',
992 'display/display_manager_unittest.cc', 996 'display/display_manager_unittest.cc',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
1070 'wm/video_detector_unittest.cc', 1074 'wm/video_detector_unittest.cc',
1071 'wm/window_animations_unittest.cc', 1075 'wm/window_animations_unittest.cc',
1072 'wm/window_cycle_controller_unittest.cc', 1076 'wm/window_cycle_controller_unittest.cc',
1073 'wm/window_manager_unittest.cc', 1077 'wm/window_manager_unittest.cc',
1074 'wm/window_modality_controller_unittest.cc', 1078 'wm/window_modality_controller_unittest.cc',
1075 'wm/window_positioner_unittest.cc', 1079 'wm/window_positioner_unittest.cc',
1076 'wm/window_state_unittest.cc', 1080 'wm/window_state_unittest.cc',
1077 'wm/window_util_unittest.cc', 1081 'wm/window_util_unittest.cc',
1078 'wm/workspace/magnetism_matcher_unittest.cc', 1082 'wm/workspace/magnetism_matcher_unittest.cc',
1079 'wm/workspace/multi_window_resize_controller_unittest.cc', 1083 'wm/workspace/multi_window_resize_controller_unittest.cc',
1080 'wm/workspace/workspace_event_handler_test_helper.cc',
1081 'wm/workspace/workspace_event_handler_test_helper.h',
1082 'wm/workspace/workspace_event_handler_unittest.cc', 1084 'wm/workspace/workspace_event_handler_unittest.cc',
1083 'wm/workspace/workspace_layout_manager_unittest.cc', 1085 'wm/workspace/workspace_layout_manager_unittest.cc',
1084 'wm/workspace/workspace_window_resizer_unittest.cc', 1086 'wm/workspace/workspace_window_resizer_unittest.cc',
1085 'wm/workspace_controller_test_helper.cc', 1087 'wm/workspace_controller_test_helper.cc',
1086 'wm/workspace_controller_test_helper.h', 1088 'wm/workspace_controller_test_helper.h',
1087 'wm/workspace_controller_unittest.cc', 1089 'wm/workspace_controller_unittest.cc',
1088 ], 1090 ],
1089 }, 1091 },
1090 'targets': [ 1092 'targets': [
1091 { 1093 {
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
1515 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1517 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1516 ], 1518 ],
1517 } 1519 }
1518 ], 1520 ],
1519 ], 1521 ],
1520 }, 1522 },
1521 ], 1523 ],
1522 }], 1524 }],
1523 ], 1525 ],
1524 } 1526 }
OLDNEW
« no previous file with comments | « no previous file | ash/aura/wm_shell_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698