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

Side by Side Diff: ash/ash.gyp

Issue 2222653002: Moves CustomFrameViewAsh to common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 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/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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'common/focus_cycler.cc', 76 'common/focus_cycler.cc',
77 'common/focus_cycler.h', 77 'common/focus_cycler.h',
78 'common/frame/caption_buttons/caption_button_types.h', 78 'common/frame/caption_buttons/caption_button_types.h',
79 'common/frame/caption_buttons/frame_caption_button.cc', 79 'common/frame/caption_buttons/frame_caption_button.cc',
80 'common/frame/caption_buttons/frame_caption_button.h', 80 'common/frame/caption_buttons/frame_caption_button.h',
81 'common/frame/caption_buttons/frame_caption_button_container_view.cc', 81 'common/frame/caption_buttons/frame_caption_button_container_view.cc',
82 'common/frame/caption_buttons/frame_caption_button_container_view.h', 82 'common/frame/caption_buttons/frame_caption_button_container_view.h',
83 'common/frame/caption_buttons/frame_size_button.cc', 83 'common/frame/caption_buttons/frame_size_button.cc',
84 'common/frame/caption_buttons/frame_size_button.h', 84 'common/frame/caption_buttons/frame_size_button.h',
85 'common/frame/caption_buttons/frame_size_button_delegate.h', 85 'common/frame/caption_buttons/frame_size_button_delegate.h',
86 'common/frame/custom_frame_view_ash.cc',
87 'common/frame/custom_frame_view_ash.h',
86 'common/frame/default_header_painter.cc', 88 'common/frame/default_header_painter.cc',
87 'common/frame/default_header_painter.h', 89 'common/frame/default_header_painter.h',
88 'common/frame/frame_border_hit_test.cc', 90 'common/frame/frame_border_hit_test.cc',
89 'common/frame/frame_border_hit_test.h', 91 'common/frame/frame_border_hit_test.h',
90 'common/frame/header_painter.h', 92 'common/frame/header_painter.h',
91 'common/frame/header_painter_util.cc', 93 'common/frame/header_painter_util.cc',
92 'common/frame/header_painter_util.h', 94 'common/frame/header_painter_util.h',
93 'common/gpu_support.h', 95 'common/gpu_support.h',
94 'common/gpu_support_stub.cc', 96 'common/gpu_support_stub.cc',
95 'common/gpu_support_stub.h', 97 'common/gpu_support_stub.h',
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 'common/wm/dock/docked_window_resizer.cc', 406 'common/wm/dock/docked_window_resizer.cc',
405 'common/wm/dock/docked_window_resizer.h', 407 'common/wm/dock/docked_window_resizer.h',
406 'common/wm/drag_details.cc', 408 'common/wm/drag_details.cc',
407 'common/wm/drag_details.h', 409 'common/wm/drag_details.h',
408 'common/wm/focus_rules.cc', 410 'common/wm/focus_rules.cc',
409 'common/wm/focus_rules.h', 411 'common/wm/focus_rules.h',
410 'common/wm/forwarding_layer_delegate.cc', 412 'common/wm/forwarding_layer_delegate.cc',
411 'common/wm/forwarding_layer_delegate.h', 413 'common/wm/forwarding_layer_delegate.h',
412 'common/wm/fullscreen_window_finder.cc', 414 'common/wm/fullscreen_window_finder.cc',
413 'common/wm/fullscreen_window_finder.h', 415 'common/wm/fullscreen_window_finder.h',
416 'common/wm/immersive/wm_immersive_fullscreen_controller.h',
417 'common/wm/immersive/wm_immersive_fullscreen_controller_delegate.h',
414 'common/wm/immersive_revealed_lock.cc', 418 'common/wm/immersive_revealed_lock.cc',
415 'common/wm/immersive_revealed_lock.h', 419 'common/wm/immersive_revealed_lock.h',
416 'common/wm/lock_state_observer.h', 420 'common/wm/lock_state_observer.h',
417 'common/wm/maximize_mode/maximize_mode_controller.cc', 421 'common/wm/maximize_mode/maximize_mode_controller.cc',
418 'common/wm/maximize_mode/maximize_mode_controller.h', 422 'common/wm/maximize_mode/maximize_mode_controller.h',
419 'common/wm/maximize_mode/maximize_mode_event_handler.cc', 423 'common/wm/maximize_mode/maximize_mode_event_handler.cc',
420 'common/wm/maximize_mode/maximize_mode_event_handler.h', 424 'common/wm/maximize_mode/maximize_mode_event_handler.h',
421 'common/wm/maximize_mode/maximize_mode_window_manager.cc', 425 'common/wm/maximize_mode/maximize_mode_window_manager.cc',
422 'common/wm/maximize_mode/maximize_mode_window_manager.h', 426 'common/wm/maximize_mode/maximize_mode_window_manager.h',
423 'common/wm/maximize_mode/maximize_mode_window_state.cc', 427 'common/wm/maximize_mode/maximize_mode_window_state.cc',
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 'drag_drop/drag_drop_controller.cc', 583 'drag_drop/drag_drop_controller.cc',
580 'drag_drop/drag_drop_controller.h', 584 'drag_drop/drag_drop_controller.h',
581 'drag_drop/drag_drop_tracker.cc', 585 'drag_drop/drag_drop_tracker.cc',
582 'drag_drop/drag_drop_tracker.h', 586 'drag_drop/drag_drop_tracker.h',
583 'first_run/desktop_cleaner.cc', 587 'first_run/desktop_cleaner.cc',
584 'first_run/desktop_cleaner.h', 588 'first_run/desktop_cleaner.h',
585 'first_run/first_run_helper.cc', 589 'first_run/first_run_helper.cc',
586 'first_run/first_run_helper.h', 590 'first_run/first_run_helper.h',
587 'first_run/first_run_helper_impl.cc', 591 'first_run/first_run_helper_impl.cc',
588 'first_run/first_run_helper_impl.h', 592 'first_run/first_run_helper_impl.h',
589 'frame/custom_frame_view_ash.cc',
590 'frame/custom_frame_view_ash.h',
591 'frame/frame_border_hit_test_controller.cc',
592 'frame/frame_border_hit_test_controller.h',
593 'high_contrast/high_contrast_controller.cc', 593 'high_contrast/high_contrast_controller.cc',
594 'high_contrast/high_contrast_controller.h', 594 'high_contrast/high_contrast_controller.h',
595 'host/ash_window_tree_host.cc', 595 'host/ash_window_tree_host.cc',
596 'host/ash_window_tree_host.h', 596 'host/ash_window_tree_host.h',
597 'host/ash_window_tree_host_init_params.cc', 597 'host/ash_window_tree_host_init_params.cc',
598 'host/ash_window_tree_host_init_params.h', 598 'host/ash_window_tree_host_init_params.h',
599 'host/ash_window_tree_host_platform.cc', 599 'host/ash_window_tree_host_platform.cc',
600 'host/ash_window_tree_host_platform.h', 600 'host/ash_window_tree_host_platform.h',
601 'host/ash_window_tree_host_unified.cc', 601 'host/ash_window_tree_host_unified.cc',
602 'host/ash_window_tree_host_unified.h', 602 'host/ash_window_tree_host_unified.h',
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
918 'accelerators/accelerator_controller_unittest.cc', 918 'accelerators/accelerator_controller_unittest.cc',
919 'accelerators/accelerator_filter_unittest.cc', 919 'accelerators/accelerator_filter_unittest.cc',
920 'accelerators/magnifier_key_scroller_unittest.cc', 920 'accelerators/magnifier_key_scroller_unittest.cc',
921 'accelerators/spoken_feedback_toggler_unittest.cc', 921 'accelerators/spoken_feedback_toggler_unittest.cc',
922 'app_list/app_list_presenter_delegate_unittest.cc', 922 'app_list/app_list_presenter_delegate_unittest.cc',
923 'ash_touch_exploration_manager_chromeos_unittest.cc', 923 'ash_touch_exploration_manager_chromeos_unittest.cc',
924 'autoclick/autoclick_unittest.cc', 924 'autoclick/autoclick_unittest.cc',
925 'common/accelerators/accelerator_table_unittest.cc', 925 'common/accelerators/accelerator_table_unittest.cc',
926 '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', 927 'common/frame/caption_buttons/frame_caption_button_container_view_unittest .cc',
928 'common/frame/custom_frame_view_ash_unittest.cc',
928 'common/frame/default_header_painter_unittest.cc', 929 'common/frame/default_header_painter_unittest.cc',
929 'common/material_design/material_design_controller_unittest.cc', 930 'common/material_design/material_design_controller_unittest.cc',
930 'common/popup_message_unittest.cc', 931 'common/popup_message_unittest.cc',
931 'common/shelf/shelf_background_animator_unittest.cc', 932 'common/shelf/shelf_background_animator_unittest.cc',
932 'common/shelf/shelf_button_pressed_metric_tracker_unittest.cc', 933 'common/shelf/shelf_button_pressed_metric_tracker_unittest.cc',
933 'common/shelf/shelf_locking_manager_unittest.cc', 934 'common/shelf/shelf_locking_manager_unittest.cc',
934 'common/shelf/shelf_model_unittest.cc', 935 'common/shelf/shelf_model_unittest.cc',
935 'common/shelf/shelf_navigator_unittest.cc', 936 'common/shelf/shelf_navigator_unittest.cc',
936 'common/shelf/shelf_tooltip_manager_unittest.cc', 937 'common/shelf/shelf_tooltip_manager_unittest.cc',
937 'common/shelf/shelf_window_watcher_unittest.cc', 938 'common/shelf/shelf_window_watcher_unittest.cc',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
973 'display/root_window_transformers_unittest.cc', 974 'display/root_window_transformers_unittest.cc',
974 'display/screen_ash_unittest.cc', 975 'display/screen_ash_unittest.cc',
975 'display/screen_position_controller_unittest.cc', 976 'display/screen_position_controller_unittest.cc',
976 'display/unified_mouse_warp_controller_unittest.cc', 977 'display/unified_mouse_warp_controller_unittest.cc',
977 'display/window_tree_host_manager_unittest.cc', 978 'display/window_tree_host_manager_unittest.cc',
978 'drag_drop/drag_drop_controller_unittest.cc', 979 'drag_drop/drag_drop_controller_unittest.cc',
979 'drag_drop/drag_drop_tracker_unittest.cc', 980 'drag_drop/drag_drop_tracker_unittest.cc',
980 'extended_desktop_unittest.cc', 981 'extended_desktop_unittest.cc',
981 'focus_cycler_unittest.cc', 982 'focus_cycler_unittest.cc',
982 'frame/caption_buttons/frame_size_button_unittest.cc', 983 'frame/caption_buttons/frame_size_button_unittest.cc',
983 'frame/custom_frame_view_ash_unittest.cc',
984 'host/ash_window_tree_host_x11_unittest.cc', 984 'host/ash_window_tree_host_x11_unittest.cc',
985 'magnifier/magnification_controller_unittest.cc', 985 'magnifier/magnification_controller_unittest.cc',
986 'metrics/desktop_task_switch_metric_recorder_unittest.cc', 986 'metrics/desktop_task_switch_metric_recorder_unittest.cc',
987 'metrics/task_switch_metrics_recorder_unittest.cc', 987 'metrics/task_switch_metrics_recorder_unittest.cc',
988 'metrics/task_switch_time_tracker_unittest.cc', 988 'metrics/task_switch_time_tracker_unittest.cc',
989 'metrics/user_metrics_recorder_unittest.cc', 989 'metrics/user_metrics_recorder_unittest.cc',
990 'root_window_controller_unittest.cc', 990 'root_window_controller_unittest.cc',
991 'rotator/screen_rotation_animation_unittest.cc', 991 'rotator/screen_rotation_animation_unittest.cc',
992 'screen_util_unittest.cc', 992 'screen_util_unittest.cc',
993 '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
1485 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1485 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1486 ], 1486 ],
1487 } 1487 }
1488 ], 1488 ],
1489 ], 1489 ],
1490 }, 1490 },
1491 ], 1491 ],
1492 }], 1492 }],
1493 ], 1493 ],
1494 } 1494 }
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