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

Side by Side Diff: ash/ash.gyp

Issue 2150023002: Add ShellDelegate, MediaDelegate and KeyboardUI stubs to mus ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 5 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 | « ash/accelerators/accelerator_controller.cc ('k') | 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.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'common/ash_switches.cc', 59 'common/ash_switches.cc',
60 'common/ash_switches.h', 60 'common/ash_switches.h',
61 'common/cast_config_delegate.cc', 61 'common/cast_config_delegate.cc',
62 'common/cast_config_delegate.h', 62 'common/cast_config_delegate.h',
63 'common/default_accessibility_delegate.cc', 63 'common/default_accessibility_delegate.cc',
64 'common/default_accessibility_delegate.h', 64 'common/default_accessibility_delegate.h',
65 'common/display/display_info.cc', 65 'common/display/display_info.cc',
66 'common/display/display_info.h', 66 'common/display/display_info.h',
67 'common/focus_cycler.cc', 67 'common/focus_cycler.cc',
68 'common/focus_cycler.h', 68 'common/focus_cycler.h',
69 'common/gpu_support.h',
70 'common/gpu_support_stub.cc',
71 'common/gpu_support_stub.h',
69 'common/keyboard/keyboard_ui.cc', 72 'common/keyboard/keyboard_ui.cc',
70 'common/keyboard/keyboard_ui.h', 73 'common/keyboard/keyboard_ui.h',
71 'common/keyboard/keyboard_ui_observer.h', 74 'common/keyboard/keyboard_ui_observer.h',
72 'common/login_status.h', 75 'common/login_status.h',
73 'common/material_design/material_design_controller.cc', 76 'common/material_design/material_design_controller.cc',
74 'common/material_design/material_design_controller.h', 77 'common/material_design/material_design_controller.h',
75 'common/metrics/user_metrics_action.h', 78 'common/metrics/user_metrics_action.h',
76 'common/multi_profile_uma.cc', 79 'common/multi_profile_uma.cc',
77 'common/multi_profile_uma.h', 80 'common/multi_profile_uma.h',
81 'common/pointer_watcher_delegate.h',
78 'common/popup_message.cc', 82 'common/popup_message.cc',
79 'common/popup_message.h', 83 'common/popup_message.h',
80 'common/root_window_controller_common.cc', 84 'common/root_window_controller_common.cc',
81 'common/root_window_controller_common.h', 85 'common/root_window_controller_common.h',
82 'common/session/session_state_delegate.cc', 86 'common/session/session_state_delegate.cc',
83 'common/session/session_state_delegate.h', 87 'common/session/session_state_delegate.h',
84 'common/session/session_state_observer.cc', 88 'common/session/session_state_observer.cc',
85 'common/session/session_state_observer.h', 89 'common/session/session_state_observer.h',
86 'common/session/session_types.h', 90 'common/session/session_types.h',
87 'common/shelf/shelf_alignment_menu.cc', 91 'common/shelf/shelf_alignment_menu.cc',
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 'frame/caption_buttons/frame_size_button_delegate.h', 516 'frame/caption_buttons/frame_size_button_delegate.h',
513 'frame/custom_frame_view_ash.cc', 517 'frame/custom_frame_view_ash.cc',
514 'frame/custom_frame_view_ash.h', 518 'frame/custom_frame_view_ash.h',
515 'frame/default_header_painter.cc', 519 'frame/default_header_painter.cc',
516 'frame/default_header_painter.h', 520 'frame/default_header_painter.h',
517 'frame/frame_border_hit_test_controller.cc', 521 'frame/frame_border_hit_test_controller.cc',
518 'frame/frame_border_hit_test_controller.h', 522 'frame/frame_border_hit_test_controller.h',
519 'frame/header_painter.h', 523 'frame/header_painter.h',
520 'frame/header_painter_util.cc', 524 'frame/header_painter_util.cc',
521 'frame/header_painter_util.h', 525 'frame/header_painter_util.h',
522 'gpu_support.h',
523 'gpu_support_stub.cc',
524 'gpu_support_stub.h',
525 'high_contrast/high_contrast_controller.cc', 526 'high_contrast/high_contrast_controller.cc',
526 'high_contrast/high_contrast_controller.h', 527 'high_contrast/high_contrast_controller.h',
527 'host/ash_window_tree_host.cc', 528 'host/ash_window_tree_host.cc',
528 'host/ash_window_tree_host.h', 529 'host/ash_window_tree_host.h',
529 'host/ash_window_tree_host_init_params.cc', 530 'host/ash_window_tree_host_init_params.cc',
530 'host/ash_window_tree_host_init_params.h', 531 'host/ash_window_tree_host_init_params.h',
531 'host/ash_window_tree_host_platform.cc', 532 'host/ash_window_tree_host_platform.cc',
532 'host/ash_window_tree_host_platform.h', 533 'host/ash_window_tree_host_platform.h',
533 'host/ash_window_tree_host_unified.cc', 534 'host/ash_window_tree_host_unified.cc',
534 'host/ash_window_tree_host_unified.h', 535 'host/ash_window_tree_host_unified.h',
(...skipping 17 matching lines...) Expand all
552 'magnifier/partial_magnification_controller.cc', 553 'magnifier/partial_magnification_controller.cc',
553 'magnifier/partial_magnification_controller.h', 554 'magnifier/partial_magnification_controller.h',
554 'metrics/desktop_task_switch_metric_recorder.cc', 555 'metrics/desktop_task_switch_metric_recorder.cc',
555 'metrics/desktop_task_switch_metric_recorder.h', 556 'metrics/desktop_task_switch_metric_recorder.h',
556 'metrics/task_switch_metrics_recorder.cc', 557 'metrics/task_switch_metrics_recorder.cc',
557 'metrics/task_switch_metrics_recorder.h', 558 'metrics/task_switch_metrics_recorder.h',
558 'metrics/task_switch_time_tracker.cc', 559 'metrics/task_switch_time_tracker.cc',
559 'metrics/task_switch_time_tracker.h', 560 'metrics/task_switch_time_tracker.h',
560 'metrics/user_metrics_recorder.cc', 561 'metrics/user_metrics_recorder.cc',
561 'metrics/user_metrics_recorder.h', 562 'metrics/user_metrics_recorder.h',
562 'pointer_watcher_delegate.h',
563 'pointer_watcher_delegate_aura.cc', 563 'pointer_watcher_delegate_aura.cc',
564 'pointer_watcher_delegate_aura.h', 564 'pointer_watcher_delegate_aura.h',
565 'root_window_controller.cc', 565 'root_window_controller.cc',
566 'root_window_controller.h', 566 'root_window_controller.h',
567 'root_window_settings.cc', 567 'root_window_settings.cc',
568 'root_window_settings.h', 568 'root_window_settings.h',
569 'rotator/screen_rotation_animation.cc', 569 'rotator/screen_rotation_animation.cc',
570 'rotator/screen_rotation_animation.h', 570 'rotator/screen_rotation_animation.h',
571 'rotator/screen_rotation_animator.cc', 571 'rotator/screen_rotation_animator.cc',
572 'rotator/screen_rotation_animator.h', 572 'rotator/screen_rotation_animator.h',
(...skipping 870 matching lines...) Expand 10 before | Expand all | Expand 10 after
1443 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1443 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1444 ], 1444 ],
1445 } 1445 }
1446 ], 1446 ],
1447 ], 1447 ],
1448 }, 1448 },
1449 ], 1449 ],
1450 }], 1450 }],
1451 ], 1451 ],
1452 } 1452 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_controller.cc ('k') | ash/aura/wm_shell_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698