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

Side by Side Diff: ash/ash.gyp

Issue 2215223003: Moves most frame related classes to ash/common/frame (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 4 years, 4 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/common/frame/OWNERS » ('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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 'common/ash_switches.cc', 66 'common/ash_switches.cc',
67 'common/ash_switches.h', 67 'common/ash_switches.h',
68 'common/cast_config_delegate.cc', 68 'common/cast_config_delegate.cc',
69 'common/cast_config_delegate.h', 69 'common/cast_config_delegate.h',
70 'common/default_accessibility_delegate.cc', 70 'common/default_accessibility_delegate.cc',
71 'common/default_accessibility_delegate.h', 71 'common/default_accessibility_delegate.h',
72 'common/display/display_info.cc', 72 'common/display/display_info.cc',
73 'common/display/display_info.h', 73 'common/display/display_info.h',
74 'common/focus_cycler.cc', 74 'common/focus_cycler.cc',
75 'common/focus_cycler.h', 75 'common/focus_cycler.h',
76 'common/frame/caption_buttons/caption_button_types.h',
77 'common/frame/caption_buttons/frame_caption_button.cc',
78 'common/frame/caption_buttons/frame_caption_button.h',
79 'common/frame/caption_buttons/frame_caption_button_container_view.cc',
80 'common/frame/caption_buttons/frame_caption_button_container_view.h',
81 'common/frame/caption_buttons/frame_size_button.cc',
82 'common/frame/caption_buttons/frame_size_button.h',
83 'common/frame/caption_buttons/frame_size_button_delegate.h',
84 'common/frame/default_header_painter.cc',
85 'common/frame/default_header_painter.h',
86 'common/frame/frame_border_hit_test.cc',
87 'common/frame/frame_border_hit_test.h',
88 'common/frame/header_painter.h',
89 'common/frame/header_painter_util.cc',
90 'common/frame/header_painter_util.h',
76 'common/gpu_support.h', 91 'common/gpu_support.h',
77 'common/gpu_support_stub.cc', 92 'common/gpu_support_stub.cc',
78 'common/gpu_support_stub.h', 93 'common/gpu_support_stub.h',
79 'common/keyboard/keyboard_ui.cc', 94 'common/keyboard/keyboard_ui.cc',
80 'common/keyboard/keyboard_ui.h', 95 'common/keyboard/keyboard_ui.h',
81 'common/keyboard/keyboard_ui_observer.h', 96 'common/keyboard/keyboard_ui_observer.h',
82 'common/login_status.h', 97 'common/login_status.h',
83 'common/material_design/material_design_controller.cc', 98 'common/material_design/material_design_controller.cc',
84 'common/material_design/material_design_controller.h', 99 'common/material_design/material_design_controller.h',
85 'common/metrics/gesture_action_type.h', 100 'common/metrics/gesture_action_type.h',
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 'drag_drop/drag_drop_tracker.cc', 579 'drag_drop/drag_drop_tracker.cc',
565 'drag_drop/drag_drop_tracker.h', 580 'drag_drop/drag_drop_tracker.h',
566 'drag_drop/drag_image_view.cc', 581 'drag_drop/drag_image_view.cc',
567 'drag_drop/drag_image_view.h', 582 'drag_drop/drag_image_view.h',
568 'first_run/desktop_cleaner.cc', 583 'first_run/desktop_cleaner.cc',
569 'first_run/desktop_cleaner.h', 584 'first_run/desktop_cleaner.h',
570 'first_run/first_run_helper.cc', 585 'first_run/first_run_helper.cc',
571 'first_run/first_run_helper.h', 586 'first_run/first_run_helper.h',
572 'first_run/first_run_helper_impl.cc', 587 'first_run/first_run_helper_impl.cc',
573 'first_run/first_run_helper_impl.h', 588 'first_run/first_run_helper_impl.h',
574 'frame/caption_buttons/caption_button_types.h',
575 'frame/caption_buttons/frame_caption_button.cc',
576 'frame/caption_buttons/frame_caption_button.h',
577 'frame/caption_buttons/frame_caption_button_container_view.cc',
578 'frame/caption_buttons/frame_caption_button_container_view.h',
579 'frame/caption_buttons/frame_size_button.cc',
580 'frame/caption_buttons/frame_size_button.h',
581 'frame/caption_buttons/frame_size_button_delegate.h',
582 'frame/custom_frame_view_ash.cc', 589 'frame/custom_frame_view_ash.cc',
583 'frame/custom_frame_view_ash.h', 590 'frame/custom_frame_view_ash.h',
584 'frame/default_header_painter.cc',
585 'frame/default_header_painter.h',
586 'frame/frame_border_hit_test_controller.cc', 591 'frame/frame_border_hit_test_controller.cc',
587 'frame/frame_border_hit_test_controller.h', 592 'frame/frame_border_hit_test_controller.h',
588 'frame/header_painter.h',
589 'frame/header_painter_util.cc',
590 'frame/header_painter_util.h',
591 'high_contrast/high_contrast_controller.cc', 593 'high_contrast/high_contrast_controller.cc',
592 'high_contrast/high_contrast_controller.h', 594 'high_contrast/high_contrast_controller.h',
593 'host/ash_window_tree_host.cc', 595 'host/ash_window_tree_host.cc',
594 'host/ash_window_tree_host.h', 596 'host/ash_window_tree_host.h',
595 'host/ash_window_tree_host_init_params.cc', 597 'host/ash_window_tree_host_init_params.cc',
596 'host/ash_window_tree_host_init_params.h', 598 'host/ash_window_tree_host_init_params.h',
597 'host/ash_window_tree_host_platform.cc', 599 'host/ash_window_tree_host_platform.cc',
598 'host/ash_window_tree_host_platform.h', 600 'host/ash_window_tree_host_platform.h',
599 'host/ash_window_tree_host_unified.cc', 601 'host/ash_window_tree_host_unified.cc',
600 'host/ash_window_tree_host_unified.h', 602 'host/ash_window_tree_host_unified.h',
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
915 'accelerators/accelerator_commands_unittest.cc', 917 'accelerators/accelerator_commands_unittest.cc',
916 'accelerators/accelerator_controller_unittest.cc', 918 'accelerators/accelerator_controller_unittest.cc',
917 'accelerators/accelerator_filter_unittest.cc', 919 'accelerators/accelerator_filter_unittest.cc',
918 'accelerators/magnifier_key_scroller_unittest.cc', 920 'accelerators/magnifier_key_scroller_unittest.cc',
919 'accelerators/spoken_feedback_toggler_unittest.cc', 921 'accelerators/spoken_feedback_toggler_unittest.cc',
920 'app_list/app_list_presenter_delegate_unittest.cc', 922 'app_list/app_list_presenter_delegate_unittest.cc',
921 'ash_touch_exploration_manager_chromeos_unittest.cc', 923 'ash_touch_exploration_manager_chromeos_unittest.cc',
922 'autoclick/autoclick_unittest.cc', 924 'autoclick/autoclick_unittest.cc',
923 'common/accelerators/accelerator_table_unittest.cc', 925 'common/accelerators/accelerator_table_unittest.cc',
924 'common/display/display_info_unittest.cc', 926 'common/display/display_info_unittest.cc',
927 'common/frame/caption_buttons/frame_caption_button_container_view_unittest .cc',
928 'common/frame/default_header_painter_unittest.cc',
925 'common/material_design/material_design_controller_unittest.cc', 929 'common/material_design/material_design_controller_unittest.cc',
926 'common/popup_message_unittest.cc', 930 'common/popup_message_unittest.cc',
927 'common/shelf/shelf_background_animator_unittest.cc', 931 'common/shelf/shelf_background_animator_unittest.cc',
928 'common/shelf/shelf_button_pressed_metric_tracker_unittest.cc', 932 'common/shelf/shelf_button_pressed_metric_tracker_unittest.cc',
929 'common/shelf/shelf_locking_manager_unittest.cc', 933 'common/shelf/shelf_locking_manager_unittest.cc',
930 'common/shelf/shelf_model_unittest.cc', 934 'common/shelf/shelf_model_unittest.cc',
931 'common/shelf/shelf_navigator_unittest.cc', 935 'common/shelf/shelf_navigator_unittest.cc',
932 'common/shelf/shelf_tooltip_manager_unittest.cc', 936 'common/shelf/shelf_tooltip_manager_unittest.cc',
933 'common/shelf/shelf_window_watcher_unittest.cc', 937 'common/shelf/shelf_window_watcher_unittest.cc',
934 'common/system/chromeos/brightness/tray_brightness_unittest.cc', 938 'common/system/chromeos/brightness/tray_brightness_unittest.cc',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
968 'display/resolution_notification_controller_unittest.cc', 972 'display/resolution_notification_controller_unittest.cc',
969 'display/root_window_transformers_unittest.cc', 973 'display/root_window_transformers_unittest.cc',
970 'display/screen_ash_unittest.cc', 974 'display/screen_ash_unittest.cc',
971 'display/screen_position_controller_unittest.cc', 975 'display/screen_position_controller_unittest.cc',
972 'display/unified_mouse_warp_controller_unittest.cc', 976 'display/unified_mouse_warp_controller_unittest.cc',
973 'display/window_tree_host_manager_unittest.cc', 977 'display/window_tree_host_manager_unittest.cc',
974 'drag_drop/drag_drop_controller_unittest.cc', 978 'drag_drop/drag_drop_controller_unittest.cc',
975 'drag_drop/drag_drop_tracker_unittest.cc', 979 'drag_drop/drag_drop_tracker_unittest.cc',
976 'extended_desktop_unittest.cc', 980 'extended_desktop_unittest.cc',
977 'focus_cycler_unittest.cc', 981 'focus_cycler_unittest.cc',
978 'frame/caption_buttons/frame_caption_button_container_view_unittest.cc',
979 'frame/caption_buttons/frame_size_button_unittest.cc', 982 'frame/caption_buttons/frame_size_button_unittest.cc',
980 'frame/custom_frame_view_ash_unittest.cc', 983 'frame/custom_frame_view_ash_unittest.cc',
981 'frame/default_header_painter_unittest.cc',
982 'host/ash_window_tree_host_x11_unittest.cc', 984 'host/ash_window_tree_host_x11_unittest.cc',
983 'magnifier/magnification_controller_unittest.cc', 985 'magnifier/magnification_controller_unittest.cc',
984 'metrics/desktop_task_switch_metric_recorder_unittest.cc', 986 'metrics/desktop_task_switch_metric_recorder_unittest.cc',
985 'metrics/task_switch_metrics_recorder_unittest.cc', 987 'metrics/task_switch_metrics_recorder_unittest.cc',
986 'metrics/task_switch_time_tracker_unittest.cc', 988 'metrics/task_switch_time_tracker_unittest.cc',
987 'metrics/user_metrics_recorder_unittest.cc', 989 'metrics/user_metrics_recorder_unittest.cc',
988 'root_window_controller_unittest.cc', 990 'root_window_controller_unittest.cc',
989 'rotator/screen_rotation_animation_unittest.cc', 991 'rotator/screen_rotation_animation_unittest.cc',
990 'screen_util_unittest.cc', 992 'screen_util_unittest.cc',
991 'shelf/shelf_layout_manager_unittest.cc', 993 'shelf/shelf_layout_manager_unittest.cc',
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
1483 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1485 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1484 ], 1486 ],
1485 } 1487 }
1486 ], 1488 ],
1487 ], 1489 ],
1488 }, 1490 },
1489 ], 1491 ],
1490 }], 1492 }],
1491 ], 1493 ],
1492 } 1494 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/frame/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698